Skip to content

Instantly share code, notes, and snippets.

@parasharrajat
Forked from azam/svg2ico.sh
Created June 3, 2020 16:57
Show Gist options
  • Save parasharrajat/cdade84f25220c8a6e149811c96c2510 to your computer and use it in GitHub Desktop.
Save parasharrajat/cdade84f25220c8a6e149811c96c2510 to your computer and use it in GitHub Desktop.
Convert SVG to ICO using ImageMagick, with transparent background and multi-size icons
convert -density 256x256 -background transparent favicon.svg -define icon:auto-resize -colors 256 favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment