# IconPath

> The file path to the transition's icon.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public string IconPath { get; }
```

### Remarks

For dark and light themes, provide two files with identical names, adding a d\_ prefix to the dark theme icon. Use a higher resolution (such as 128x128) to ensure the icon appears clear when zoomed in the graph.
