<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/MarkupAdornment/ImageConfiguration-swift.struct/systemImage(_:tint:size:alignmentAnchor:)-4itb9",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit15MarkupAdornmentV18ImageConfigurationV06systemE0_4tint4size15alignmentAnchorAESS_So7NSColorCSo6CGSizeVSgSo7CGPointVtFZ"
  },
  "title" : "systemImage(_:tint:size:alignmentAnchor:)"
}
-->

# systemImage(_:tint:size:alignmentAnchor:)

Creates an image configuration using a system image.

```
static func systemImage(_ name: String, tint: NSColor = .controlAccentColor, size: CGSize? = nil, alignmentAnchor: CGPoint = .zero) -> MarkupAdornment.ImageConfiguration
```

## Parameters

`name`

The SF Symbol name for the system image.

`tint`

The color to apply to the image. Defaults to the system accent color.

`size`

The size of the rendered image in points. Defaults to 48x48.

`alignmentAnchor`

The offset from the image center for positioning. Defaults to zero.

## Return Value

An `ImageConfiguration` for the system image.

---

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)