Chapter 118: Link as Image
Core Idea
Learn how to use Lucide icons as images in your project.
Key Concepts
Code Examples
<html>
<body>
<img src="node_modules/lucide-static/icons/smile.svg" alt="Smile Icon">
</body>
</html>
- What it demonstrates: Link as Image usage pattern from the official Lucide docs.
Key Takeaways
- In HTML
- In CSS
Connects To
- Static / Font / JS Modules: part of the Static / Font / JS Modules section of the Lucide docs.
- Lucide Static Assets: overview page for this section.