Skip to content

Instantly share code, notes, and snippets.

View mjhasbach's full-sized avatar

Matthew Hasbach mjhasbach

View GitHub Profile
@azam
azam / svg2ico.sh
Last active April 28, 2024 03:28
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