Fill
The Telerik and Kendo UI Fill Utilities are CSS utility classes that enable you to control the fill of an SVG element.
Utility Class | CSS Property |
---|---|
.k-fill-white | fill: white; |
.k-fill-none | fill: none; |
.k-fill-inherit | fill: inherit; |
.k-fill-currentColor | fill: currentColor; |
.k-fill-transparent | fill: transparent; |
.k-fill-black | fill: black; |
Color
Use the k-fill-{color}
utility to set a fill color for an SVG element.