A single Material Symbol icon from Google Fonts CDN. Browse 2500+ icon names at fonts.google.com/icons.
| Field | Type | |
|---|---|---|
| name | icon ligature name (required, e.g. "home", "check_circle", "rocket_launch") | required |
| size | font-size CSS value (default 24px) | required |
| color | icon colour (default currentColor) | required |
| filled | render the filled variant (default false — outlined) | required |
| weight | font weight 100-700 (default 400) | required |
| style | outlined (default) or rounded | required |
| label | optional text beside the icon | optional |
| inline | render inline-flex (default true) | required |
{
"type": "google_icon",
"name": "Google Icon"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:google_icon",
"displayName": "Google Icon",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/google_icon",
"capabilities": [
"gas",
"web",
"meet-stage",
"gas-sidebar",
"apps-script-web"
],
"description": "",
"representativeQueries": [
"show a A single Material Symbol icon from Google Fonts CDN. Browse 2500+ icon names at fonts.google.com/icons",
"render a google icon"
]
}
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 →