Microsoft.FluentUI.AspNetCore.Components.Icons 4.11.3

Microsoft Fluent UI Icons for Blazor

License: MIT .NET C#

:star: 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.

No packages depend on Microsoft.FluentUI.AspNetCore.Components.Icons.

Version Downloads Last updated
4.11.3 1 01/19/2025
4.11.2 0 01/13/2025
4.11.1 0 01/10/2025
4.11.0 0 12/19/2024
4.11.0-beta.1 0 12/05/2024
4.10.4 0 11/13/2024
4.10.3 0 10/28/2024
4.10.2 0 10/09/2024
4.10.1 0 09/26/2024
4.10.0 0 09/06/2024
4.9.3 0 07/23/2024
4.9.2 0 07/19/2024
4.9.1 0 07/10/2024
4.9.0 0 07/04/2024
4.8.0 0 06/17/2024
4.7.2 0 05/03/2024
4.7.0 0 04/23/2024
4.6.1 0 04/10/2024
4.6.0 0 03/28/2024
4.5.0 0 03/07/2024
4.4.0 0 02/02/2024
4.3.1 0 01/12/2024
4.3.0 0 01/08/2024
4.2.1 0 12/20/2023
4.2.0 0 12/13/2023
4.1.0 0 11/28/2023
4.0.0 0 11/14/2023
4.0.0-rc.3 1 01/18/2025
4.0.0-rc.2 0 11/06/2023
4.0.0-rc.1 0 11/02/2023
4.0.0-preview.2 0 10/26/2023
4.0.0-preview.1 0 10/23/2023