Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daymade avatar

Llm Icon Finder

  • 715 installs
  • 1.3k repo stars
  • Updated August 4, 2026
  • daymade/claude-code-skills

llm-icon-finder is a Claude Code skill that retrieves official SVG, PNG, and WEBP brand icons from the lobe-icons library for developers who need AI model and provider logos in dashboards or marketing UI.

About

llm-icon-finder is a Claude Code skill from daymade/claude-code-skills that locates official AI and LLM brand icons via the lobe-icons library on GitHub. The library contains 100+ icons for models like Claude, GPT, and Gemini, providers like OpenAI, Anthropic, and Google, and applications like ComfyUI and LobeChat. Developers invoke it when building model selector UIs, comparison tables, or docs pages that need correct brand assets in SVG, PNG, or WEBP with light and dark theme variants. The skill returns icon URLs and format guidance so agents skip manual logo hunting and trademark-inconsistent placeholders.

  • Access 100+ AI/LLM brand icons from the lobe-icons library
  • Supports SVG, PNG, and WEBP formats with light, dark, and color variants
  • Generates ready-to-use CDN URLs for GitHub raw content
  • Standardized lowercase hyphenated icon naming convention
  • Instant icon lookup for model providers and applications like ComfyUI and LobeChat

Llm Icon Finder by the numbers

  • 715 all-time installs (skills.sh)
  • Ranked #1,411 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daymade/claude-code-skills --skill llm-icon-finder

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs715
repo stars1.3k
Last updatedAugust 4, 2026
Repositorydaymade/claude-code-skills

Where do you get official LLM brand icons?

Instantly retrieve official SVG, PNG, or WEBP brand icons for Claude, GPT, Gemini, OpenAI, Anthropic and 100+ other LLM providers and tools.

Who is it for?

Frontend developers building AI model pickers, provider comparison UIs, or docs pages needing official lobe-icons brand assets.

Skip if: Developers needing custom illustration sets or non-AI generic icon libraries like Heroicons or Lucide.

When should I use this skill?

A developer requests AI model logos, provider brand icons, or lobe-icons URLs in SVG, PNG, or WEBP format.

What you get

Icon URLs, SVG/PNG/WEBP download paths, light and dark theme variant references

  • Icon URL references
  • Format and theme variant selection

By the numbers

  • Sources 100+ icons from the lobe-icons library
  • Supports 3 formats: SVG, PNG, and WEBP

Files

SKILL.mdMarkdownGitHub ↗

Finding AI/LLM Brand Icons

Access AI/LLM model brand icons and logos from the lobe-icons library. The library contains 100+ icons for models (Claude, GPT, Gemini), providers (OpenAI, Anthropic, Google), and applications (ComfyUI, LobeChat).

Icon Formats and Variants

Available formats: SVG (scalable), PNG (raster), WEBP (compressed) Theme variants: light, dark, and color (some icons)

CDN URL Patterns

Construct URLs using these patterns:

# SVG
https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-svg/{light|dark}/{icon-name}.svg

# PNG
https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/{light|dark}/{icon-name}.png

# WEBP
https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-webp/{light|dark}/{icon-name}.webp

# Color variant (append -color to icon-name)
https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/{icon-name}-color.png

Icon naming convention: Lowercase, hyphenated (e.g., claude, chatglm, openai, huggingface)

Workflow

When users request icons:

1. Identify icon name (usually lowercase company/model name, hyphenated if multi-word) 2. Determine format (default: PNG) and theme (default: dark) 3. Construct CDN URL using pattern above 4. Provide URL to user 5. If download requested, use Bash tool with curl 6. Include web viewer link: https://lobehub.com/icons/{icon-name}

Finding Icon Names

Common icons: See references/icons-list.md for comprehensive list organized by category (Models, Providers, Applications, Chinese AI)

Uncertain names:

  • Browse https://lobehub.com/icons
  • Try variations (e.g., company name vs product name: alibaba vs alibabacloud)
  • Check for -color variants if standard URL fails

Chinese AI models: Support Chinese queries (e.g., "智谱" → chatglm, "月之暗面" → moonshot)

Examples

Single icon request:

User: "Claude icon"
→ Provide: https://raw.githubusercontent.com/lobehub/lobe-icons/refs/heads/master/packages/static-png/dark/claude.png
→ Also mention color variant and web viewer link

Multiple icons download:

curl -o openai.svg "https://raw.githubusercontent.com/lobehub/lobe-icons/.../dark/openai.svg"
curl -o anthropic.svg "https://raw.githubusercontent.com/lobehub/lobe-icons/.../dark/anthropic.svg"

Chinese query:

User: "找一下智谱的图标"
→ Identify: 智谱 = ChatGLM → icon name: chatglm
→ Provide URLs and mention related icons (zhipu, codegeex)

Troubleshooting

If URL returns 404: 1. Try -color suffix variant 2. Check alternate naming (e.g., chatgpt vs gpt, google vs gemini) 3. Direct user to https://lobehub.com/icons to browse 4. Search repository: https://github.com/lobehub/lobe-icons

Reference Files

  • references/icons-list.md - Comprehensive list of 100+ available icons by category
  • references/developer-info.md - npm installation and React usage examples

Related skills

How it compares

Pick llm-icon-finder over generic icon search when you need verified AI provider brand assets from lobe-icons specifically.

FAQ

Which icon library does llm-icon-finder use?

llm-icon-finder pulls official AI and LLM brand icons from the lobe-icons GitHub library, which includes 100+ icons for models, providers, and AI applications like ComfyUI and LobeChat.

What icon formats does llm-icon-finder support?

llm-icon-finder retrieves icons in SVG for scalable UI, PNG for raster use, and WEBP for compressed web delivery, with light and dark theme variants available per icon.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.