docs/guide/installation.md
Implementation of the Lucide icon library for web applications.
::: code-group
pnpm add lucide
yarn add lucide
npm install lucide
bun add lucide
deno add lucide
:::
For more details, see the documentation.
Implementation of the Lucide icon library for React applications.
::: code-group
pnpm add lucide-react
yarn add lucide-react
npm install lucide-react
bun add lucide-react
deno add lucide-react
:::
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
deno add @lucide/vue
:::
For more details, see the documentation.
Implementation of the Lucide icon library for Svelte applications.
::: code-group
pnpm add @lucide/svelte
yarn add @lucide/svelte
npm install @lucide/svelte
bun add @lucide/svelte
deno add @lucide/svelte
:::
@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
yarn add lucide-solid
npm install lucide-solid
bun add lucide-solid
deno add lucide-solid
:::
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
deno add @lucide/angular
:::
For more details, see the documentation.
Implementation of the Lucide icon library for preact applications.
::: code-group
pnpm add lucide-preact
yarn add lucide-preact
npm install lucide-preact
bun add lucide-preact
deno add lucide-preact
:::
For more details, see the documentation.
Implementation of the Lucide icon library for Astro applications.
::: code-group
pnpm add @lucide/astro
yarn add @lucide/astro
npm install @lucide/astro
bun add @lucide/astro
deno add @lucide/astro
:::
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
yarn add lucide-static
npm install lucide-static
bun add lucide-static
deno add lucide-static
:::
For more details, see the documentation.
The Lucide Figma plugin.
Visit Figma community page to install the plugin.