Skip to main content
Every icon is a named export of @fanvue/ui and renders as an inline <svg> that inherits currentColor.
141 of the 172 icons take the size and filled props below — they ship dedicated path geometry per size rather than scaling one drawing. The rest are single-size legacy icons sized with a utility class, e.g. className="size-6".

Shared props

boolean
default:"false"
Render the filled variant when available; falls back to outlined.
16 | 24 | 32
default:"24"
Pixel size — selects the dedicated path geometry.
Every icon also accepts the standard SVGAttributes of an <svg> element, including className, style and aria-*. Icons are aria-hidden by default; for a standalone icon pass aria-hidden={false} with role="img" and an aria-label.

Browse

The embed above is searchable and copies the import line on click. The full index below is sorted alphabetically; every name imports from @fanvue/ui.

All icons


Setup: Installation · Theming