<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INImage/systemImageNamed(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INImage(cm)systemImageNamed:"
  },
  "title" : "systemImageNamed(_:)"
}
-->

# systemImageNamed(_:)

Returns an image object that contains the specified system symbol image.

```
class func systemImageNamed(_ systemImageName: String) -> Self
```

## Parameters

`systemImageName`

The name of the system symbol image. Use the [SF Symbols](https://developer.apple.com/sf-symbols) app to look up the names of system symbol images.

## Return Value

An object that contains the specified symbol image. If `systemImageName` is invalid, the system passes `nil` to the completion handler of [`fetchUIImage(completion:)`](/documentation/Intents/INImage/fetchUIImage(completion:)).

---

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)