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": [
"web",
"google-meet-stage",
"google-apps-script-side-panel",
"google-apps-script-web",
"mcp-apps"
],
"description": "Material Symbol icon inside a coloured circular badge. Good for stat rows and feature lists.",
"representativeQueries": [
"show a Material icon in coloured circular badge",
"material symbol icon inside a coloured circular badge. good for stat rows and feature lists.",
"render a icon badge"
]
}
The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →