Skip to content
On this page

Installation

Web

Implementation of the lucide icon library for web applications.

sh
pnpm install lucide
sh
yarn add lucide
sh
npm install lucide

For more details, see the documentation.

React

Implementation of the lucide icon library for react applications.

sh
pnpm install lucide-react
sh
yarn add lucide-react
sh
npm install lucide-react

For more details, see the documentation.

Vue 2

Implementation of the lucide icon library for vue applications.

bash
yarn add lucide-vue

or

sh
npm install lucide-vue

For more details, see the documentation.

Vue 3

Implementation of the lucide icon library for vue applications.

bash
yarn add lucide-vue-next

or

sh
npm install lucide-vue-next

For more details, see the documentation.

Svelte

Implementation of the lucide icon library for vue applications.

bash
yarn add lucide-svelte

or

sh
npm install lucide-svelte

For more details, see the documentation.

Angular

bash
yarn add lucide-angular

or

sh
npm install lucide-angular

For more details, see the documentation.

Preact

Implementation of the lucide icon library for preact applications.

bash
yarn add lucide-preact

or

sh
npm install lucide-preact

For more details, see the documentation.

Figma

The lucide figma plugin.

Visit Figma community page to install the plugin.

Setting Page Size

Laravel

Implementation of Lucide icon's using blade-icons for Laravel based projects.

bash
composer require mallardduck/blade-lucide-icons

For more details, see the documentation.

Flutter

Implementation of Lucide icon library for Flutter applications.

bash
flutter pub add lucide_icons

For more details, see the pub.dev.