• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

SvgIconProps

Represents the props of the Kendo UI for Vue SvgIcon component.

NameTypeDefaultDescription

ariaLabel?

string

Sets the aria-label of the icon element.

class?

string

Specifies a list of CSS classes that will be added to the root DOM element.

flip?

string

Specifies the icon flip direction.

The possible values are:

  • default (Default)—No flipping 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.

icon?

SVGIcon

Specifies the SVG icon.

  • The possible keys are:
  • name—The unique name of the icon.
  • content—The entire SVG content of the icon.
  • viewBox—The viewBox definition that should be used for the icon.

id?

string

Sets the id of the icon element.

name?

string

Represents the name of the icon.

size?

string

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.

You can use the style prop to apply custom font size to the icon.

svgClassName?

string

Specifies a list of CSS classes that will be added to the svg element.

svgStyle?

object

Sets additional CSS styles to the svg element.

tabIndex?

number

Sets the tabIndex of the icon element.

themeColor?

string

Specifies the theme color of 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.

If the property is not set, the icon inherits the color from its parent.

You can use the style prop to apply custom color related properties to the icon.

title?

string

Sets the title of the icon element.

viewBox?

string

Specifies the viewBox of the custom SVG icon.