Reduce the number of control points in SVG paths using the RDP simplification algorithm. Smaller paths, faster rendering, lower file size — with configurable quality.
Requires a Pro subscription. Free tier users see the tool but processing is gated.
Tool locked — preview only
Up to 50 MB per file · batch up to 20 files · API + MCP access
Up to 2 GB per file · unlimited batch · runner acceleration · priority MCP
Upload your SVG with complex paths from tracing or auto-vectorisation
Set the simplification tolerance (higher = fewer nodes, lower = more detail)
Download the simplified SVG — typically 30–60% fewer path nodes
0 bytes uploaded. Path Simplifier runs entirely in your browser using the DOM API and Canvas. Your SVGs never leave your device.
Start at 0.5 for minimal change, try 1.0–2.0 for icon simplification, and 3.0+ only for rough shapes where precision doesn't matter.
The tool converts cubic Bézier segments to polylines for simplification, then converts back. Some curve smoothness is traded for node reduction.
The RDP algorithm is different from SVGO's collapseDecimalsInPath. SVGO shortens number representations; RDP actually removes unnecessary control points.
Round path coordinates from 12.00004 to 12 across your entire SVG. Dramatically reduces file size without visible quality loss. Runs locally in your browser.
Open toolRemove XML comments, redundant attributes, empty tags, and unnecessary namespaces from SVG files. Browser-only, zero upload — achieve 40–70% size reduction.
Open toolInstantly estimate how small your SVG will be after HTTP compression. Compare raw size vs. gzip vs. brotli — understand the real network cost before and after optimization.
Open tool