---
title: Icon Button
description: Used to render an icon within a button
links:
source: components/button
storybook: components-icon-button--basic
recipe: button
---
## Usage
```jsx
import { IconButton } from "@chakra-ui/react"
```
```jsx
```
## Examples
### Sizes
Use the `size` prop to change the size of the button.
### Variants
Use the `variant` prop to change its visual style
### Color
Use the `colorPalette` prop to change the color of the button
### Rounded
Set `rounded="full"` to make the button fully rounded
## Props