FluentIcons.Common 1.3.316

There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentIcons.Common --version 1.3.316
                    
NuGet\Install-Package FluentIcons.Common -Version 1.3.316
                    
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.Common" Version="1.3.316" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FluentIcons.Common" Version="1.3.316" />
                    
Directory.Packages.props
<PackageReference Include="FluentIcons.Common" />
                    
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.Common --version 1.3.316
                    
#r "nuget: FluentIcons.Common, 1.3.316"
                    
#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.Common@1.3.316
                    
#: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.Common&version=1.3.316
                    
Install as a Cake Addin
#tool nuget:?package=FluentIcons.Common&version=1.3.316
                    
Install as a Cake Tool

FluentIcons

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

Packages

This branch is for version 1.3, a backports release for legacy platforms which are no longer supported by version 2.0. Starting in version 2.0, the underlying fonts have also been migrated from TTF to CFF.

Package Platform
FluentIcons.Avalonia alternate text is missing from this package README image Avalonia 0.10
FluentIcons.Avalonia.Fluent alternate text is missing from this package README image FluentAvalonia 1.3 (Avalonia 0.10)
FluentIcons.Maui alternate text is missing from this package README image MAUI 8
FluentIcons.Uwp alternate text is missing from this package README image Uno.UI 5.0
FluentIcons.WinUI alternate text is missing from this package README image Uno.WinUI 5.0
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:icx="using:FluentIcons.WinUI.Markup">
    <Expander Header="{icx:SymbolIcon Symbol=ArrowLeft}" />
</Window>

Markup extension classes have been added since version 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. They are moved to a child namespace since version.

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on FluentIcons.Common:

Package Downloads
FluentIcons.Avalonia

FluentUI System Icons control library for Avalonia.

FluentIcons.Avalonia.Fluent

FluentUI System Icons control library for FluentAvalonia.

FluentIcons.Wpf

FluentUI System Icons control library for WPF.

FluentIcons.WinUI

FluentUI System Icons control library for WinUI.

FluentIcons.Resources.Avalonia

FluentUI System Icons resources package for Avalonia.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.321 92 3/13/2026
2.0.321-ci 33 3/13/2026
2.0.320 2,001 3/3/2026
2.0.320-ci 255 2/27/2026
2.0.319 4,883 2/17/2026
2.0.319-ci 271 2/17/2026
2.0.318 2,045 2/7/2026
2.0.318-ci 300 2/3/2026
2.0.317 3,570 1/23/2026
2.0.317-ci 279 1/21/2026
2.0.316.2-preview 200 1/19/2026
2.0.316 10,028 12/6/2025
2.0.316-preview 276 1/19/2026
1.3.316 452 12/6/2025
1.2.316-ci 268 12/6/2025
1.2.315 7,808 11/18/2025
1.2.315-ci 542 11/18/2025
1.2.314-ci 421 11/13/2025
1.2.313 10,325 10/28/2025
1.2.313-ci 408 11/13/2025
Loading failed