New to Kendo UI for Angular? Start a free 30-day trial
Appearance
The SVGIcon provides various styling options that are related to its appearance.
Theme Color
In terms of the current theme, you can apply predefined theme colors to the SVGIcon by using the themeColor
property. To apply custom colors to the SVGIcon, 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.dark
— Applies coloring based on the dark theme color.light
— Applies coloring based on the light theme color.inverse
— Applies coloring based on the inverse theme color.
Change Theme
Theme
Loading ...
Size
You can apply predefined size options to the SVGIcon by using the size
property. To apply custom sizes to the SVGIcon, style it with CSS.
The available size
values are:
default
(Default) (Font-size: 16px; Width: 16px; Height: 16px)xsmall
(Font-size: 12px; Width: 12px; Height: 12px;)small
(Font-size: 14px; Width: 14px; Height: 14px;)medium
(Font-size: 16px; Width: 16px; Height: 16px;)large
(Font-size: 20px; Width: 20px; Height: 20px;)xlarge
(Font-size: 24px; Width: 24px; Height: 24px;)xxlarge
(Font-size: 32px; Width: 32px; Height: 32px;)xxxlarge
(Font-size: 48px; Width: 48px; Height: 48px;)
Change Theme
Theme
Loading ...
Orientation
The SVGIcon allows you to invert it through an axis in different directions by using the flip
property.
The available flip
values are:
default
(Default)—No flipping is applied.horizontal
—Flips the icon in horizontal direction.vertical
—Flips the icon in vertical direction.both
—Flips the icon in both horizontal and vertical directions.
Change Theme
Theme
Loading ...