<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/DisplayRepresentation/Image-swift.struct/init(systemName:tintColor:symbolConfiguration:)-3snvy",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "App Intents",
      "UIKit",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents21DisplayRepresentationV5ImageV01_aB6_UIKitE10systemName9tintColor19symbolConfigurationAESgSS_So7UIColorCSgSo013UIImageSymbolL0CSgtcfc"
  },
  "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: UIColor? = nil, symbolConfiguration: UIImage.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)