> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksiconutility/ks.unity.editor.ksiconutility.icon.md).

# Enum ksIconUtility.Icon

Namespace: [KS.Unity.Editor](/reactor/api-reference/ks.unity.editor.md)\
Assembly: KSUnity-Editor.dll

Unity icons

```csharp
public enum ksIconUtility.Icon
```

## Fields

`BLUE_CIRCLE = 9`

Blue circle

`BLUE_DIAMOND = 17`

Blue diamond

`BLUE_LABEL = 1`

Blue label

`CYAN_CIRCLE = 10`

Cyan circle

`CYAN_DIAMOND = 18`

Cyan diamond

`CYAN_LABEL = 2`

Cyan label

`GREEN_CIRCLE = 11`

Green circle

`GREEN_DIAMOND = 19`

Green diamond

`GREEN_LABEL = 3`

Green label

`GREY_CIRCLE = 8`

Grey circle

`GREY_DIAMOND = 16`

Grey diamond

`GREY_LABEL = 0`

Grey label

`ORANGE_CIRCLE = 13`

Orange circle

`ORANGE_DIAMOND = 21`

Orange diamond

`ORANGE_LABEL = 5`

Orange label

`PURPLE_CIRCLE = 15`

Purple circle

`PURPLE_DIAMOND = 23`

Purple diamond

`PURPLE_LABEL = 7`

Purple label

`RED_CIRCLE = 14`

Red circle

`RED_DIAMOND = 22`

Red diamond

`RED_LABEL = 6`

Red label

`YELLOW_CIRCLE = 12`

Yellow circle

`YELLOW_DIAMOND = 20`

Yellow diamond

`YELLOW_LABEL = 4`

Yellow label
