---
title: UNNotificationActionIcon
framework: usernotifications
role: symbol
role_heading: Class
path: usernotifications/unnotificationactionicon
---

# UNNotificationActionIcon

An icon associated with an action.

## Declaration

```swift
class UNNotificationActionIcon
```

## Topics

### Essentials

- [init(systemImageName:)](usernotifications/unnotificationactionicon/init(systemimagename:).md)
- [init(templateImageName:)](usernotifications/unnotificationactionicon/init(templateimagename:).md)

### Initializers

- [init(coder:)](usernotifications/unnotificationactionicon/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Notification content

- [Implementing communication notifications](usernotifications/implementing-communication-notifications.md)
- [UNNotificationContentProviding](usernotifications/unnotificationcontentproviding.md)
- [UNMutableNotificationContent](usernotifications/unmutablenotificationcontent.md)
- [UNNotificationContent](usernotifications/unnotificationcontent.md)
- [UNNotificationAttachment](usernotifications/unnotificationattachment.md)
- [UNNotificationSound](usernotifications/unnotificationsound.md)
- [UNNotificationSoundName](usernotifications/unnotificationsoundname.md)
