---
title: symbolImage
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmaneuver/symbolimage
---

# symbolImage

An image that represents the maneuver.

## Declaration

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

## Discussion

Discussion You use a named image asset to supply variants for both dark and light interface styles, and initialize the image using init(named:). CarPlay then selects the correct image for the current interface style.

## See Also

### Providing symbol images

- [dashboardSymbolImage](carplay/cpmaneuver/dashboardsymbolimage.md)
- [notificationSymbolImage](carplay/cpmaneuver/notificationsymbolimage.md)
- [symbolSet](carplay/cpmaneuver/symbolset.md)
