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 February 28, 2024 19:48
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