✨ Lucide.Avalonia

October 18, 2025 · View on GitHub

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}"/>