A simple and user-friendly website to browse all editor icons available in the Godot Engine.
Live version: koppi.games/godot-icons
This project fetches all Godot editor icons using the GitHub API and organizes them in an easy-to-navigate interface.
- Browse Icons – View all available Godot editor icons in a clean UI.
- Copy Names – Click on an icon to quickly copy its name.
- Download SVG – Download the full SVG file of any icon.
- Fuzzy Search – A search bar to find icons more efficiently.
- Documentation Links – Quick access to guides on using and creating custom icons.
- Lazy loading - Improved image loading for better performance.
To run the project locally, follow these steps:
- Clone the repository
- Install dependencies:
yarn install
- Start the development server:
yarn start
- Open http://localhost:3000 in your browser.
- React – Frontend framework.
- TypeScript – Strongly typed JavaScript.
- GitHub API – Fetching icon assets.
- Manual CSS Styling – All styles are handcrafted without CSS frameworks.
This project is open-source and follows the MIT License.