---
description: Learn how to use Lucide icons as images in your project.
---
# Link as Image
In some cases, you might want to use Lucide icons as images instead of inline SVGs. This can be useful for performance reasons or when you want to use the icons in contexts where inline SVGs are not supported.
## In HTML
You can link to the SVG files directly in your HTML using the `` tag. The path to the SVG files will depend on how you have set up your project.
::: code-group
```html [Vite]