Composables
Components Unstyled Icons API
Join Radar
Join Radar Components Unstyled Icons API UI Kit UI Blocks SVG to Compose Android Distribution Community Docs Blog Colors
Compose TV Material
  • AssistChip
  • Button
  • Card
  • Carousel
  • Checkbox
  • ClassicCard
  • CompactCard
  • DenseListItem
  • FilterChip
  • Icon
  • IconButton
  • InputChip
  • ListItem
  • MaterialTheme
  • ModalNavigationDrawer
  • NavigationDrawer
  • NavigationDrawerItem
  • OutlinedButton
  • OutlinedIconButton
  • ProvideTextStyle
  • RadioButton
  • StandardCardContainer
  • SuggestionChip
  • Surface
  • Switch
  • Tab
  • TabRow
  • Text
  • TriStateCheckbox
  • WideButton
  • WideCardContainer
  • WideClassicCard
Components › Compose TV Material › OutlinedIconButton

OutlinedIconButton

View Markdown Open in ChatGPT Open in Claude

Material Design standard icon button for TV.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
API Examples

OutlinedIconButtonSample

@Composable
fun OutlinedIconButtonSample() {
    OutlinedIconButton(onClick = { /* doSomething() */ }) {
        Icon(Icons.Outlined.FavoriteBorder, contentDescription = "Localized description")
    }
}

Other Button components

View all →
Button
Button
In Material 3 Compose
ButtonGroup
In Material 3 Compose
ElevatedButton
ElevatedButton
In Material 3 Compose
ElevatedToggleButton
In Material 3 Compose
ExtendedFloatingActionButton
ExtendedFloatingActionButton
In Material 3 Compose
FilledIconButton
FilledIconButton
In Material 3 Compose
FilledIconToggleButton
FilledIconToggleButton
In Material 3 Compose
FilledTonalButton
FilledTonalButton
In Material 3 Compose
FilledTonalIconButton
FilledTonalIconButton
In Material 3 Compose
FilledTonalIconToggleButton
FilledTonalIconToggleButton
In Material 3 Compose
FloatingActionButton
FloatingActionButton
In Material 3 Compose
FloatingActionButtonMenu
In Material 3 Compose
On this page
  • OutlinedIconButtonSample

Never miss a Compose release

Get an alert the moment a new Compose release is out: new APIs, new components, new things to experiment with. Straight from Google's servers.

Join 3,000+ Compose developers. No spam, ever.