Json_exe.MudBlazor.SimpleIcons 1.10.0

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

MudBlazor.SimpleIcons

MudBlazor.SimpleIcons is a .NET library that provides SimpleIcons for MudBlazor.

Information:

  • Due to an error in the build script, the last updates did not contain any new features. This should now be fixed and all new icons should be available from version 1.6.0.

Installation

You can install the package via Nuget:

dotnet add package Json_exe.MudBlazor.SimpleIcons

Usage

After installing the package, you can use it in your project like this:

using Json_exe.MudBlazor.SimpleIcons;

<MudIcon Icon="@SimpleIcons.SiDotnet" />

Features

  • Featuring all Icons from SimpleIcons
  • No additional dependencies
  • Icons come with License information, if available, compiled as comment
  • Icons also come with the default color in hex format, compiled as comment

License

This project is licensed under the MIT License - see the LICENSE file for details

Roadmap

  • Write a SourceGenerator to reduce the size of the library (if possible)
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.10.0 250 8/12/2025
1.9.0 185 2/14/2025
1.8.0 169 2/6/2025
1.7.0 184 1/4/2025
1.6.6 180 12/10/2024
1.6.5 195 10/8/2024
1.6.4 223 9/9/2024
1.6.3 195 7/21/2024
1.6.2 199 5/29/2024
1.6.1 198 4/25/2024
1.6.0 199 4/11/2024
1.5.0 189 4/5/2024
1.4.0 192 3/25/2024
1.3.0 204 3/7/2024
1.2.0 216 2/24/2024
1.1.0 213 2/15/2024
1.0.0 203 2/9/2024

V-1.10.0 includes around 3344 icons from SimpleIcons