Remove Redundant SVG Path Points

Drop zero-length segments and stacked vertices from d

Simplify path? Simplify pathReduce nodes? Reduce nodes

FAQ

Quick answers

How do I remove redundant SVG path points?
Click Remove extras. Segments shorter than ε are omitted.
What counts as redundant?
An L command that lands on (almost) the same point as the previous command.
Will Z still close the path?
Yes. Closepath commands are not treated as duplicates.
Clean up path coordinates?
Same intent — clean-up / near-duplicate queries land here. Then simplify if you still need fewer nodes.
Simplify path → Reduce nodes → Compress path →
Open full editor →

Source

Type or paste SVG markup. The preview on the right updates as you type.

Ready

Live preview

PNG export · 2× for retina