# sm.gui.getItemIconFromUuid

Gets the item resource, group and name for an item icon from a uuid

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.gui.getItemIconFromUuid( uuid )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.gui.md#getitemiconfromuuid)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The uuid. |

**Returns:**

| Type | Description |
| --- | --- |
| \{string, string, string, string, string\} | The item resource, group, name, trackingType and shapeType. |
