Skip to content

Instantly share code, notes, and snippets.

@azam
Last active April 19, 2026 09:54
Show Gist options
  • Select an option

  • Save azam/3b6995a29b9f079282f3 to your computer and use it in GitHub Desktop.

Select an option

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
@iwan-uschka
Copy link
Copy Markdown

I ran into the same problem as @pa-0 described but managed to decrease the file size by defining the sizes i want to have like @gsilvan pointed out.

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