Lucide Icons CDN Notes

Quick Lucide CDN usage notes for modern UIs.

Click any icon below to copy its HTML

This is the icon library — not just a CDN form.

Loading icons…

Ready CDN snippet

Copy this into your HTML <head>, then use icons from the gallery above.

Pick icons
<script src="https://unpkg.com/lucide@latest"></script>
<script>lucide.createIcons();</script>
<i data-lucide="home"></i>

Example icon HTML