Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

LLM Icon Finder

Instantly locate AI/LLM brand icons (Claude, GPT, Gemini and more) from lobe-icons and get ready-to-use CDN URLs or downloads.

Design & UIBeginner1,323212AI score 8/10Last updated: Aug 8, 2026

What it does

  • Looks up 100+ brand icons for AI models, providers, and apps from the lobe-icons library.
  • Builds correct CDN URLs for SVG / PNG / WEBP in light, dark, and color variants.
  • Downloads files with curl on request and shares the lobehub.com/icons web viewer link.
  • Handles 404s with a fallback order: try the -color suffix, alternate naming (company vs product), then browse manually.
  • Understands Chinese queries too (e.g. "智谱" → chatglm, "月之暗面" → moonshot).

Who it's for

  • Frontend developers embedding model logos in product or landing pages.
  • PMs and marketers who need clean brand icons for slides, blog posts, and diagrams.
  • Designers batch-collecting logos across multiple LLM providers.

Examples

  1. "Give me the Claude icon in dark PNG" → returns a working raw CDN URL plus the color variant.
  2. "Download OpenAI, Anthropic and Google SVGs into public/icons" → generates batch curl commands.
  3. "Find the Zhipu icon" → maps it to chatglm and suggests related icons like zhipu and codegeex.

· · · Install guide · · ·

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the llm-icon-finder folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/llm-icon-finder/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/daymade/claude-code-skills.git /tmp/claude-code-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-code-skills/llm-icon-finder ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/daymade/claude-code-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy this skill: cp -r claude-code-skills/llm-icon-finder ~/.claude/skills/
  5. Confirm the references/ folder (icons-list.md, developer-info.md) came along.
  6. Restart Claude Code and try asking: "Get me the Gemini icon as PNG."