Skip to content

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. For React Native use the lucide-react-native package.

Vue

Implementation of the lucide icon library for Vue applications.

sh
pnpm install lucide-vue-next
sh
yarn add lucide-vue-next
sh
npm install lucide-vue-next

For more details, see the documentation. For Vue 2 use the lucide-vue package.

Svelte

Implementation of the lucide icon library for Svelte applications.

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

For more details, see the documentation.

Solid

Implementation of the lucide icon library for Solid applications.

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

For more details, see the documentation.

Angular

Implementation of the lucide icon library for Angular applications.

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

For more details, see the documentation.

Preact

Implementation of the lucide icon library for preact applications.

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

Static usage

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).

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

For more details, see the documentation.

Figma

The lucide figma plugin.

Visit Figma community page to install the plugin.

Setting Page Size

Flutter

Implementation of Lucide icon library for Flutter applications.

bash
flutter pub add lucide_icons

For more details, see the pub.dev.