New to Kendo UI for AngularStart a free 30-day trial

SVGIconComponent

Represents the Kendo UI SVG Icon component for Angular.

Selector

kendo-svg-icon, kendo-svgicon

Export Name

Accessible in templates as #kendoSVGIconInstance="kendoSVGIcon"

Inputs

NameTypeDefaultDescription

flip

IconFlip

Flips the icon horizontally, vertically or in both directions.

icon

SVGIcon

Defines the SVG icon, which will be rendered. All Kendo UI SVG Icons are supported.

size

IconSize

Specifies the size of the Icon.

The possible 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;)

themeColor

IconThemeColor

Specifies the theme color for the Icon.

The possible values are:

  • inherit (Default)—Applies coloring based on the current color.
  • primary —Applies coloring based on primary theme color.
  • secondary—Applies coloring based on secondary theme color.
  • tertiary— Applies coloring based on tertiary theme color.
  • info—Applies coloring based on info theme color.
  • success— Applies coloring based on success theme color.
  • warning— Applies coloring based on warning theme color.
  • error— Applies coloring based on error theme color.
  • dark— Applies coloring based on dark theme color.
  • light— Applies coloring based on light theme color.
  • inverse— Applies coloring based on inverse theme color.
In this article
SelectorExport NameInputs
Not finding the help you need?
Contact Support