Completed
Last Updated: 15 Sep 2026 06:42 by ADMIN
Sergey
Created on: 17 Oct 2023 13:22
Category: Kendo UI for Angular
Type: Feature Request
10
Change Default SVG Icon

Hi Team, 

Currently, the Kendo UI for Angular library relies on SVG icons as default icons. This means that developers would have to use a service to change the default icons inside components. This approach, however, does change all icons inside the project and is not suitable for cases where only a particular icon in a single component should be changed. 

Therefore, I would like to request a designated property or a specific approach that would allow developers to change particular icons inside particular components.

2 comments
ADMIN
Martin Bechev
Posted on: 15 Sep 2026 06:42

Hi all,

I am happy to announce that you can now change the default SVG icons of the components at different scopes and levels. Please check the following article for more details:

https://www.telerik.com/kendo-angular-ui/components/icons/overwriting-default-icons

Regards,
Martin Bechev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Mauro
Posted on: 19 Jul 2024 06:23
Sending an additional parameter to the service when svg is requested that contains a value (component name for example) that helps identifying the source would help (can return different icon in the extended service).