New to Kendo UI for Angular? Start a free 30-day trial
Kendo UI for Angular Icon List
Updated on Jul 8, 2026
You can choose from more than 400 high-quality, built-in font icons included in the Kendo UI for Angular suite. The icons cover a wide range of categories and use cases.
The following list shows all available font icons. Search by name or filter by category to find the icon you need. Each entry displays the icon name and its Unicode code point.
Change Theme
Theme
Loading ...
Using a Font Icon from the List
After finding the icon you need, pass its name to the Icon component through the name property:
html
<kendo-icon name="arrow-right"></kendo-icon>
To bind the icon name dynamically, use a property binding:
html
<kendo-icon [name]="arrowRightIcon"></kendo-icon>