Material Design Icons for Godot

An asset by Jebedaia
The page banner background of a mountain and forest
Material Design Icons for Godot hero image

Quick Information

0 ratings
Material Design Icons for Godot icon image
Jebedaia
Material Design Icons for Godot

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.

Supported Engine Version
4.0
Version String
2.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

README github-top-lang README lic README lic-font

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.

README IconsFinder Screen Shot

Exporting

For emojis to work in exported projects, you need add *.json files to include files settings: README 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

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Material Design Icons for Godot icon image
Jebedaia
Material Design Icons for Godot

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.

Supported Engine Version
4.0
Version String
2.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers