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

# image

The image that the button displays.

## Declaration

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

## Discussion

Discussion The button displays images no larger than CPNowPlayingButtonMaximumImageSize. If you use an animated image, this property returns the first image in the animation sequence.
