LLM Icon Finder
Instantly resolves CDN URLs and downloads brand icons for AI models and providers like Claude, GPT and Gemini.
Design & UIBeginner★ 1,323⑂ 212AI score 8/10Last updated: Aug 8, 2026
What it does
- Locates AI model, provider and app brand icons from the lobe-icons library (100+ icons).
- Builds correct CDN URLs for SVG / PNG / WEBP in light, dark and color variants.
- Downloads files with curl on request and includes a web viewer link (lobehub.com/icons).
- Handles 404s by trying
-colorsuffixes, alternate names (chatgptvsgpt) and pointing you to the browsable index. - Understands Chinese queries too (e.g. "智谱" → chatglm).
Who it's for
- Frontend developers adding model logos to AI product pages or dashboards.
- Writers and marketers who need provider logos for slides and blog covers.
- Designers bulk-collecting LLM provider marks for a comparison graphic.
Examples
- "Give me the Claude icon" → dark-theme PNG URL plus color variant and viewer link.
- "Download OpenAI, Anthropic and Google logos as SVG" → three ready-to-run curl commands.
- "找一下智谱的图标" → mapped to chatglm, with related icons (zhipu, codegeex) suggested.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/daymade/claude-code-skills/HEAD/llm-icon-finder/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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/ccs && mkdir -p ~/.claude/skills && cp -r /tmp/ccs/llm-icon-finder ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/daymade/claude-code-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-code-skills/llm-icon-finder ~/.claude/skills/ - Confirm that
~/.claude/skills/llm-icon-finder/SKILL.mdand thereferences/folder exist. - Restart Claude Code and test with a prompt like "get me the Gemini icon as PNG".
View source on GitHub ↗License: MIT