# Icon

> Gets or sets the icon displayed in the header of the column.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Hierarchy](/engine/6000.7/script-reference/unity/hierarchy.md)
* **Assembly:** UnityEngine.HierarchyModule

```csharp
public Texture2D Icon { get; set; }
```
