A downloadable asset pack

Download NowName your own price

@icons is a free and open-source library of 400 vector (SVG) icons you can use as custom node icons in your Godot projects or plugins, designed to fit with the existing set of editor icons, and optimized using svgo.

Each icon is designed on a 16×16 grid, with color variants corresponding to every node type. They're also configured to work with any editor theme and scaling settings out of the box!

Installation and usage

Extract the contents of the .zip folder into the root of your Godot project's folder. If you wish to use the icons in your Godot plugin or addon, you can also copy individual icons along with their respective .import files into your plugin's folder, along with the library's license.

To apply an icon to a node or class, add the @icon annotation to your node's script followed by the path to the desired icon in parentheses and quotes before the class declaration, like so:

@icon ("res://addons/at-icons/node/bunny.svg")
class_name MyNode
extends Node

Since v1.1.0, the pack comes with a companion web page you can use to quickly preview any icon and copy its annotation. Simply pick the desired node color on the left, and click on the icon you need to integrate!

You might need to close and open the scene again for the icon change to occur.

Contributing

To request additional icons or to report issues with existing icons, please open an issue on the project's GitHub repository.

Supporting the project

@icons is completely free to download or use, but if you wish to support the project, consider a donation! It would be immensely appreciated. ❤️

License

@icons is licensed under the MIT License. A copy of this license must be included in your project if you use the icons in a public-facing manner, such as within a Godot plugin or in a game or app's user interface.

Updated 1 hour ago
Published 2 days ago
StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(9 total ratings)
AuthorVoxy
TagsGodot, Icons, Vector
ContentNo generative AI was used

Download

Download NowName your own price

Click download now to get access to the following files:

at-icons_v1.1.0.zip 1.8 MB
at-icons_v1.0.0.zip 1.8 MB

Development log

Comments

Log in with itch.io to leave a comment.

(1 edit)

Hi! These are looking super good!

Would you be open to have them bundled for users to choose from for extensions made inside GDevelop? (MIT licensed game engine: http://github.com/4ian/GDevelop )

Extensions in GDevelop are a bit like “scenes”/nodes in Godot, they can be created by the user (and redistributed if they want to share it, see https://github.com/GDevelopApp/GDevelop-community-list or https://github.com/GDevelopApp/GDevelop-extensions) and can provide new objects, new behaviors or actions/conditions for GDevelop “visual scripting”.

Each extension/object/behavior in GDevelop can have their own icons - we have a bunch of open-source licensed icons but yours are looking really good and could help create new great extensions.

Let me know!

hi 4ian, thank you for the kind words! 

to answer your question, GDevelop's integration and promotion of AI features completely goes against my values, both as an artist and as a person. thus, i would prefer not to associate with it.

of course, i'm aware that this isn't how the license works, and therefore i couldn't stop you if you do decide to redistribute the assets :P but i appreciate you taking the time to reach out nonetheless!

(+2)

thank you for this great contribution to the Godot community <3

(+2)

fantastic pack, so much variety!