<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPButton/image",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPButton(py)image"
  },
  "title" : "image"
}
-->

# image

The button’s image.

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

## Discussion

This property returns the custom image you provide at initialization, or a system image when using a concrete subclass like [`CPContactCallButton`](/documentation/CarPlay/CPContactCallButton).

CarPlay doesn’t support animated images. If you provide an animated image, this property returns the first image in the animation sequence.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)