SVGZ
SVGZ vector graphicUsed for path-based artwork meant to scale without pixelating.
- Family
- Vectors
- MIME
- image/svg+xml
Convert SVGZ to SVG online. See the real cross-family format translation behavior, preservation limits, and a format-specific acceptance test.
The SVGZ source is interpreted as an SVG XML document wrapped in Gzip compression for smaller transfer, then rebuilt for SVG as XML-described vector artwork built from paths, shapes, paint, and optional text. Renaming the file suffix alone could never accomplish that translation.
Input read as an SVG XML document wrapped in Gzip compression for smaller transfer. Output required as XML-described vector artwork built from paths, shapes, paint, and optional text.
Used for path-based artwork meant to scale without pixelating.
Designed for resolution-independent illustrations.
Some uploaders and editors do not decompress SVGZ automatically, and external assets or fonts remain separate dependencies.
When the source is raster, tracing only approximates the original geometry rather than recovering it; fonts and filter effects can also render differently across viewers.
Because SVGZ is already vector data, the SVG writer translates its paths and shapes directly rather than tracing pixels, labeled as image/svg+xml.
Choose SVG when the next app explicitly accepts it and its resolution-independent illustrations role fits the job better than SVGZ.
Decompress and validate the SVG, then inspect viewBox, paths, text, filters, clipping, links, and referenced assets.
Zoom in far enough to judge path smoothness, then check text, the viewBox, clipping, and any external references.