GameIconKit Support
Design and preview icon sets for game scenes.How to Use GameIconKit
- Browse the icon library. Open the app and scroll through the curated list of Material Icons. Tap any icon to select it and see its full name and code.
- Preview color variants. Switch to the Colors tab to see every available color shade for the selected icon. Tap the background color picker to change the background and see how the icon looks in context.
- Add icons to your set. When you find a combination you like, use the Selector panel and tap Add to save the current icon, color, and title to your collection. Repeat for each icon in your set.
- Copy individual values. At any point, tap the copy buttons next to the icon name, icon code, color code, or background color code to copy them individually to your clipboard — ready to paste straight into your Flutter project.
- Export as JSON. When your set is complete, tap Export to open the Confirmed Selections screen, then tap Export JSON to copy the entire set — icon names, icon codes, color codes, and titles — as a single JSON object.
Frequently Asked Questions
What is GameIconKit?
GameIconKit lets you browse Flutter's official Material Icons filtered for game UI — skills, items, spells, weapons, and more — preview every color variant, and export your full icon set as Flutter-ready JSON in one tap.
Is there a difference between the App Store version and the Web version?
Both versions share the same core functionality. The App Store version is optimized for iPhone and iPad. The Web version runs in any modern browser on any device.
Where is my data stored?
All your icon selections and settings are stored locally on your device — on the iOS app in the app's private storage, and on the Web version in your browser's Local Storage. No data is sent to any server. To delete your data, uninstall the iOS app or clear your browser's site data for this domain.
Does the app collect my personal data?
No personal data is collected directly by the app. For details on third-party services used (such as advertising), please see the Privacy Policy that matches the version you are using.
What are the current limitations?
GameIconKit covers Material Icons included in Flutter's standard icon set. Custom or third-party icon libraries are not supported. The JSON export format is designed for Flutter projects; use in other frameworks may require reformatting.
How to report a bug or request a feature?
Please use the contact form on the Contact page.