Android icon pack based on Candy Icons by EliverLara — sweet gradient icons for your launcher.
- 234 hand-crafted gradient icons mapped to 2105 Android app components
- Pixel-perfect 192×192 PNG renders (no scaling artifacts)
- Supports Lawnchair, Nova, Apex, Action, Niagara, Smart, Hyperion, Microsoft, and more
- Zero network permissions — completely offline
- GPL-3.0 licensed
- Install the APK on your device
- Open your launcher's settings
- Navigate to the icon pack / theme section
- Select Candy Icons
Home Settings → General → Icon Style → Icon pack → Candy Icons
Nova Settings → Look & feel → Icon Theme → Candy Icons
- Python 3 with
cairosvg(pip install cairosvg) - JDK 17
- Android SDK (set
ANDROID_HOMEenvironment variable)
git clone --recursive https://github.com/neon798/candy-icons-android.git
cd candy-icons-android
# Generate icon PNGs and appfilter.xml
./scripts/prebuild.sh
# Build the APK
./gradlew assembleReleaseAPK will be at app/build/outputs/apk/release/candy-icons-android-release.apk.
- Add new SVGs to the
candy-icons/apps/scalable/directory (update the submodule) - Re-run
./scripts/prebuild.shto regenerate the mapping and PNGs - Rebuild the APK
- Code: GPL-3.0
- Icons: Candy Icons — GPL-3.0 by EliverLara