SVGZ
SVGZ vector graphicUsed for path-based artwork meant to scale without pixelating.
- Family
- Vectors
- MIME
- image/svg+xml
Convert SVGZ to ICO online and see exactly what rasterization at a fixed canvas changes, what ICO still can't promise, and how to verify the result.
The paths and shapes in SVGZ are rasterized onto a fixed pixel grid, then that canvas is encoded as ICO. Scaling the derivative later cannot recover the original curves. SVGZ is first decompressed to SVG XML, then its viewBox, path tree, styles, text, filters, clipping, and external references are interpreted as vector content. The ICO destination is a Windows icon resource, where useful delivery normally requires a deliberate set of square raster sizes rather than one arbitrary canvas.
Starting model: an SVG XML document wrapped in Gzip compression for smaller transfer. Rendered result: a Windows icon container that can hold several square pixel sizes and color depths.
Used for path-based artwork meant to scale without pixelating.
Designed for pixel-based artwork, scans, and photographs.
ICO is right once the destination genuinely needs pixels. Logos, diagrams, or print work that must stay resolution independent still belong in SVGZ.
Decompress and validate the SVG, then inspect viewBox, paths, text, filters, clipping, links, and referenced assets.
Inspect the embedded sizes and preview the icon at 16, 32, 48, and 256 pixels where required.
Some uploaders and editors do not decompress SVGZ automatically, and external assets or fonts remain separate dependencies.
A conversion may create only one size, making the icon look soft in menus or high-density displays.
The writer builds a Windows icon container that can hold several square pixel sizes and color depths and labels the result as image/vnd.microsoft.icon. The receiving application - Not the extension alone - Is the final compatibility test.