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

# image

The button’s image.

## Declaration

```swift
@NSCopying var image: UIImage? { get }
```

## Discussion

Discussion This property returns the custom image you provide at initialization, or a system image when using a concrete subclass like CPContactCallButton. CarPlay doesn’t support animated images. If you provide an animated image, this property returns the first image in the animation sequence.
