Can you spare a moment to take our survey?
Your feedback helps us improve Lucide and make it better for everyone.
All icons are designed with SVG elements using strokes. These have a default stroke width of 2px.
The strokeWidth can be adjusted to create a different look of the icons.
strokeWidth prop <!DOCTYPE html> <html> <body> <i data-lucide="folder-lock" stroke-width="1"></i> <script src="index.js"></script> </body> </html>