> ## Documentation Index
> Fetch the complete documentation index at: https://icons.mzrdev.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Badges

> Create a custom badge with text and icons.

### Query Parameters

<ParamField query="icon" type="string">
  Icon name from the supported list.
</ParamField>

<ParamField query="text" type="string">
  The message text.
</ParamField>

<ParamField query="style" type="string">
  `icon`, `icon-text`, or `flat`.
</ParamField>

<ParamField query="color" type="string">
  Background color (hex).
</ParamField>

<ParamField query="textColor" type="string">
  Text color (hex).
</ParamField>

<ParamField query="height" type="number" default="48">
  Badge height.
</ParamField>

### Response

<ResponseField name="SVG" type="image/svg+xml">
  Returns the generated badge SVG.
</ResponseField>
