---
title: dashboardSymbolImage
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmaneuver/dashboardsymbolimage
---

# dashboardSymbolImage

An image for the CarPlay dashboard that represents the maneuver.

## Declaration

```swift
var dashboardSymbolImage: 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. If you don’t provide a dashboard symbol image, CarPlay uses symbolImage.

## See Also

### Providing symbol images

- [symbolImage](carplay/cpmaneuver/symbolimage.md)
- [notificationSymbolImage](carplay/cpmaneuver/notificationsymbolimage.md)
- [symbolSet](carplay/cpmaneuver/symbolset.md)
