> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/images/create-icon.md).

# 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     |             |         |
