<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UserNotifications",
  "identifier" : "/documentation/UserNotifications/UNNotificationActionIcon/init(systemImageName:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "User Notifications"
    ],
    "preciseIdentifier" : "c:objc(cs)UNNotificationActionIcon(cm)iconWithSystemImageName:"
  },
  "title" : "init(systemImageName:)"
}
-->

# init(systemImageName:)

Creates an action icon by using a system symbol image.

```
convenience init(systemImageName: String)
```

## Parameters

`systemImageName`

The name of the system symbol image. Use the SF Symbols app to look up the names of system symbol images. Download this app from the design resources page at [developer.apple.com](https://developer.apple.com/design/resources/).

## Return Value

An action icon that the system initializes with the system symbol image that your app specifies.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)