Enum Icon

  • Icons are predefined visual elements used in various UI objects like ImageButton or DecoratedText widgets.

  • Icons are available for Google Workspace add-ons and Google Chat apps.

  • To use an icon, you call its parent class, name, and property, for example, CardService.Icon.BOOKMARK.

  • A table is provided listing the available icons, their types, and descriptions, including visual examples.

Predefined icons that can be used in various UI objects, such as ImageButton or DecoratedText widgets.

Available for Google Workspace add-ons and Google Chat apps.

To call an enum, you call its parent class, name, and property. For example, CardService.Icon.BOOKMARK.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.