Material Symbol icon inside a coloured circular badge. Good for stat rows and feature lists.
| Field | Type | |
|---|---|---|
| name | icon ligature name (required) | required |
| icon_size | icon size in px (default 24) | required |
| bg | badge background colour (default var(--a2ui-accent)) | required |
| color | icon colour (default | required |
| padding | badge padding (default 12px) | required |
| radius | badge border radius (default 50%) | required |
| filled | filled icon variant (default false) | required |
| label | optional caption below | optional |
{
"type": "icon_badge",
"name": "Icon Badge"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:icon_badge",
"displayName": "Icon Badge",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/icon_badge",
"capabilities": [
"gas",
"web",
"meet-stage",
"gas-sidebar",
"apps-script-web"
],
"description": "",
"representativeQueries": [
"show a Material Symbol icon inside a coloured circular badge. Good for stat rows and feature lists",
"render a icon badge"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →