Skip to content

Instantly share code, notes, and snippets.

@juanmanuelramallo
Created September 18, 2018 15:23
Show Gist options
  • Save juanmanuelramallo/fd39c53d3e7476503d6cfa1dcb5127ed to your computer and use it in GitHub Desktop.
Save juanmanuelramallo/fd39c53d3e7476503d6cfa1dcb5127ed to your computer and use it in GitHub Desktop.
How to convert a svg to ico
convert -density 384 -background transparent logo.svg -format ico -resize 32x32 favicon.ico
@juanmanuelramallo
Copy link
Author

With imagemagick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment