docs/guide/installation.md
Implementation of the Lucide icon library for web applications.
::: code-group
pnpm add lucide@next
yarn add lucide@next
npm install lucide@next
bun add lucide@next
:::
For more details, see the documentation.
Implementation of the Lucide icon library for React applications.
::: code-group
pnpm add lucide-react@next
yarn add lucide-react@next
npm install lucide-react@next
bun add lucide-react@next
:::
For more details, see the documentation.
For React Native use the lucide-react-native package.
Implementation of the Lucide icon library for Vue applications.
::: code-group
pnpm add @lucide/vue
yarn add @lucide/vue
npm install @lucide/vue
bun add @lucide/vue
:::
For more details, see the documentation.
Implementation of the Lucide icon library for Svelte applications.
::: code-group
pnpm add @lucide/svelte@next
yarn add @lucide/svelte@next
npm install @lucide/svelte@next
bun add @lucide/svelte@next
:::
@lucide/svelteis only for Svelte 5, for Svelte 4 use thelucide-sveltepackage.
For more details, see the documentation.
Implementation of the Lucide icon library for Solid applications.
::: code-group
pnpm add lucide-solid@next
yarn add lucide-solid@next
npm install lucide-solid@next
bun add lucide-solid@next
:::
For more details, see the documentation.
Implementation of the Lucide icon library for Angular applications.
::: code-group
pnpm add @lucide/angular
yarn add @lucide/angular
npm install @lucide/angular
bun add @lucide/angular
:::
For more details, see the documentation.
Implementation of the Lucide icon library for preact applications.
::: code-group
pnpm add lucide-preact@next
yarn add lucide-preact@next
npm install lucide-preact@next
bun add lucide-preact@next
:::
For more details, see the documentation.
Implementation of the Lucide icon library for Astro applications.
::: code-group
pnpm add @lucide/astro@next
yarn add @lucide/astro@next
npm install @lucide/astro@next
bun add @lucide/astro@next
:::
For more details, see the documentation.
Implementation of the Lucide icon library for multiple usages that like to use: SVG files icons, SVG Sprite, Icon Fonts and static SVG strings export in Common JS modules (for NodeJS).
::: code-group
pnpm add lucide-static@next
yarn add lucide-static@next
npm install lucide-static@next
bun add lucide-static@next
:::
For more details, see the documentation.
The Lucide Figma plugin.
Visit Figma community page to install the plugin.