Skip to main content

Icon

This node renders a vector icon.

The Icon node displays a symbol from the Material Icons library.

The Icon node renders a scalable vector icon. You can select the icon from a library, change its color, and size. It is useful for buttons, indicators, and visual flair.

Inputs

General

DataDescription
IconThe name of the icon (e.g., "home", "search", "menu").

Style

DataDescription
ColorThe color of the icon.
SizeThe size of the icon (font-size).

Outputs

General

DataDescription
Node ReferenceReference to the icon element.

Usage

  1. Add an Icon.
  2. Set Icon to "menu".
  3. Set Color to "white".

Status Indicator

  1. Add an Icon.
  2. Use a Switch node to change the Icon input between "check_circle" (Success) and "error" (Failure).
  3. Change Color to Green or Red accordingly.

Detailed Behavior

  • Font Icon: Typically implemented as a font or SVG. Behaves like text for sizing/coloring.

Troubleshooting

  • Icon Not Showing: Verify the icon name matches the Material Icons naming convention (snake_case, e.g., arrow_forward).