Game Icon Pack
English | 简体中文
800+ Rounded Icons
- Fully rounded design (no sharp corners)
- Consistent visual style
- SVG and PNG formats
- Padding and no-padding versions
- Optimized SVG and PNG file sizes
- Continuously updated
Download
Or download from Releases
Preview
Online Preview (GitHub Pages)
The icon pack is automatically built and deployed to GitHub Pages via GitHub Actions.
Visit: https://nieobie.github.io/game-icon-pack (or this fork's Pages URL: https://cyojkoy.github.io/game-icon-pack/ )
Every push to the main branch triggers a new build, so the online preview stays up to date.
Local Preview
Want to browse and search all icons more easily?
- Install Node.js.
- Open a terminal in the project folder and run:
node server.js- Open http://localhost:3000 in your browser.
Note: The local preview uses the built-in server (
server.js). For static deployment, the project includes ascripts/generate-static.jsbuild script and a GitHub Actions workflow (.github/workflows/deploy.yml) that automatically generates static assets (data.json+svg/) and deploys them to GitHub Pages.
Preview Image
Index File
A Icon_Catalog.json is provided in the root directory for programmatic retrieval and batch processing or LLM . Each icon entry contains the following fields:
| Field | Description |
|---|---|
| component_name | Icon name (e.g., sword, health-potion) |
| visual_features | Visual description (shape, color, line style, etc.) |
| use_cases | Suitable scenarios (UI buttons, skill icons, map markers, etc.) |
| synonyms | Synonyms / keywords for search and matching |
| core_semantic | Core abstract meaning the icon conveys |
This JSON file stays updated with the icon pack, making it easy to integrate into your own toolchains or game editors.
Requests
If you have icon requests, suggestions, or ideas, feel free to open an Issue.
I can't promise I'll add everything, but I'm always happy to hear ideas for future updates.
License
This icon pack is released under CC0 1.0 Universal.
Feel free to use, modify, share, and distribute these icons for personal, commercial, educational, or any other purpose.
If you'd like to mention this pack somewhere, I'd be genuinely grateful, but it's completely optional.
Support
If you found this pack useful, a GitHub Star ⭐ would mean a lot.
You can also support me on Ko-fi.
Thanks for being here!