2021-10-01 09:19:36 +02:00
---
title: Installation
---
# Installation
2022-02-01 19:26:07 +01:00
## Web
2021-10-01 09:19:36 +02:00
2022-02-01 19:26:07 +01:00
Implementation of the lucide icon library for web applications.
2021-10-01 09:19:36 +02:00
2023-06-04 16:59:38 +02:00
::: code-group
2022-02-01 19:26:07 +01:00
2023-06-04 16:59:38 +02:00
```sh [pnpm]
pnpm install lucide
```
2022-02-01 19:26:07 +01:00
2023-06-04 16:59:38 +02:00
```sh [yarn]
2022-02-01 19:26:07 +01:00
yarn add lucide
```
2023-06-04 16:59:38 +02:00
```sh [npm]
npm install lucide
```
2024-11-29 09:11:30 +01:00
```sh [bun]
bun add lucide
```
2023-06-04 16:59:38 +02:00
:::
2023-03-05 21:21:26 +01:00
For more details, see the [documentation ](packages/lucide.md ).
2022-02-01 19:26:07 +01:00
## React
2023-06-12 22:10:15 +02:00
Implementation of the lucide icon library for React applications.
2022-02-01 19:26:07 +01:00
2023-06-04 16:59:38 +02:00
::: code-group
```sh [pnpm]
pnpm install lucide-react
2022-10-27 08:19:45 +02:00
```
2022-02-01 19:26:07 +01:00
2023-06-04 16:59:38 +02:00
```sh [yarn]
yarn add lucide-react
```
2022-02-01 19:26:07 +01:00
2023-06-04 16:59:38 +02:00
```sh [npm]
2022-02-01 19:26:07 +01:00
npm install lucide-react
```
2024-11-29 09:11:30 +01:00
```sh [bun]
bun add lucide-react
```
2023-06-04 16:59:38 +02:00
:::
2023-03-05 21:21:26 +01:00
For more details, see the [documentation ](packages/lucide-react.md ).
2023-06-12 22:10:15 +02:00
For React Native use the `lucide-react-native` package.
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
## Vue
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
Implementation of the lucide icon library for Vue applications.
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
::: code-group
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [pnpm]
pnpm install lucide-vue-next
2021-10-01 09:19:36 +02:00
```
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [yarn]
2022-02-01 19:26:07 +01:00
yarn add lucide-vue-next
2022-10-27 08:19:45 +02:00
```
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [npm]
2022-02-01 19:26:07 +01:00
npm install lucide-vue-next
```
2024-11-29 09:11:30 +01:00
```sh [bun]
bun add lucide-vue-next
```
2023-06-12 22:10:15 +02:00
:::
2023-03-05 21:21:26 +01:00
For more details, see the [documentation ](packages/lucide-vue-next.md ).
2023-06-12 22:10:15 +02:00
For Vue 2 use the `lucide-vue` package.
2022-02-17 17:46:55 +01:00
## Svelte
2023-06-12 22:10:15 +02:00
Implementation of the lucide icon library for Svelte applications.
2022-02-17 17:46:55 +01:00
2023-06-12 22:10:15 +02:00
::: code-group
```sh [pnpm]
pnpm install lucide-svelte
2022-10-27 08:19:45 +02:00
```
2022-02-17 17:46:55 +01:00
2023-06-12 22:10:15 +02:00
```sh [yarn]
yarn add lucide-svelte
```
2022-02-17 17:46:55 +01:00
2023-06-12 22:10:15 +02:00
```sh [npm]
2022-02-17 17:46:55 +01:00
npm install lucide-svelte
```
2024-11-29 09:11:30 +01:00
```sh [bun]
bun add lucide-svelte
```
2023-06-12 22:10:15 +02:00
:::
2023-03-05 21:21:26 +01:00
For more details, see the [documentation ](packages/lucide-svelte.md ).
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
## Solid
Implementation of the lucide icon library for Solid applications.
::: code-group
```sh [pnpm]
pnpm install lucide-solid
```
```sh [yarn]
yarn add lucide-solid
```
```sh [npm]
npm install lucide-solid
```
2024-11-29 09:11:30 +01:00
```sh [bun]
bun add lucide-solid
```
2023-06-12 22:10:15 +02:00
:::
For more details, see the [documentation ](packages/lucide-solid.md ).
2022-02-01 19:26:07 +01:00
## Angular
2023-06-12 22:10:15 +02:00
Implementation of the lucide icon library for Angular applications.
::: code-group
```sh [pnpm]
pnpm install lucide-angular
2022-10-27 08:19:45 +02:00
```
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [yarn]
yarn add lucide-angular
```
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [npm]
2022-02-01 19:26:07 +01:00
npm install lucide-angular
```
2024-11-29 09:11:30 +01:00
```sh [bun]
bun add lucide-angular
```
2023-06-12 22:10:15 +02:00
:::
2023-03-05 21:21:26 +01:00
For more details, see the [documentation ](packages/lucide-angular.md ).
2022-02-01 19:26:07 +01:00
## Preact
Implementation of the lucide icon library for preact applications.
2023-06-12 22:10:15 +02:00
::: code-group
```sh [pnpm]
pnpm install lucide-preact
2022-10-27 08:19:45 +02:00
```
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [yarn]
yarn add lucide-preact
```
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [npm]
2022-02-01 19:26:07 +01:00
npm install lucide-preact
```
2024-11-29 09:11:30 +01:00
```sh [bun]
bun add lucide-preact
```
2023-06-12 22:10:15 +02:00
:::
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
## Static usage
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
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).
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
::: code-group
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [pnpm]
pnpm install lucide-static
```
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [yarn]
yarn add lucide-static
```
2022-02-01 19:26:07 +01:00
2023-06-12 22:10:15 +02:00
```sh [npm]
npm install lucide-static
2022-02-01 19:26:07 +01:00
```
2024-11-29 09:11:30 +01:00
```sh [bun]
bun add lucide-static
```
2023-06-12 22:10:15 +02:00
:::
For more details, see the [documentation ](packages/lucide-static.md ).
## Figma
The lucide figma plugin.
Visit [Figma community page ](https://www.figma.com/community/plugin/939567362549682242/Lucide-Icons ) to install the plugin.

2022-02-01 19:26:07 +01:00
## Flutter
Implementation of Lucide icon library for Flutter applications.
2022-02-17 17:46:55 +01:00
```bash
2022-02-01 19:26:07 +01:00
flutter pub add lucide_icons
```
For more details, see the [pub.dev ](https://pub.dev/packages/lucide_icons ).