• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Appearance

The Icon component provides many predefined appearance options such as different sizes, theme colors and flipping.

Theme Color

Icons can be colored in terms of the current theme using the themeColor property. The available 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.

The Icon allows you to use predefined theme colors through the themeColor property. Any custom color could by applied via style property.

Example
View Source
Change Theme:

Size

The Icon allows you to specify its size. The available 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.

The Icon allows you to use predefined sizes through the size property. Any custom size could by applied via style property.

Example
View Source
Change Theme:

Flip

The Icon allows you to invert it through an axis in different directions by using the flip property. The available 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.
Example
View Source
Change Theme:

In this article

Not finding the help you need?