Lucide.Avalonia 0.2.18

dotnet add package Lucide.Avalonia --version 0.2.18
                    
NuGet\Install-Package Lucide.Avalonia -Version 0.2.18
                    
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="Lucide.Avalonia" Version="0.2.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lucide.Avalonia" Version="0.2.18" />
                    
Directory.Packages.props
<PackageReference Include="Lucide.Avalonia" />
                    
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 Lucide.Avalonia --version 0.2.18
                    
#r "nuget: Lucide.Avalonia, 0.2.18"
                    
#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 Lucide.Avalonia@0.2.18
                    
#: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=Lucide.Avalonia&version=0.2.18
                    
Install as a Cake Addin
#tool nuget:?package=Lucide.Avalonia&version=0.2.18
                    
Install as a Cake Tool

✨ Lucide.Avalonia

Implementation of the Lucide icon library for AvaloniaUI.

NuGet Version GitHub License


⚡ Advantages

  • No styles include required.
  • No xmlns declaration required.
  • Compact: Only ~300 KB for the entire icon set.
  • Always up to date: Automatic weekly updates.

🚀 Usage Examples

Using the LucideIcon Element

<LucideIcon Kind="Star"/>
<LucideIcon Kind="Star" Size="30"/>
<LucideIcon Kind="Star" Size="30" StrokeWidth="1.5"/>

Using a Markup Extension

<Button Content="{LucideIconContent Star}"/>
<Button Content="{LucideIconContent Star, 30, 1.5}"/>
<Button Content="{LucideIconContent Kind=Star, Size=30, StrokeWidth=1.5}"/>

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on Lucide.Avalonia:

Package Downloads
DexterController.UI.Avalonia

Reusable Avalonia UI controls for the Dexter hand controller

Ti.Avalonia.Shadcn

A Shadcn-inspired Avalonia UI component library for building modern MioKit and Avalonia desktop applications.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Lucide.Avalonia:

Repository Stars
AIDotNet/CodexSwitch
Version Downloads Last Updated
0.2.18 230 8/16/2026
0.2.17 360 8/9/2026
0.2.16 1,007 8/2/2026
0.2.15 748 7/26/2026
0.2.14 936 7/19/2026
0.2.13 1,205 7/12/2026
0.2.12 701 7/5/2026
0.2.11 630 6/21/2026
0.2.10 1,279 6/14/2026
0.2.9 1,829 5/31/2026
0.2.8 806 5/24/2026
0.2.7 773 5/17/2026
0.2.6 1,109 5/10/2026
0.2.5 1,160 5/3/2026
0.2.4 755 4/26/2026
0.2.3 3,062 4/12/2026
0.2.2 866 4/5/2026
0.2.1 205 3/29/2026
0.2.0 788 3/29/2026
0.1.64 852 3/29/2026
Loading failed