Skip to content

Instantly share code, notes, and snippets.

View Leblayd's full-sized avatar

David Leblay Leblayd

  • Budapest, Hungary
  • 10:37 (UTC +02:00)
View GitHub Profile
@azam
azam / svg2ico.sh
Last active July 20, 2025 13:12
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