Files
lucide/docs/guide/react/advanced/filled-icons.md
2025-10-20 20:25:34 +02:00

930 B

head
head
link
rel href
canonical https://lucide.dev/guide/vue/advanced/filled-icons
<script setup> import { Sandpack } from 'sandpack-vue3' import sandpackTheme from '../../../.vitepress/theme/sandpackTheme.json' import sizeIconExample from './examples/filled-icon-example/files.ts' </script>

Filled Icons

Fills are officially not supported. However, all SVG properties are available on all icons. Fill can still be used and will work fine on certain icons.

Example with stars:

Will Lucide have fills in the future?

This feature has been requested several times and discussion is happening at #458.