Kebechet.Blazor.Tabler.Icons 3.45.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Kebechet.Blazor.Tabler.Icons --version 3.45.0
                    
NuGet\Install-Package Kebechet.Blazor.Tabler.Icons -Version 3.45.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="Kebechet.Blazor.Tabler.Icons" Version="3.45.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kebechet.Blazor.Tabler.Icons" Version="3.45.0" />
                    
Directory.Packages.props
<PackageReference Include="Kebechet.Blazor.Tabler.Icons" />
                    
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 Kebechet.Blazor.Tabler.Icons --version 3.45.0
                    
#r "nuget: Kebechet.Blazor.Tabler.Icons, 3.45.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 Kebechet.Blazor.Tabler.Icons@3.45.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=Kebechet.Blazor.Tabler.Icons&version=3.45.0
                    
Install as a Cake Addin
#tool nuget:?package=Kebechet.Blazor.Tabler.Icons&version=3.45.0
                    
Install as a Cake Tool

Kebechet.Blazor.Tabler.Icons

NuGet Version NuGet Downloads

Tabler Icons for Blazor, rendered as an icon font, with a strongly-typed TablerIconType enum and constant-time CSS-class lookups. 6000+ icons, automatically updated when Tabler releases.

Want only the icons you use shipped to the browser? See the tree-shaking SVG variant: Kebechet.Blazor.Tabler.Icons.Svg.

Installation

dotnet add package Kebechet.Blazor.Tabler.Icons

The CSS is automatically registered via Blazor's JavaScript initializers - no manual setup required.

Usage

Component

<TablerIcon Type="TablerIconType.Home" />
<TablerIcon Type="TablerIconType.Settings" Class="text-red" Style="font-size: 2rem" />
<TablerIcon Type="TablerIconType.User" @onclick="HandleClick" title="Profile" />

Direct CSS class

var css = TablerIconType.Activity.ToCssClass(); // "ti ti-activity"
var css = TablerIconConstants.Activity;         // "ti ti-activity"
<i class="@TablerIconType.Home.ToCssClass()"></i>
<i class="@TablerIconConstants.Settings"></i>

API

Member Description
TablerIcon Blazor component for rendering an icon
TablerIconType Enum of all icon names
TablerIconConstants CSS-class string constants
TablerIconType.ToCssClass() Extension converting an enum value to its CSS class

TablerIcon parameters

Parameter Type Description
Type TablerIconType Required. The icon to display
Class string? Additional CSS classes
Style string? Inline styles
Attributes Dictionary<string, object>? Captures unmatched attributes (@onclick, title, aria-*, ...)

Sizing/coloring use font-size and color (it is a font), e.g. Style="font-size: 2rem; color: red".

More

Full docs, the SVG variant, and design notes: github.com/Kebechet/Blazor.Icons.Tabler

License

MIT - same as Tabler Icons.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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 is compatible.  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 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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.46.0 165 7/29/2026
3.45.0 197 7/17/2026
3.44.0.1 157 6/14/2026
3.44.0 385 5/9/2026
3.43.0 106 5/7/2026
3.42.0 101 5/5/2026
3.41.1.2 745 4/25/2026
3.41.1.1 106 4/24/2026
3.41.1 186 3/30/2026
3.41.0 122 3/27/2026
3.40.0 520 3/7/2026
3.39.0 115 3/6/2026
3.38.0 122 3/2/2026
3.37.1 117 2/20/2026
3.36.2 960 1/10/2026
3.36.1 155 1/6/2026
3.36.1-preview4 380 1/6/2026
3.36.1-preview3 117 1/6/2026

Bumped to Tabler Icons v3.45.0