better-icons
Better Icons lets you search and fetch SVG icons from over 200 icon libraries through Iconify. Use the CLI to find icons by query, retrieve them by ID, or batch download results—with options to customize color and size. Also works as an MCP server for AI agents.
Better Icons searches and retrieves SVG icons from 200+ libraries via Iconify.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-04-02
Better Icons searches and retrieves SVG icons from 200+ libraries via Iconify. Better Icons lets you search and fetch SVG icons from over 200 icon libraries through Iconify. Use the CLI to find icons by query, retrieve them by ID, or batch download results—with options to customize color and size. Also works as an MCP server for AI agents.
Use it when
- Yes.
- Better Icons supports batch download with customizable color and size parameters.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Similar skills
Install
better-auth/better-icons/skills · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I search icons from multiple libraries with better-icons?
Better Icons lets you search across 200+ icon libraries through a unified interface. Use the CLI to query by icon name or keyword, and it searches all connected collections simultaneously. Results show matching icons from Lucide, Material Design Icons, Heroicons, Tabler, Phosphor, and many other libraries in one view.
Can I find SVG icons fast using better-icons?
Yes. Better Icons is optimized for quick searches across icon sets. Query by name or ID to instantly retrieve SVG icons from your preferred library. The CLI returns results with icon metadata, making it faster than browsing individual icon sites manually.
What customization options does better-icons offer for downloaded icons?
Better Icons supports batch download with customizable color and size parameters. When you retrieve icons, you can specify hex colors and dimensions before downloading, so all icons in your batch match your design system without manual editing.
How can I integrate better-icons into AI agents via MCP server?
Better Icons works as an MCP server, allowing AI agents to search and retrieve icons programmatically. Deploy the MCP server component to enable agents to query icon libraries, fetch SVG data, and integrate icon selection into automated workflows.
Does better-icons help find arrow icons from lucide, mdi, or other sets?
Yes. Better Icons searches specific icon libraries like Lucide, Material Design Icons (MDI), Heroicons, Tabler, and Phosphor. Search for 'arrow' or any icon type and filter by library to find the exact variant you need across all 200+ connected collections.
Is better-icons open source and what license does it use?
Better Icons is released under the MIT license, making it free to use, modify, and distribute. The open-source model allows developers to extend functionality, integrate it into projects, and contribute improvements to the community.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Better Icons
Search and retrieve icons from 200+ libraries via Iconify.
Installation
Before using any better-icons commands, ensure the tool is available in the environment.
Option 1 — Install globally (recommended, matches all examples below):
# Using npm
npm install -g better-icons
# Using Bun (faster)
bun add -g better-icons
Option 2 — Run without installing (prefix every command with npx or bunx):
# Using npx (npm)
npx better-icons search arrow --limit 10
npx better-icons get lucide:home > icon.svg
# Using bunx (Bun — faster)
bunx better-icons search arrow --limit 10
bunx better-icons get lucide:home > icon.svg
> For AI agents: Prefer the global install so that better-icons is on $PATH and the commands below work as-is. Run the install step once during environment setup, then use the commands without npx/bunx.
(truncated - see the full file via the links below)
File tree — 1 file
skills/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Search and retrieve SVG icons from 200+ icon libraries”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Pick icons that match your content's meaning, not just appearance. Icon Design maps concepts to three modern libraries, provides ready-to-use React and HTML templates, and enforces consistency rules to avoid common pitfalls like broken tree-shaking and mixed styles.
Figma brings your design system into automation by extracting tokens, component specs, and design data through the Figma API. Pull colors, typography, spacing, and component details directly into your workflows, then generate code or sync tokens to your codebase.
Prompt Improver refines code-related prompts by evaluating task clarity, investigation depth, verification steps, and scope control. It applies transformation rules to strengthen prompts for implementation, debugging, refactoring, code review, and testing tasks. The skill ensures prompts follow investigation-first principles and include appropriate verification checks before execution.
better-auth is a production-ready authentication framework for TypeScript applications, supporting Next.js, Nuxt, Cloudflare Workers, and 15+ other frameworks. It handles email/password login, OAuth providers, two-factor authentication, passkeys, and role-based access control with built-in D1, PostgreSQL, MongoDB, and MySQL adapters. Deploy in minutes with a CLI, migrations, and pre-built plugins for organizations, SSO, and API keys.
Svg Diagram creates polished structural diagrams—flowcharts, architecture charts, sequence diagrams, hierarchies, and more—by outputting HTML blocks containing SVG. The skill renders output directly in a sandboxed iframe, offering more refined aesthetics and flexible layout control than comparable tools.
This skill teaches you how to leverage Figma for UI and product design work, including fetching design context, screenshots, and assets from your Figma projects. It covers the complete workflow for translating Figma designs into production code while respecting your project's design system and conventions.