SVG Path Boolean
LocalBoolean operations on two SVG paths/shapes — unite, subtract, intersect, exclude, divide — with SVG download. Runs locally in your browser.
Pick the A/B path by document order; download the result as SVG.
What is it? SVG Path Boolean merges or cuts two SVG paths/shapes with boolean operations — union, subtract, intersect, exclude or divide — and returns a single clean SVG path.
TL;DR: Boolean union/subtract/intersect/exclude/divide on SVG paths.
How to use
- Paste or upload the A and B SVG paths.
- Choose the boolean operation.
- Preview, then download the resulting SVG.
FAQ
Which order does A/B matter in?
Yes — subtract (A − B) and exclude depend on which shape is A and which is B.
Does it handle transforms?
Simple paths are supported; complex transformed groups may need to be flattened first.
Limitations
- Works on path geometry, not raster images.
- Very complex paths can be slow in the browser.
Privacy
Privacy first: this tool runs entirely in your browser. Your input and files never leave your device.