SVG-to-(Windows)-ICO is a simple script to convert SVG images to ICO files which can be used as icons on Windows
Compatible with Windows
- Install the dependencies:
sudo apt install -y icoutils inkscape imagemagick
- Download the
svg-to-ico.sh
script file. - Make it executable:
chmod +x svg-to-ico.sh
- Run it with
./svg-to-ico.sh
and see the help section for more information
svg-to-ico.sh [options] input [output]
. svg-to-ico.sh icon.svg
. svg-to-ico.sh icon.svg my-icon.ico
. svg-to-ico.sh icons
. svg-to-ico.sh icons my-icons
. svg-to-ico.sh icon.svg -p 20
. svg-to-ico.sh icons -t 20
. svg-to-ico.sh icons -t 0
- Make it executable:
chmod +x ./tests/run-tests.sh
- Run
./tests/run-tests.sh
to run all tests
Give a ⭐️ if this project helped you!
Copyright © 2022 Valentin Wotschel.
This project is MIT licensed.