<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/kCFUserNotificationIconURLKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@kCFUserNotificationIconURLKey"
  },
  "title" : "kCFUserNotificationIconURLKey"
}
-->

# kCFUserNotificationIconURLKey

A file URL pointing to the icon to display in the dialog.

```
let kCFUserNotificationIconURLKey: CFString!
```

## Discussion

If absent, a default icon based on the alert level is used.

---

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)