---
title: "init(systemName:tintColor:symbolConfiguration:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/displayrepresentation/image-swift.struct/init(systemname:tintcolor:symbolconfiguration:)-5p911"
---

# init(systemName:tintColor:symbolConfiguration:)

Creates an image object backed by the given SF Symbol name, with optional configuration options.

## Declaration

```swift
init?(systemName name: String, tintColor: NSColor? = nil, symbolConfiguration: NSImage.SymbolConfiguration? = nil)
```

## Parameters

- `systemName`: Name of the SF Symbol
- `tintColor`: An optional UIColor to tint the icon
- `symbolConfiguration`: An optional symbol configuration
