Provides the Fluent UI icon library packaged as Blazicons, SVG icon components for Blazor.
License
—
Deps
3
Install Size
—
Vulns
✓ 0
Published
Mar 1, 2026
$ dotnet add package Blazicons.FluentUIProvides the Fluent UI icon library packaged as Blazicons, SVG icon components for Blazor.
Check out the Demo Site.
To get started using the Fluent UI Blazicons, just install the Blazicons.FluentUI NuGet package.
Next add the Blazicons reference to the _Imports.razor file in the Blazor project.
@using Blazicons
Finally, add the Blazicon component to your Blazor pages/components.
<Blazicon Svg="FluentUiIcon.Alert"></Blazicon>
See the Blazicons documentation for details on parameters and styling.
Thanks to the creators of Fluent UI System Icons