Skip to content

Instantly share code, notes, and snippets.

@azam
Last active September 23, 2025 17:33
Show Gist options
  • Save azam/3b6995a29b9f079282f3 to your computer and use it in GitHub Desktop.
Save azam/3b6995a29b9f079282f3 to your computer and use it in GitHub Desktop.
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
@23W
Copy link

23W commented Sep 22, 2025

@GarfieldDeepClone it could be that your source SVG has white background

@pa-0
Copy link

pa-0 commented Sep 23, 2025

is anyone else noticing that the icon size is always ~300kb when using imagemagick? This seems a bit excessive.

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