# Sandbox.GameResourceAttribute.Icon

```csharp
string Icon { get; set; }
```

Icon to be used for this asset
Can be an absolute path of a PNG
Or a material icon for this game resource's thumbnail.

Declared in [Sandbox.GameResourceAttribute](/api/Sandbox.GameResourceAttribute).
Assembly: `Sandbox.Engine`.
