Button.Icon
Icon-only button, the most compact form in the button family, with a square or circular container that shares the same variant and state matrix as Button.
Overview
Icon-only button, the most compact form in the button family, with a square or circular container that shares the same variant and state matrix as Button.
The primary variant.
Variants and states
| default | pressed | disabled | |
|---|---|---|---|
| primary | |||
| secondary | |||
| tertiary | |||
| blurred |
Anatomy
- 1IconWrapper nested instance
- 2Icon required
Measurements
Specs
Values resolved live from the token spine. Token names follow the active platform; each links to its page.
Properties
The component’s Figma API, the properties you set on an instance. Useful to designers in Figma and to engineers mapping it to code props.
Accessibility
An icon-only button has no visible text, so it must carry an accessible label (accessibilityLabel on iOS, contentDescription on Android, aria-label on web) that names its action. Keep the tap target at least 44 by 44pt even when the glyph is smaller.
Reference: Apple Human Interface Guidelines and WCAG 2.5.5 Target Size.