Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This addon provides the following nodes to use the icons in Godot:MaterialIcon: A node that displays an icon from the Material Design Icons collection.MaterialButton: A node that displays an icon from the Material Design Icons collection as a button (without label).Version 2.0 is rewritten to give you access to MaterialIconsDB singleton for easier use of icons anywhere in your project.It’s also adds IconsFinder to the Godot’s Tools menu. So you can find the icons easily.
MaterialIcons for Godot
Templarian's Material-Design-Icons is a collection of icons for the Material Design specification.
This addon provides the following nodes to use the icons in Godot:
- MaterialIcon: A node that displays an icon from the Material Design Icons collection.
- MaterialButton: A node that displays an icon from the Material Design Icons collection as a button (without label).
It's also adds IconsFinder to the Godot's Tools menu. So you can find the icons easily.
Exporting
For emojis to work in exported projects, you need add *.json
files to include files settings:
Install using gd-plug
To install it with gd-plug add in your plug.gd
script:
extends "res://addons/gd-plug/plug.gd"
func _plugging():
# your other plugins/addons install instructions
# ...
plug("rakugoteam/Godot-Material-Icons", {"include": ["addons", ".import/"]})
This addon provides the following nodes to use the icons in Godot:
MaterialIcon: A node that displays an icon from the Material Design Icons collection.
MaterialButton: A node that displays an icon from the Material Design Icons collection as a button (without label).
Version 2.0 is rewritten to give you access to MaterialIconsDB singleton for easier use of icons anywhere in your project.
It’s also adds IconsFinder to the Godot’s Tools menu. So you can find the icons easily.
Reviews
Quick Information
This addon provides the following nodes to use the icons in Godot:MaterialIcon: A node that displays an icon from the Material Design Icons collection.MaterialButton: A node that displays an icon from the Material Design Icons collection as a button (without label).Version 2.0 is rewritten to give you access to MaterialIconsDB singleton for easier use of icons anywhere in your project.It’s also adds IconsFinder to the Godot’s Tools menu. So you can find the icons easily.