Automate Exports from the Command Line

By Axialis Team

Export configuration in IconGenerator

IconGenerator includes CLI support for batch generation from AXICP collections. This is the recommended path for repeatable builds and CI jobs.

Step 1 - Prepare a stable AXICP collection

Step 2 - Run a minimal CLI command

icongenerator -g "C:\icons\project.axicp" -d "D:\build\icons" /svg

Step 3 - Add formats and sizes

icongenerator -g "C:\icons\project.axicp" -d "D:\build\icons" /svg /png /ico /s32p /s64p /s256p /sf --hide-progress

Step 4 - Add dark mode and colorization when needed

icongenerator -g "C:\icons\project.axicp" -d "D:\build\icons" /svg /png /dm /ic "#33FF99" /oc "#33FF99" --verbose

Quote color values in shells where # may start comments.

Step 5 - Integrate into scripts

Dependency checks

Related links

Build Developer-Ready Icons Faster with IconGenerator

IconGenerator 2.10 is free to use. Some icon sets are free, while other Axialis icon sets require a license for full project usage.

Current documented version: 2.10