---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-circle-shape.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-circle-shape.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-circle-shape
Circle.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `circle`.</p><p>Available platforms: Android, iOS, web.</p> |
| `background_color` | <p>**string**</p><p>Fill color.</p><p>Valid formats: `#RGB`, `#ARGB`, `#RRGGBB`, `#AARRGGBB`.</p><p>Available platforms: Android, iOS, web.</p> |
| `radius` | <p>**object**</p><p>Radius.</p><p>The value has the type `div-fixed-size`.</p><p>Default value: `{"type":"fixed","value":10}`.</p><p>Available platforms: Android, iOS, web.</p> |
| `stroke` | <p>**object**</p><p>Stroke style.</p><p>The value has the type `div-stroke`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "circle",
  background_color: "string",
  radius: {
    type*: "fixed",
    unit: "string",
    value*: "int"
  },
  stroke: {
    color*: "string",
    style: div-stroke-style,
    unit: "string",
    width: "number"
  }
}
```
</details>
