---
title: image
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpdashboardbutton/image
---

# image

The image the button displays.

## Declaration

```swift
var image: UIImage { get }
```

## Discussion

Discussion CarPlays doesn’t support animated images. If you provide an animated image, the button displays only the first image in the animation sequence. The maximum supported image size is 30 x 30 points.

## See Also

### Accessing the Button Configuration

- [titleVariants](carplay/cpdashboardbutton/titlevariants.md)
- [subtitleVariants](carplay/cpdashboardbutton/subtitlevariants.md)
