<!--
{
  "availability" : [
    "macOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/DisplayRepresentation/Image-swift.struct/init(systemName:tintColor:symbolConfiguration:)-5p911",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "App Intents",
      "AppKit",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents21DisplayRepresentationV5ImageV01_ab1_A3KitE10systemName9tintColor19symbolConfigurationAESgSS_So7NSColorCSgSo013NSImageSymbolL0CSgtcfc"
  },
  "title" : "init(systemName:tintColor:symbolConfiguration:)"
}
-->

# init(systemName:tintColor:symbolConfiguration:)

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

```
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

---

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)