Microsoft.FluentUI.AspNetCore.Components.Icons 4.11.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.FluentUI.AspNetCore.Components.Icons --version 4.11.0                
NuGet\Install-Package Microsoft.FluentUI.AspNetCore.Components.Icons -Version 4.11.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.11.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.FluentUI.AspNetCore.Components.Icons --version 4.11.0                
#r "nuget: Microsoft.FluentUI.AspNetCore.Components.Icons, 4.11.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.FluentUI.AspNetCore.Components.Icons as a Cake Addin
#addin nuget:?package=Microsoft.FluentUI.AspNetCore.Components.Icons&version=4.11.0

// Install Microsoft.FluentUI.AspNetCore.Components.Icons as a Cake Tool
#tool nuget:?package=Microsoft.FluentUI.AspNetCore.Components.Icons&version=4.11.0                

Microsoft Fluent UI Icons for Blazor

License: MIT .NET C#

⭐ We appreciate your star, it helps!

Introduction

The Microsoft.FluentUI.AspNetCore family of packages provides a set of Blazor components and utilites which you can use to build applications that have the look and feel or modern Microsoft applications.

This package contains libraries of icons wrapping Microsoft’s official Fluent UI System Icons library.

Getting Started

To get started using the Fluent UI Icons in your Blazor applications, you will first need to install the official Nuget package in the project you would like to use the library and components. You can use the following command:

dotnet add package Microsoft.FluentUI.AspNetCore.Components.Icons

Usage

To use the icons, you will need to add the following using statement to your _Imports.razor file:

@using Icons = Microsoft.FluentUI.AspNetCore.Components.Icons

Then you can use the icons in your Blazor components like this:

<FluentIcon Icon="@(Icons.Regular.Size24.Save)" />

Note: Names are structured as follows: Icons.[IconVariant].[IconSize].[IconName].

You can use your custom images by setting the Value property calling the Icon.FromImageUrl method:

<FluentIcon Value="@(Icon.FromImageUrl("/Blazor.png"))" Width="32px" />

List of icons and additional resources

Use the Microsoft Fluent UI Blazor components documentation and demo site to search through the complete set of icons and see how they look.

Joining the Community

Looking to get answers to questions or engage with us in real-time? Our community is active on Discord. Submit requests and issues on GitHub, or join us by contributing on some good first issues via GitHub.

We look forward to building an amazing open source community with you!

Contact

  • Join the community and chat with us in real-time on Discord.
  • Submit requests and issues on GitHub.
  • Contribute by helping out on some of our recommended first issues on GitHub.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (32)

Showing the top 5 NuGet packages that depend on Microsoft.FluentUI.AspNetCore.Components.Icons:

Package Downloads
Hexalith.Infrastructure.ClientApp

Hexalith is a set of libraries to build a micro-service architecture.

BlazorGenerator

You think of the models, Blazorgen the Blazor UI. This is a view creator based on fields in models. You only need to define which type of page this model will become!

Hexalith.UI.Components

Hexalith is a set of libraries to build a micro-service architecture.

AC.Utility.FluentUI

Package Description

Hexalith.UI.Authentications

Hexalith is a set of libraries to build a micro-service architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.11.1 731 1/10/2025
4.11.0 8,284 12/19/2024
4.11.0-beta.1 3,807 12/5/2024
4.10.4 38,344 11/13/2024
4.10.3 22,288 10/28/2024
4.10.2 25,709 10/9/2024
4.10.1 13,989 9/26/2024
4.10.0 28,616 9/6/2024
4.9.3 54,905 7/23/2024
4.9.2 13,371 7/19/2024
4.9.1 11,276 7/10/2024
4.9.0 8,402 7/4/2024
4.8.0 18,600 6/17/2024
4.7.2 53,270 5/3/2024
4.7.0 11,047 4/23/2024
4.6.1 10,719 4/10/2024
4.6.0 10,659 3/28/2024
4.5.0 27,115 3/7/2024
4.4.0 30,487 2/2/2024
4.3.1 17,828 1/12/2024
4.3.0 4,028 1/8/2024
4.2.1 8,875 12/20/2023
4.2.0 5,495 12/13/2023
4.1.0 32,731 11/28/2023
4.0.0 6,370 11/14/2023
4.0.0-rc.3 298 11/10/2023
4.0.0-rc.2 158 11/6/2023
4.0.0-rc.1 358 11/2/2023
4.0.0-preview.2 31,070 10/26/2023
4.0.0-preview.1 143 10/23/2023