<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSCursor/image",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSCursor(py)image"
  },
  "title" : "image"
}
-->

# image

The cursor’s image.

```
var image: NSImage { get }
```

## Discussion

The cursor image or `nil` if none exists. Note that an `NSCursor` object is immutable: you cannot change its image after it’s created. Instead, use [`init(image:hotSpot:)`](/documentation/AppKit/NSCursor/init(image:hotSpot:)) to create a new cursor with the new settings.

## See Also

[`init(image:hotSpot:)`](/documentation/AppKit/NSCursor/init(image:hotSpot:))

Initializes a cursor with the given image and hot spot.



---

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)