SVG Tools
Monotone SVG Tools.
For fast-loading websites.
Drop a PNG, JPG, or WebP to trace it, or an SVG to edit and optimize it. Built for black or single-colour icons, logos, and silhouettes on a transparent background.
- Automatic tracing
- Simple / Advanced controls
- Files stay local
Tools
Trace, edit, and reduce file size.
Use each tool on its own or send a result to the next. Simple mode shows fewer controls; Advanced exposes settings and measurements.
Image → SVG
Trace
MiniSVG tests trace settings, optimizes the candidates, and diffs them against your source. Compare the first trace with the ranked result.
Nodes and curves
Edit
Reshape Bézier curves, inspect stacked anchors, and work with path density and integer-grid controls.
SVG → smaller SVG
Optimize
Normalize coordinate ranges and run SVGO. Compare paths and check raw, gzip, or Brotli sizes.
Supported artwork
One colour on a transparent background.
- Made for
- Icons, logos, marks, signatures, stamps, and silhouettes.
- Target
- One visible colour on a transparent canvas, with compact path geometry.
- Out of scope
- Palettes, gradients, filters, animation, and page-layout work.
Lab
Benchmarks and research controls.
Candidate search is part of Trace. The Lab adds ranking-weight experiments, engine benchmarks, diagnostic exports, and interface prototypes.
Visit the LabOpen source
Tools behind these tools.
The tracing and optimization engines run on your device. Their code is bundled here, not loaded from a third-party site while you work.
- ImageTracerJS raster tracing
- Potrace bitmap tracing algorithm
- esm-potrace-wasm browser WASM build
- PotracePlus optional JavaScript backend
- VTracer Rust tracing engine
- vectortracer browser WASM wrapper
- SVGO SVG optimization