SVG

The Telerik and Kendo UI SVG utilities enable you to manipulate the properties of an svg element.

On this page

Fill

The Telerik and Kendo UI Fill Utilities are CSS utility classes that enable you to control the fill of an SVG element.

Utility ClassCSS Property
.k-fill-nonefill: none;
.k-fill-inheritfill: inherit;
.k-fill-currentColorfill: currentColor;
.k-fill-transparentfill: transparent;
.k-fill-blackfill: black;
.k-fill-whitefill: white;

Color

Use the k-fill-{color} utility to set a fill color for an SVG element.

On this page