New to Kendo UI for Vue? Start a free 30-day trial
Appearance
Updated on May 19, 2026
The Icon provides various styling options that are related to its appearance.
Kendo UI Icons version
^5.x.xrequires Kendo UI for Vuev9.0.0or later. For more information, refer to the Icon Package Compatibility section.
Theme Color
In terms of the current theme, you can apply predefined theme colors to the Icon by using the themeColor property. To apply custom colors to the Icon, style it with CSS.
The available themeColor values are:
inherit(Default)—Applies coloring based on the current color.primary—Applies coloring based on the primary theme color.secondary—Applies coloring based on the secondary theme color.tertiary— Applies coloring based on the tertiary theme color.info—Applies coloring based on the information theme color.success— Applies coloring based on the success theme color.warning— Applies coloring based on the warning theme color.error— Applies coloring based on the error theme color.inverse— Applies coloring based on the inverse theme color.
Loading ...
Size
You can apply predefined size options to the Icon by using the size property. To apply custom sizes to the Icon, style it with CSS.
The available size values are:
default(Default)—Font-size: 16px; Width: 16px; Height: 16px.xsmall—Font-size: 8px; Width: 8px; Height: 8px.small—Font-size: 12px; Width: 12px; Height: 12px.medium—Font-size: 32px; Width: 32px; Height: 32px.large