Cette page est affichée en anglais. Une traduction française est en cours.
ConfigsApr 11, 2026·2 min de lecture

Lucide — Beautiful & Consistent Icon Toolkit

Lucide is a beautiful and consistent icon toolkit made by the community — a fork of Feather Icons with 1500+ crisp, minimalist SVG icons. First-class React, Vue, Svelte, Solid, Angular, and Web Component libraries.

Introduction

Lucide is a beautiful and consistent icon toolkit made by the community — a fork of Feather Icons that has grown far beyond the original. 1500+ icons, all designed on a 24x24 grid with 2px stroke. The default icon set of shadcn/ui, ChatGPT, Vercel dashboard, and many others.

What Lucide Does

  • 1500+ icons — consistent minimalist style
  • Customizable — size, color, strokeWidth via props
  • Tree-shakeable — only imported icons ship
  • Framework packages — React, Vue, Svelte, Solid, Angular, Web Components, React Native, Preact, Ember, Astro
  • Icon font — optional CSS/font version
  • Figma plugin — drop icons directly into designs
  • SVG source — use raw SVG files if you prefer

Architecture

Single source: SVG files on a 24x24 grid. Build pipeline generates framework-specific packages. Each icon is a component that accepts size, color, strokeWidth, and any SVG prop.

Self-Hosting

Client library — ships in your bundle.

Key Features

  • 1500+ icons
  • Consistent 24x24 design grid
  • Framework packages for 10+ frameworks
  • Tree-shakeable imports
  • Customizable stroke, size, color
  • Web-optimized SVGs
  • Free forever (ISC)
  • Active community PRs

Comparison

Set Icons Style License Formats
Lucide 1500+ Minimalist stroke ISC All
Heroicons 300+ Outline/solid MIT React/Vue
Phosphor 1200+ 6 weights MIT All
Tabler 5000+ Minimalist stroke MIT All
Feather 280 Original MIT Svg
Radix Icons 300 15x15 MIT React

FAQ

Q: What's the difference between Lucide and Feather? A: Lucide is a community fork of Feather (the original project stalled). It's compatible with all Feather icons and adds 1200+ more.

Q: How do I bundle only the icons I use? A: Use named imports: import { Home } from "lucide-react". Your bundler will tree-shake automatically.

Q: Can I customize colors? A: Yes. Pass a color prop, or use CSS currentColor (the default is stroke="currentColor").

Sources & Credits

Discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires