SVG2ICO converts SVG vector graphics into ICO files that can be used for:
- Windows application icons
- Website favicons (favicon.ico)
- File association icons
- Any other use case requiring ICO format
📦 Prerequisites: npm v20+↗
npm install -g svg2ico && svg2ico-setupsvg2ico- Runs the converter.svg2ico-update- Used to update path & size.svg2ic-resize- Used to edit the output (.ico) sizes.svg2ico [SVG-folder] [Converted-ICO-folder]- Used temporarily override converter paths.
| Parameter | Description | Default Value |
|---|---|---|
input-folder |
Directory containing SVG files to convert | "../Desktop/Design/icons" |
output-folder |
Directory where the new ICO files will be saved | "../Desktop/Design/converted-ico-files" |
icon-size |
Size of the output ICO files | 64x64 px |
- SVG files are read from the input folder
- Each SVG is converted to a high-quality PNG
- PNGs are then converted to ICO format
- ICO files are saved to the output folder