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 & UIBeginner★ 1,323⑂ 212AI 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
curlon request and shares the lobehub.com/icons web viewer link. - Handles 404s with a fallback order: try the
-colorsuffix, 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
- "Give me the Claude icon in dark PNG" → returns a working raw CDN URL plus the color variant.
- "Download OpenAI, Anthropic and Google SVGs into
public/icons" → generates batch curl commands. - "Find the Zhipu icon" → maps it to
chatglmand suggests related icons like zhipu and codegeex.
· · · Install guide · · ·
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/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.
- Open your terminal.
- Clone the repo:
git clone https://github.com/daymade/claude-code-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy this skill:
cp -r claude-code-skills/llm-icon-finder ~/.claude/skills/ - Confirm the
references/folder (icons-list.md, developer-info.md) came along. - Restart Claude Code and try asking: "Get me the Gemini icon as PNG."
View source on GitHub ↗License: MIT