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.
Open Icon Finder, go to Godot's menu Project (1) > Tools (2) > Icon Finder (3) So you can find the icons easily.
You can search (1) icons and change preview size (2), and click on icon you want to use.
When you click on icon you want to
use it alias will be copy to system clipboard.
Now select Icon node in scene tree.
Look at node Inspector, paste icon alias using
(Ctrl + V
or Right Mouse Button > Paste)
into _text
as [icon:icon-name, size]
.
Now icons are in your scene: