<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 7.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKMenuItemIcon",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKMenuItemIcon"
  },
  "title" : "WKMenuItemIcon"
}
-->

# WKMenuItemIcon

Template images that you can use for menus.

```
enum WKMenuItemIcon
```

## Overview

Use these constants with the [`addMenuItem(with:title:action:)`](/documentation/WatchKit/WKInterfaceController/addMenuItem(with:title:action:)-6pb4t) method to configure actions for your interface controller’s menu.

## Topics

### Constants

[`WKMenuItemIconAccept`](/documentation/WatchKit/WKMenuItemIcon/accept)

The icon indicating an action to accept an event or item.

[`WKMenuItemIconAdd`](/documentation/WatchKit/WKMenuItemIcon/add)

The icon indicating an action for adding an item.

[`WKMenuItemIconBlock`](/documentation/WatchKit/WKMenuItemIcon/block)

The icon indicating an action to block or prevent something from happening.

[`WKMenuItemIconDecline`](/documentation/WatchKit/WKMenuItemIcon/decline)

The icon indicating an action to decline or cancel an event.

[`WKMenuItemIconInfo`](/documentation/WatchKit/WKMenuItemIcon/info)

The icon indicating an action to retrieve more information.

[`WKMenuItemIconMaybe`](/documentation/WatchKit/WKMenuItemIcon/maybe)

The icon indicating an answer of maybe for an action.

[`WKMenuItemIconMore`](/documentation/WatchKit/WKMenuItemIcon/more)

The icon indicating that more actions or options are available.

[`WKMenuItemIconMute`](/documentation/WatchKit/WKMenuItemIcon/mute)

The icon indicating an action to mute the sound.

[`WKMenuItemIconPause`](/documentation/WatchKit/WKMenuItemIcon/pause)

The icon indicating an action to pause playback.

[`WKMenuItemIconPlay`](/documentation/WatchKit/WKMenuItemIcon/play)

The icon indicating an action to play some content.

[`WKMenuItemIconRepeat`](/documentation/WatchKit/WKMenuItemIcon/repeat)

The icon indicating that played content should repeat in a loop.

[`WKMenuItemIconResume`](/documentation/WatchKit/WKMenuItemIcon/resume)

The icon indicating an action to resume playing some content.

[`WKMenuItemIconShare`](/documentation/WatchKit/WKMenuItemIcon/share)

The icon indicating an action to share content.

[`WKMenuItemIconShuffle`](/documentation/WatchKit/WKMenuItemIcon/shuffle)

The icon indicating an action to shuffle content.

[`WKMenuItemIconSpeaker`](/documentation/WatchKit/WKMenuItemIcon/speaker)

The icon indicating audio output.

[`WKMenuItemIconTrash`](/documentation/WatchKit/WKMenuItemIcon/trash)

The icon indicating an action to delete some content.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)