Lucide.Avalonia 0.2.11

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

This package is not used by any NuGet packages.

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.11 26 6/21/2026
0.2.10 238 6/14/2026
0.2.9 1,034 5/31/2026
0.2.8 640 5/24/2026
0.2.7 740 5/17/2026
0.2.6 1,056 5/10/2026
0.2.5 982 5/3/2026
0.2.4 459 4/26/2026
0.2.3 2,682 4/12/2026
0.2.2 835 4/5/2026
0.2.1 192 3/29/2026
0.2.0 587 3/29/2026
0.1.64 236 3/29/2026
0.1.63 849 3/15/2026
0.1.62 249 3/8/2026
0.1.61 1,329 3/1/2026
0.1.60 321 2/22/2026
0.1.59 302 2/15/2026
0.1.58 370 2/8/2026
0.1.57 536 1/25/2026
Loading failed