---
title: notificationSymbolImage
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmaneuver/notificationsymbolimage
---

# notificationSymbolImage

An image for notification banners that represents the maneuver.

## Declaration

```swift
var notificationSymbolImage: 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 notification symbol image, CarPlay uses symbolImage.

## See Also

### Providing symbol images

- [symbolImage](carplay/cpmaneuver/symbolimage.md)
- [dashboardSymbolImage](carplay/cpmaneuver/dashboardsymbolimage.md)
- [symbolSet](carplay/cpmaneuver/symbolset.md)
