Skip to content

Godot Material Icons Support

Note

First you need to have installed and enabled Godot Material Icons addon.

Icons can be used with one of this nodes:

Note

See how to configure AdvancedText Nodes.

text-nodes

Open Icon Finder, go to Godot's menu Project (1) > Tools (2) > Icon Finder (3) So you can find the icons easily.

icon-finder-menu-screenshot

You can search (1) icons and change preview size (2), and click on icon you want to use.

icon-finder-screenshot When you click on icon you want to use it alias will be copy to system clipboard.

icon-finder-copy

Now select Icon node in scene tree.

text-scene

Look at node Inspector, paste icon alias using (Ctrl + V or Right Mouse Button > Paste) into _text as [icon:icon-name, size].

text-inspector Now icons are in your scene:

addon-in-action