New to Kendo UI for Vue? Start a free 30-day trial
Icon Button
Updated on Oct 30, 2025
You can enhance the textual content of the Button by adding image, predefined, or custom icons to it.
With a view to the web standards, it is better to use a background image because icons are used for decoration and not for representing structural content.
The Button provides options for:
- Using the built-in Kendo UI for Vue icons. The built-in icons are applied through the iconproperty and displayed as a background for the Button. To see the full list of the web font icons in Kendo UI for Vue, refer to the article on styles and layout.
- Adding image icons. They are applied through the imageUrlproperty of the component.
- Adding FontAwesome and other font icons. They are implemented by setting the required third-party CSS classes through the iconClassproperty.
The following example demonstrates how to use the different types of icons in a Button.
Change Theme
Theme
Loading ...