Skip to content

Instantly share code, notes, and snippets.

@vince06fr
Forked from azam/svg2ico.sh
Created December 28, 2019 19:53
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