Skip to Content
Reference<Icon>
<Icon name="check_circle" size="medium" filled={false} />

See Icons guide for details on how to add and use icons in AppView.

Properties

PropertyValueDescription
namestring

The name of the icon to display. This should be a valid icon name from the Material Symbols library.

size
smallmediumlargenumber

The size of the icon. You can use predefined sizes small, medium (default) and large, or provide a custom size in pixels by passing a number.

filledboolean

Whether to use the filled style of the icon. true by default.