Free and open source SVG icons for personal and commercial use
Icons are provided by the @fronntui/icons package. The package contains all icons as SVG files.
Each icon is made available for direct import as Vue component from the
@fronntui/vue
package.
Icons can also be imported as raw SVG code (e.g. using Vite’s raw
directive)
and bundled into your source code.
The stroke width can be set via the CSS variable --nn-icon-stroke-width
, which
defaults to 2px
.
The default size is 1.5em
, which means it’s 1.5x the default font size. It can
be customized via CSS by setting the font-size
accordingly.