2024-04-25 09:45:07 +02:00
<p align="center">
<a href="https://github.com/lucide-icons/lucide#gh -light-mode-only">
<img src="https://lucide.dev/lucide-logo-repo.svg#gh -light-mode-only" alt="Lucide - Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons." width="480">
</a>
<a href="https://github.com/lucide-icons/lucide#gh -dark-mode-only">
<img src="https://lucide.dev/lucide-logo-repo-dark.svg#gh -dark-mode-only" alt="Lucide - Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons." width="480">
</a>
</p>
2022-10-19 22:34:35 +02:00
<p align="center">
<a href="https://github.com/lucide-icons/lucide/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/lucide" alt="license"></a>
2024-11-25 12:01:13 +01:00
<a href="https://www.figma.com/community/plugin/939567362549682242/Lucide-Icons"><img src="https://img.shields.io/badge/Figma-F24E1E?logo=figma&logoColor=white" alt="figma installs"></a>
2022-10-19 22:34:35 +02:00
<a href="https://github.com/lucide-icons/lucide/actions/workflows/release.yml"><img src="https://github.com/lucide-icons/lucide/actions/workflows/release.yml/badge.svg" alt="build status"></a>
<a href="https://discord.gg/EH6nSts"><img src="https://img.shields.io/discord/723074157486800936?label=chat&logo=discord&logoColor=%23ffffff&colorB=%237289DA" alt="discord chat"></a>
</p>
2024-11-25 12:01:13 +01:00
<p align="center">
<a href="https://lucide.dev/icons/">Icons</a>
·
<a href="https://lucide.dev/guide/">Guide</a>
·
<a href="https://lucide.dev/packages">Packages</a>
·
<a href="https://lucide.dev/license">License</a>
·
<a href="https://lucide.dev/showcase">Showcase</a>
</p>
2020-10-25 22:16:39 +01:00
2020-10-06 20:23:26 +02:00
# Lucide
2020-06-08 16:39:52 +01:00
2024-11-25 12:01:13 +01:00
Lucide is an open-source icon library that provides 1000+ vector (svg) files for displaying icons and symbols in digital and non-digital projects. The library aims to make it easier for designers and developers to incorporate icons into their projects by providing several official [packages ](https://lucide.dev/packages ) to make it easier to use these icons in your project.
2021-05-20 21:24:54 +02:00
2024-11-25 12:01:13 +01:00
## Packages
2021-05-20 21:24:54 +02:00
2025-02-07 15:31:21 +01:00
| Logo | Package | Version | Downloads | Links |
| ---- | ------- | ------- | --------- | ----- |
| <img src="https://lucide.dev/framework-logos/js.svg" alt="JS logo" width="48"> | * * `lucide` ** | [](https://www.npmjs.com/package/lucide) |  | [Docs ](https://lucide.dev/guide/packages/lucide ) · [Source ](./packages/lucide ) |
| <img src="https://lucide.dev/framework-logos/react.svg" alt="React logo" width="48"> | * * `lucide-react` ** | [](https://www.npmjs.com/package/lucide-react) |  | [Docs ](https://lucide.dev/guide/packages/lucide-react ) · [Source ](./packages/lucide-react ) |
| <img src="https://lucide.dev/framework-logos/vue.svg" alt="Vue logo" width="48"> | * * `lucide-vue-next` ** | [](https://www.npmjs.com/package/lucide-vue-next) |  | [Docs ](https://lucide.dev/guide/packages/lucide-vue-next ) · [Source ](./packages/lucide-vue-next ) |
| <img src="https://lucide.dev/framework-logos/svelte.svg" alt="Svelte logo" width="48"> | * * `lucide-svelte` ** | [](https://www.npmjs.com/package/lucide-svelte) |  | [Docs ](https://lucide.dev/guide/packages/lucide-svelte ) · [Source ](./packages/lucide-svelte ) |
| <img src="https://lucide.dev/framework-logos/solid.svg" alt="Solid logo" width="48"> | * * `lucide-solid` ** | [](https://www.npmjs.com/package/lucide-solid) |  | [Docs ](https://lucide.dev/guide/packages/lucide-solid ) · [Source ](./packages/lucide-solid ) |
| <img src="https://lucide.dev/framework-logos/preact.svg" alt="Preact logo" width="48"> | * * `lucide-preact` ** | [](https://www.npmjs.com/package/lucide-preact) |  | [Docs ](https://lucide.dev/guide/packages/lucide-preact ) · [Source ](./packages/lucide-preact ) |
| <img src="https://lucide.dev/framework-logos/react-native.svg" alt="React Native logo" width="48"> | * * `lucide-react-native` ** | [](https://www.npmjs.com/package/lucide-react-native) |  | [Docs ](https://lucide.dev/guide/packages/lucide-react-native ) · [Source ](./packages/lucide-react-native ) |
| <img src="https://lucide.dev/framework-logos/angular.svg" alt="Angular logo" width="48"> | * * `lucide-angular` ** | [](https://www.npmjs.com/package/lucide-angular) |  | [Docs ](https://lucide.dev/guide/packages/lucide-angular ) · [Source ](./packages/lucide-angular ) |
| <img src="https://lucide.dev/framework-logos/svg.svg" alt="SVG logo" width="48"> | * * `lucide-static` ** | [](https://www.npmjs.com/package/lucide-static) |  | [Docs ](https://lucide.dev/guide/packages/lucide-static ) · [Source ](./packages/lucide-static ) |
2022-02-01 17:00:03 +01:00
2020-06-08 16:39:52 +01:00
### Figma
2021-03-23 19:26:50 +01:00
The lucide figma plugin.
Visit [Figma community page ](https://www.figma.com/community/plugin/939567362549682242/Lucide-Icons ) to install the plugin.
<img width="420" src="https://www.figma.com/community/plugin/939567362549682242/thumbnail" alt="Figma Lucide Cover">
2020-06-08 16:39:52 +01:00
## Contributing
2022-06-16 13:41:53 +02:00
For more info on how to contribute please see the [contribution guidelines ](https://github.com/lucide-icons/lucide/blob/main/CONTRIBUTING.md ).
2020-06-08 16:39:52 +01:00
2022-06-16 13:41:53 +02:00
Caught a mistake or want to contribute to the documentation? [Edit this page on Github ](https://github.com/lucide-icons/lucide/blob/main/README.md )
2020-06-08 16:39:52 +01:00
2020-06-26 17:20:06 +02:00
## Community
2020-10-05 20:30:34 +02:00
Join the community on our [Discord ](https://discord.gg/EH6nSts ) server!
2020-06-26 17:20:06 +02:00
2020-06-08 16:39:52 +01:00
## License
2024-12-20 04:24:44 -05:00
Lucide is totally free for commercial use and personal use, this software is licensed under the [ISC License ](https://github.com/lucide-icons/lucide/blob/main/LICENSE ).
2021-03-23 19:26:50 +01:00
2022-05-30 17:30:28 +02:00
## Credits
Thank you to all the people who contributed to Lucide!
<a href="https://github.com/lucide-icons/lucide/graphs/contributors">
<img src="https://opencollective.com/lucide-icons/contributors.svg?width=890" /></a>
2021-03-23 19:26:50 +01:00
## Sponsors
2021-02-08 06:53:49 +00:00
2021-03-23 19:26:50 +01:00
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
2023-09-14 10:42:02 +02:00
<img src="docs/public/vercel.svg" alt="Powered by Vercel" width="200" />
</a>
2023-09-14 11:11:18 +02:00
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="docs/public/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
2024-04-24 17:43:51 +02:00
2024-11-25 12:01:29 +01:00
### Awesome backers 🍺
2024-04-24 17:43:51 +02:00
<a href="https://www.scipress.io?utm_source=lucide"><img src="docs/public/sponsors/scipress.svg" width="180" alt="Scipress sponsor badge" /></a>
2024-11-25 12:01:29 +01:00
<a href="https://github.com/pdfme/pdfme"><img src="docs/public/sponsors/pdfme.svg" width="180" alt="pdfme sponsor badge" /></a>