Google Icon

A single Material Symbol icon from Google Fonts CDN. Browse 2500+ icon names at fonts.google.com/icons.

Surfaces
webgoogle-meet-stagegoogle-apps-script-side-panelgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
nameicon ligature name (required, e.g. "home", "check_circle", "rocket_launch")required
sizefont-size CSS value (default 24px)required
coloricon colour (default currentColor)required
filledrender the filled variant (default false — outlined)required
weightfont weight 100-700 (default 400)required
styleoutlined (default) or roundedrequired
labeloptional text beside the iconoptional
inlinerender inline-flex (default true)required
Example payload
{
  "type": "google_icon",
  "name": "Google Icon"
}
ARD catalog entry
{
  "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": [
    "web",
    "google-meet-stage",
    "google-apps-script-side-panel",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "A single Material Symbol icon from Google Fonts CDN. Browse 2500+ icon names at fonts.google.com/icons.",
  "representativeQueries": [
    "show a single Material Symbol icon",
    "a single material symbol icon from google fonts cdn. browse 2500+ icon names at fonts.google.com/ico",
    "render a google icon"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →