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
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Implementation of the lucide icon library for react applications.
|
|
|
|
|
|
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
|
|
|
|
|
```
|
|
|
|
|
|
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).
|
2022-02-01 19:26:07 +01:00
|
|
|
|
|
|
|
|
## Vue 2
|
|
|
|
|
|
|
|
|
|
Implementation of the lucide icon library for vue applications.
|
|
|
|
|
|
2022-02-17 17:46:55 +01:00
|
|
|
```bash
|
2022-02-01 19:26:07 +01:00
|
|
|
yarn add lucide-vue
|
2022-10-27 08:19:45 +02:00
|
|
|
```
|
2022-02-01 19:26:07 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
or
|
2022-02-01 19:26:07 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
```sh
|
2022-02-01 19:26:07 +01:00
|
|
|
npm install lucide-vue
|
2021-10-01 09:19:36 +02:00
|
|
|
```
|
2022-02-01 19:26:07 +01:00
|
|
|
|
2023-03-05 21:21:26 +01:00
|
|
|
For more details, see the [documentation](packages/lucide-vue.md).
|
2022-02-01 19:26:07 +01:00
|
|
|
|
|
|
|
|
## Vue 3
|
|
|
|
|
|
|
|
|
|
Implementation of the lucide icon library for vue applications.
|
|
|
|
|
|
2022-02-17 17:46:55 +01:00
|
|
|
```bash
|
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
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
or
|
2022-02-01 19:26:07 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
```sh
|
2022-02-01 19:26:07 +01:00
|
|
|
npm install lucide-vue-next
|
|
|
|
|
```
|
|
|
|
|
|
2023-03-05 21:21:26 +01:00
|
|
|
For more details, see the [documentation](packages/lucide-vue-next.md).
|
2022-02-17 17:46:55 +01:00
|
|
|
|
|
|
|
|
## Svelte
|
|
|
|
|
|
|
|
|
|
Implementation of the lucide icon library for vue applications.
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
yarn add lucide-svelte
|
2022-10-27 08:19:45 +02:00
|
|
|
```
|
2022-02-17 17:46:55 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
or
|
2022-02-17 17:46:55 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
```sh
|
2022-02-17 17:46:55 +01:00
|
|
|
npm install lucide-svelte
|
|
|
|
|
```
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
## Angular
|
|
|
|
|
|
2022-02-17 17:46:55 +01:00
|
|
|
```bash
|
2022-02-01 19:26:07 +01:00
|
|
|
yarn add lucide-angular
|
2022-10-27 08:19:45 +02:00
|
|
|
```
|
2022-02-01 19:26:07 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
or
|
2022-02-01 19:26:07 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
```sh
|
2022-02-01 19:26:07 +01:00
|
|
|
npm install lucide-angular
|
|
|
|
|
```
|
|
|
|
|
|
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.
|
|
|
|
|
|
2022-02-17 17:46:55 +01:00
|
|
|
```bash
|
2022-02-01 19:26:07 +01:00
|
|
|
yarn add lucide-preact
|
2022-10-27 08:19:45 +02:00
|
|
|
```
|
2022-02-01 19:26:07 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
or
|
2022-02-01 19:26:07 +01:00
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|
```sh
|
2022-02-01 19:26:07 +01:00
|
|
|
npm install lucide-preact
|
|
|
|
|
```
|
|
|
|
|
|
2023-03-05 21:21:26 +01:00
|
|
|
For more details, see the [documentation](packages/lucide-preact.md).
|
2022-02-01 19:26:07 +01:00
|
|
|
|
|
|
|
|
## Figma
|
|
|
|
|
|
|
|
|
|
The lucide figma plugin.
|
|
|
|
|
|
|
|
|
|
Visit [Figma community page](https://www.figma.com/community/plugin/939567362549682242/Lucide-Icons) to install the plugin.
|
|
|
|
|
|
2022-10-27 08:19:45 +02:00
|
|
|

|
2022-02-01 19:26:07 +01:00
|
|
|
|
|
|
|
|
## Laravel
|
|
|
|
|
|
|
|
|
|
Implementation of Lucide icon's using `blade-icons` for Laravel based projects.
|
|
|
|
|
|
2022-02-17 17:46:55 +01:00
|
|
|
```bash
|
2022-02-01 19:26:07 +01:00
|
|
|
composer require mallardduck/blade-lucide-icons
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
For more details, see the [documentation](https://github.com/mallardduck/blade-lucide-icons/blob/main/README.md).
|
|
|
|
|
|
|
|
|
|
## 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).
|