Skip to Content
Documentation
Starter kits
Get Pro
Overview
Getting Started

Installation

Install and set up iconx in your project

Installation

Install the package

You can install iconx using your preferred package manager:

# Using npm
npm install iconx

# Using yarn
yarn add iconx

# Using pnpm
pnpm add iconx

# Using bun
bun add iconx

Run without installation

You can also run iconx directly without installing it:

# Initialize configuration
npx iconx init

# Add icons
npx iconx add --set lucide home user settings

Next Steps

  • Basic Usage - Learn how to use the CLI
  • Configuration - Set up your project configuration
Installation | Saas UI