mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 20:56:20 +01:00
Lucide helper library that exports icon data.
[](https://www.npmjs.com/package/@lucide/icons)

[](https://lucide.dev/license)
About · Icons · Documentation · License
@lucide/icons
A helper library that exports Lucide icon data in a tree-shakable format, also providing utilities for dynamic importing icons.
Installation
pnpm add @lucide/icons
npm install @lucide/icons
yarn add @lucide/icons
bun add @lucide/icons
CDN
<!-- Development version -->
<script src="https://unpkg.com/@lucide/icons@latest/dist/umd/lucide.js"></script>
<!-- Production version -->
<script src="https://unpkg.com/@lucide/icons@latest"></script>
Documentation
For full documentation, visit lucide.dev
Community
Join the Discord server to chat with the maintainers and other users.
License
Lucide is licensed under the ISC license. See LICENSE.