Skip to content

Instantly share code, notes, and snippets.

@calebkiage
Forked from azam/svg2ico.sh
Created January 28, 2017 02:32
Show Gist options
  • Select an option

  • Save calebkiage/7ca7d17bec4ea82f670f2aa66ec657e2 to your computer and use it in GitHub Desktop.

Select an option

Save calebkiage/7ca7d17bec4ea82f670f2aa66ec657e2 to your computer and use it in GitHub Desktop.
Convert SVG to ICO using ImageMagick, with transparent background and multi-size icons
convert -density 384 -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