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

# image

The image to display on the button.

## Declaration

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

## Discussion

Discussion This property doesn’t support animated images. If it’s set with an animated image, the button displays the first image in the animated sequence.

## See Also

### Providing Button Images

- [focusedImage](carplay/cpmapbutton/focusedimage.md)
