---
title: icon
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationaction/icon
---

# icon

The icon associated with the action.

## Declaration

```swift
@NSCopying var icon: UNNotificationActionIcon? { get }
```

## Discussion

Discussion The system displays this icon in the notification interface to help the user identify the app associated with the action.

## See Also

### Getting Information

- [identifier](usernotifications/unnotificationaction/identifier.md)
- [title](usernotifications/unnotificationaction/title.md)
