How the SVG Optimizer Works
AnyTool optimizes SVG with SVGO (the industry-standard engine) bundled at build time and run in a Web Worker, so large files do not block the UI. You control granular per-plugin toggles (remove metadata/comments/hidden elements, cleanup numeric values, convert path data, merge paths) and numeric/transform precision, which drives most of the savings. A before/after readout shows raw bytes and gzipped size with percent saved, alongside a live rendered preview to confirm the result is lossless.
- SVGO engine bundled and run in a Web Worker — no runtime CDN
- Granular per-plugin toggles plus numeric/transform precision
- Before/after byte and gzip size comparison with % saved
- Live visual preview to confirm lossless output
- Batch multiple files and download a ZIP, all in-memory
