New to Telerik UI for Blazor? Start a free 30-day trial
Breadcrumb Icons
Updated on Aug 31, 2026
You can add Telerik Font or SVG icons to the Breadcrumb items. The component also supports custom icons.
To use Breadcrumb icons, define a property in the component model class and assign the property name to the IconField parameter of the Breadcrumb.
The model property can hold:
- A property of the static
SvgIconclass; - A member of the
FontIconenum; - A
stringthat is a CSS class for a custom icon.
If the icon property name in the Breadcrumb model is Icon, there is no need to set the IconField parameter.
Make sure to register
font-icons.cssif using Telerik font icons.
How to use icons in Telerik Breadcrumb
Loading ...
Loading ...