FluentIcons.WinUI 1.2.315

There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentIcons.WinUI --version 1.2.315
                    
NuGet\Install-Package FluentIcons.WinUI -Version 1.2.315
                    
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="FluentIcons.WinUI" Version="1.2.315" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FluentIcons.WinUI" Version="1.2.315" />
                    
Directory.Packages.props
<PackageReference Include="FluentIcons.WinUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FluentIcons.WinUI --version 1.2.315
                    
#r "nuget: FluentIcons.WinUI, 1.2.315"
                    
#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.
#:package FluentIcons.WinUI@1.2.315
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FluentIcons.WinUI&version=1.2.315
                    
Install as a Cake Addin
#tool nuget:?package=FluentIcons.WinUI&version=1.2.315
                    
Install as a Cake Tool

FluentIcons

A multi-framework control library of fluentui-system-icons. Browse the icons in the online gallery.

Packages

Package Platform
FluentIcons.Common meta package
FluentIcons.Uno meta package
FluentIcons.Avalonia alternate text is missing from this package README image Avalonia 11
FluentIcons.Avalonia.Fluent alternate text is missing from this package README image FluentAvalonia 2 (Avalonia 11)
FluentIcons.Maui alternate text is missing from this package README image MAUI 8
FluentIcons.Uwp alternate text is missing from this package README image UWP 10.0.10773 <br/> alternate text is missing from this package README image Uno.UI 5.4
FluentIcons.WinUI alternate text is missing from this package README image Windows App SDK 1.5.7 <br/> alternate text is missing from this package README image Uno.WinUI 5.4
FluentIcons.Wpf alternate text is missing from this package README image .NET Framework 4.6.2 <br/> alternate text is missing from this package README image .NET 6

Legacy

Ref Package Platform
avalonia-v0.10 FluentIcons.Avalonia alternate text is missing from this package README image Avalonia 0.10
avalonia-v0.10 FluentIcons.Avalonia.Fluent alternate text is missing from this package README image FluentAvalonia 1.3 (Avalonia 0.10)
uno-v5.0 FluentIcons.Uwp alternate text is missing from this package README image Uno.UI 5.0
uno-v5.0 FluentIcons.WinUI alternate text is missing from this package README image Uno.WinUI 5.0
winui-v1.2 FluentIcons.WinUI alternate text is missing from this package README image Windows App SDK 1.2

Usage

<Window xmlns:ic="using:FluentIcons.WinUI">

    <ic:FluentIcon Icon="ArrowLeft" IconVariant="Regular" IconSize="Size32" />
    <ic:SymbolIcon Symbol="Calendar" IconVariant="Color" />
</Window>

This package features <FluentIcon>/<SymbolIcon> element, and <FluentIconSource>/<SymbolIconSource> on platforms with <IconSource>, which generally provide following properties:

  • Icon (Fluent...) / Symbol (Symbol...) : Icon / Symbol
  • IconVariant : IconVariant
    • New in version 1.1.278: Color variant added along with COLRv1 migration.
  • IconSize (Fluent...) : IconSize
  • FlowDirection : FlowDirection
    • Switch between LTR/RTL icon variant.
  • FontSize : double
  • Foreground : Brush

The Fluent variant provides all sizes of icons untouched compared to upstream, while the Symbol variant mimics the APIs and appearances of SymbolIcon and Segoe Fluent Icons from WinUI, which is powered by a derived version from the child project Seagull Icons. These variants were controlled by the deprecated UseSegoeMetrics property in distributions prior to 1.1.278.

<Window xmlns:ic="using:FluentIcons.WinUI">
    <Expander Header="{ic:SymbolIcon Symbol=ArrowLeft}" />
</Window>

Markup extension classes have been added since 1.1.242. These extensions will bind their FlowDirection to that of the parent control, except FluentIconSourceExtension/SymbolIconSourceExtension on (non-Uno) UWP where IXamlServiceProvider is not available.

Avalonia

Markup extension classes are in a child namespace to stop style selectors from throwing for their naming conventions.

MAUI

⚠️ The extension method UseFluentIcons(this MauiAppBuilder builder) must be called to register fonts properly.

<SymbolImageSource> and SymbolImageSourceExtension are provided on MAUI as stand-ins.

Known issues

Color icons are broken on WPF, because of the lack of COLR rendering support. It is also not working in environments like macOS and WebAssembly when rendering with SkiaSharp 2, possibly affecting Avalonia and Uno.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.17763 is compatible.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  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.  net8.0-windows10.0.17763 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  net9.0-macos was computed.  net9.0-macos15.0 is compatible.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on FluentIcons.WinUI:

Package Downloads
Richasy.WinUIKernel.Share

多项目共享的基础 WinUI 实现

ShadowViewer.Sdk

✨ ShadowViewer Core | Development SDK✨

ShadowViewer.Controls

✨ShadowViewer.Controls✨

CherylUI.Uno

UI Library for Uno Platform.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on FluentIcons.WinUI:

Repository Stars
Pixeval/Pixeval
Wow. Yet another Pixiv client!
FireCubeStudios/FluentFlyouts
Fluent Flyouts
Richasy/Rodel.Agent
支持主流在线 AI 服务的应用
Richasy/LoopbackManager.Desktop
适用于 Windows 11 的本地网络回环管理器
Version Downloads Last Updated
2.1.324 35 4/14/2026
2.1.324-ci 68 4/14/2026
2.1.323 97 4/9/2026
2.0.321 275 3/13/2026
2.0.321-ci 135 3/13/2026
2.0.320 116 3/3/2026
2.0.320-ci 91 2/27/2026
2.0.319 192 2/17/2026
2.0.319-ci 89 2/17/2026
2.0.318 131 2/7/2026
2.0.318-ci 104 2/3/2026
2.0.317.1 126 1/23/2026
2.0.317 120 1/23/2026 2.0.317 is deprecated because it has critical bugs.
2.0.317-ci 100 1/21/2026
2.0.316 850 12/6/2025
2.0.316-preview 100 1/19/2026
1.3.316 176 12/6/2025
1.2.315 600 11/18/2025
1.2.315-ci 421 11/18/2025
1.2.314-ci 315 11/13/2025
Loading failed