iconwolf
v0.4.0AlphaCross-platform app icon generator for Expo/React Native projects
Install
brew install iconwolfDetails
- License
- MIT
- Version
- v0.4.0
- Stability
- Alpha — not yet considered stable
Caveats
Quick start: iconwolf AppIcon.icon # From Apple Icon Composer iconwolf app-icon.png # From any square PNG By default, generates 4 files to ./assets/images/: icon.png, adaptive-icon.png, splash-icon.png, favicon.png Common flags: --splash-input <path> Use a separate image for the splash screen --android All Android adaptive icons (adds background + monochrome) --favicon Favicon only --icon Standard icon.png only --splash Splash screen icon only -o, --output <dir> Custom output directory --bg-color <hex> Android background color (default: #FFFFFF) --dark-bg-color <hex> Dark mode background for .icon folder output Generate .icon folders: iconwolf input.png -o AppIcon.icon --bg-color "#091533" iconwolf input.png -o AppIcon.icon --bg-color "#091533" --dark-bg-color "#1E3A5F" Full docs: https://github.com/MrDemonWolf/iconwolf
Version History
| Version | Date | Status | Release notes link |
|---|---|---|---|
| v0.4.0 Current | 2026-03-15 | Alpha | Release notes |
| v0.3.0 | 2026-02-28 | Alpha | Release notes |
| v0.2.1 | 2026-02-28 | Alpha | Release notes |
| v0.2.0 | 2026-02-28 | Alpha | Release notes |
| v0.0.7 | 2026-02-14 | Alpha | Release notes |
| v0.0.6 | 2026-02-11 | Alpha | Release notes |
| v0.0.5 | 2026-02-09 | Alpha | Release notes |
| v0.0.4 | 2026-02-09 | Alpha | Release notes |
| v0.0.3 | 2026-02-09 | Alpha | Release notes |
| v0.0.2 | 2026-02-09 | Alpha | Release notes |
| v0.0.1 | 2026-02-09 | Alpha | Release notes |