How SVG to ICO conversion works
SVG decode → normalized image frames → ICO encode
Reading SVG
SVG input is securely rasterized from vector shapes, text, gradients, and embedded assets before bitmap output.
Creating ICO
ICO output packages icon-sized images for desktop and favicon use; arbitrary animation is not preserved.