Overview

Iconx

An agent-friendly CLI to manage and install icons in React projects.

Documentation

Iconx is a CLI for adding, searching, and managing icons in a React project. Agents can run the same commands — or the MCP server — instead of pasting SVGs or pulling in a heavy icon package.

Each icon is generated as a type-safe React component in your repo. No runtime CDN, unused icons tree-shake away, and it works with React Server Components. The catalog is Iconify: 200,000+ icons across 150+ sets.

npx iconx init
npx iconx add --set lucide home user settings

import { HomeIcon } from './components/icons/home-icon'

<HomeIcon size="24px" />

Useful guides

  • Basic Usage
  • CLI Reference
  • Configuration
  • Icon Sets

Version

0.2.0

Category

UI

Downloads

131 weekly

Last updated

9 months ago

View sourceView on NPM