https://github.com/foxssake/plenticons
Node icons for Godot
https://github.com/foxssake/plenticons
Last synced: 12 months ago
JSON representation
Node icons for Godot
- Host: GitHub
- URL: https://github.com/foxssake/plenticons
- Owner: foxssake
- License: cc0-1.0
- Created: 2025-01-19T00:42:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T21:25:09.000Z (about 1 year ago)
- Last Synced: 2025-05-29T23:43:58.982Z (about 1 year ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# plenticons
[](https://github.com/foxssake/plenticons/blob/main/LICENSE)
[](https://github.com/foxssake/plenticons/releases)
[](https://foxssake.github.io/plenticons/)
[](https://discord.gg/xWGh4GskG5)
[](https://ko-fi.com/T6T8WZD0W)
A pack of icons to use with custom nodes in the [Godot] editor. Or wherever
else!
## Features
*  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
## Overview
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!
## Install
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].
## Usage
After importing the addon to your Godot project, use the `@icon` annotation on
your custom scripts, e.g.:
```gdscript
@icon("res://addons/plenticons/icons/16x/foxs-sake/plenticons-yellow.png")
```
For the HiDPI version, replace `16x` with `64x-hidpi` in the path:
```gdscript
@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.
## Support
If you've found *plenticons* useful, feel free to fund us on ko-fi:
[](https://ko-fi.com/T6T8WZD0W)
## License
*plenticons* is under the [CC0 1.0 license](LICENSE).
[Dedicated site]: https://foxssake.github.io/plenticons/
[Godot]: https://godotengine.org/
[Godot Asset Library]: https://godotengine.org/asset-library/asset/3660
[itch.io]: https://foxssake.itch.io/plenticons
[release]: https://github.com/foxssake/plenticons/releases
[site]: https://foxssake.github.io/plenticons/