Lucide.Avalonia 0.2.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lucide.Avalonia --version 0.2.15
                    
NuGet\Install-Package Lucide.Avalonia -Version 0.2.15
                    
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.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lucide.Avalonia" Version="0.2.15" />
                    
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.15
                    
#r "nuget: Lucide.Avalonia, 0.2.15"
                    
#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.15
                    
#: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.15
                    
Install as a Cake Addin
#tool nuget:?package=Lucide.Avalonia&version=0.2.15
                    
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.
  • Automatic weekly updates and releases.

🚀 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

Package Description

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 115 8/16/2026
0.2.17 327 8/9/2026
0.2.16 982 8/2/2026
0.2.15 733 7/26/2026
0.2.14 892 7/19/2026
0.2.13 1,195 7/12/2026
0.2.12 690 7/5/2026
0.2.11 625 6/21/2026
0.2.10 1,273 6/14/2026
0.2.9 1,820 5/31/2026
0.2.8 805 5/24/2026
0.2.7 773 5/17/2026
0.2.6 1,106 5/10/2026
0.2.5 1,160 5/3/2026
0.2.4 753 4/26/2026
0.2.3 3,050 4/12/2026
0.2.2 864 4/5/2026
0.2.1 205 3/29/2026
0.2.0 770 3/29/2026
0.1.64 851 3/29/2026
Loading failed