A pack of icons to use with custom nodes in the Godot editor. Or wherever else!
50+ icons of various categories
Each icon comes in multiple variants
Licensed as CC0 - take it and use it
Dedicated site for browsing
Available for HiDPI displays too
Optimized for size
Often, when working on projects, it would be nice to have some custom icons for specific nodes, but finishing the project is a big enough task in itself. Making custom icons for different nodes is often overkill, as it adds effort, but doesn't effect the finished game at all.
This is where plenticons saves the day! Providing many different icons, instead of having to make them on your own, just pick and choose which one fits your node!
Each icon comes in multiple color variations, using Godot's standard node colors for your color coding pleasure! White and black variants are also included, to be used as masks, or tinting.
And with its permissive license, plenticons can be used outside of the Godot editor, in your games, applications, wherever you deem fit!
Depending on your preference, you may:
- Download from the Godot Asset Library, searching for plenticons
- Download the latest release from Github
- Download from itch.io.
After importing the addon to your Godot project, use the @icon
annotation on
your custom scripts, e.g.:
@icon("res://addons/plenticons/icons/16x/foxs-sake/plenticons-yellow.png")
For the HiDPI version, replace 16x
with 64x-hidpi
in the path:
@icon("res://addons/plenticons/icons/64x-hidpi/foxs-sake/plenticons-yellow.png")
To pick an icon visually, browsing the site and clicking on an icon will show the corresponding code snippet. Clicking on the snippet will automatically copy it to the clipboard.
If you've found plenticons useful, feel free to fund us on ko-fi:
plenticons is under the CC0 1.0 license.