![]() |
VOOZH | about |
dotnet add package FluentIcons.Resources.Avalonia --version 2.0.330
NuGet\Install-Package FluentIcons.Resources.Avalonia -Version 2.0.330
<PackageReference Include="FluentIcons.Resources.Avalonia" Version="2.0.330" />
<PackageVersion Include="FluentIcons.Resources.Avalonia" Version="2.0.330" />Directory.Packages.props
<PackageReference Include="FluentIcons.Resources.Avalonia" />Project file
paket add FluentIcons.Resources.Avalonia --version 2.0.330
#r "nuget: FluentIcons.Resources.Avalonia, 2.0.330"
#:package FluentIcons.Resources.Avalonia@2.0.330
#addin nuget:?package=FluentIcons.Resources.Avalonia&version=2.0.330Install as a Cake Addin
#tool nuget:?package=FluentIcons.Resources.Avalonia&version=2.0.330Install as a Cake Tool
A multi-framework control library of fluentui-system-icons. Browse the icons in the online gallery.
| Package | Platform |
|---|---|
| π FluentIcons.Common |
meta package |
| π FluentIcons.Avalonia |
π alternate text is missing from this package README image Avalonia 12 |
| π 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 10 |
| π 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.8.5 <br/> π alternate text is missing from this package README image Uno.WinUI 6.0 |
| π 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 |
Starting with version 2.0, the underlying fonts have been migrated from TTF to CFF.
| Package | Version | Platform |
|---|---|---|
FluentIcons.WinUI |
2.1 | π alternate text is missing from this package README image Windows App SDK 1.6.3 <br/> π alternate text is missing from this package README image Uno.WinUI 5.4 |
FluentIcons.Avalonia |
2.0 | π alternate text is missing from this package README image Avalonia 11 |
FluentIcons.WinUI |
2.0 | π alternate text is missing from this package README image Windows App SDK 1.6 |
Version 1.3 is a backports release for legacy platforms which are no longer supported by version 2.0.
| 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 |
<Page xmlns:ic="using:FluentIcons.WinUI">
<ic:FluentIcon Icon="ArrowLeft" IconVariant="Regular" IconSize="Size32" />
<ic:SymbolIcon Symbol="Calendar" IconVariant="Color" />
</Page>
This package features <FluentIcon>/<SymbolIcon> element, and <FluentIconSource>/<SymbolIconSource> on platforms with <IconSource>, which generally provide following properties:
Fluent...) / Symbol (for Symbol...) : / SymbolColor variant added along with COLRv1 migration.Fluent...) : FlowDirection
doubleBrushThe 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 .
<Page xmlns:icx="using:FluentIcons.WinUI.Markup">
<Expander Header="{icx:SymbolIcon Symbol=ArrowLeft}" />
</Page>
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 1.3.
<Page xmlns:ic="using:FluentIcons.WinUI">
<ic:FluentIcon Icon="Trophy"
IconVariant="Filled"
Foreground="Gold"
ic:Outline.Foreground="Goldenrod" />
<ic:SymbolIcon Symbol="InkingToolAccent"
IconVariant="Filled"
Foreground="Gold"
ic:Outline.Symbol="InkingTool"
ic:Outline.Foreground="Goldenrod" />
</Page>
The new feature Outline is implemented for experiment since version 2.0.317.
The static class include following attached properties which could be applied to FluentIcon or SymbolIcon elements:
FluentIcon) / Symbol (for SymbolIcon) : Icon? / Symbol?
null, where the value will be inherited from the host control.IconVariant
Regular.BrushPlease note that due to limitations in rendering precision, unexpected color leakage may occur at the edges of the icons. To achieve a good display effect, you may need to avoid using combinations of fill and stroke colors with large hue differences.
β οΈ The extension method UseFluentIcons(this MauiAppBuilder builder) must be called to register fonts properly.
<SymbolImageSource> and SymbolImageSourceExtension are provided on MAUI as stand-ins.
All properties of type Brush are defined as Color instead, with the Color suffix added to the name.
The Win2D package is referenced by this library for the βOutlineβ feature, but with a relatively old version. While this brings you more flexibility, it is still recommended to override with the latest version of the package.
Color icons are broken on WPF, because of the lack of COLR rendering support. It also stops working in environments like macOS and WebAssembly when rendering with SkiaSharp 2, possibly affecting Avalonia and Uno.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 2 NuGet packages that depend on FluentIcons.Resources.Avalonia:
| Package | Downloads |
|---|---|
|
FluentIcons.Avalonia
FluentUI System Icons control library for Avalonia. |
|
|
FluentIcons.Avalonia.Fluent
FluentUI System Icons control library for FluentAvalonia. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.321-preview.1 | 467 | 3/18/2026 |
| 2.0.330 | 108 | 6/16/2026 |
| 2.0.330-ci | 70 | 6/16/2026 |
| 2.0.329 | 259 | 6/14/2026 |
| 2.0.329-ci | 151 | 6/10/2026 |
| 2.0.328 | 2,361 | 5/24/2026 |
| 2.0.328-ci | 165 | 5/23/2026 |
| 2.0.327-ci | 167 | 5/21/2026 |
| 2.0.326 | 4,095 | 5/9/2026 |
| 2.0.326-ci | 169 | 5/8/2026 |
| 2.0.325 | 3,391 | 4/25/2026 |
| 2.0.324 | 1,694 | 4/14/2026 |
| 2.0.324-ci | 161 | 4/14/2026 |
| 2.0.323 | 7,710 | 4/9/2026 |
| 2.0.321 | 7,976 | 3/13/2026 |
| 2.0.321-ci | 190 | 3/13/2026 |
| 2.0.320 | 6,427 | 3/3/2026 |
| 2.0.320-ci | 204 | 2/27/2026 |
| 2.0.319 | 5,315 | 2/17/2026 |
| 2.0.319-ci | 195 | 2/17/2026 |