Release candidate for Lucide v1 is out!🚀 You're looking at the site for v1, for v0 go to v0 site
Appearance
All icons are designed with SVG elements using strokes. These have a default stroke width of 2px.
2px
The strokeWidth can be adjusted to create a different look of the icons.
strokeWidth
<!DOCTYPE html> <html> <body> <i data-lucide="folder-lock" stroke-width="1"></i> <script src="index.js"></script> </body> </html>