• 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

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.

type IconSize = "default" | "xsmall" | "small" | "medium" | "large" | "xlarge";

In this article

Not finding the help you need?