---
title: "init(systemImageName:)"
framework: usernotifications
role: symbol
role_heading: Initializer
path: "usernotifications/unnotificationactionicon/init(systemimagename:)"
---

# init(systemImageName:)

Creates an action icon by using a system symbol image.

## Declaration

```swift
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 https://developer.apple.com/design/resources/.

## Return Value

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

## See Also

### Essentials

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