Provides the Material Design Icons 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.MaterialDesignIconsProvides the Material Design Icons icon library packaged as Blazicons, SVG icon components for Blazor.
Check out the Demo Site.
To get started using the Material Design Icons Blazicons, just install the Blazicons.MaterialDesignIcons NuGet package.
Next add the Blazicons reference to the _Imports.razor file in the Blazor project.
@using Blazicons
Finally, add the Blazicon components to your Blazor pages/components.
<Blazicon Svg="MdiIcon.AccountGroup"></Blazicon>
See the Blazicons documentation for details on parameters and styling.
Thanks to the creators of Material Design Icons SVGs