# Create icon

| **Description** | Creates an icon image to use in vector styling. |
| --------------- | ----------------------------------------------- |
| **Endpoint**    | /image/icon                                     |
| **Method**      | GET                                             |

## Access Level Rules

| **Minimum Access Level** |   |
| ------------------------ | - |

## Processing Units

| **Minimum processing units** |   |
| ---------------------------- | - |

## Parameters

| Name    | Type                                            | Required | Description | Default |
| ------- | ----------------------------------------------- | -------- | ----------- | ------- |
| `name`  | The name of the icon to use.                    | true     |             |         |
| `color` | The main color to give the icon as a hex.       | true     |             |         |
| `alpha` | The transparency of the icon on a 0 to 1 scale. | true     |             |         |
