Scale SVG Path Without Transform

Bake enlarge or shrink into path d — no transform="scale(...)"

Rotate instead? Rotate SVG pathKeep viewBox? Scale keep viewBox

FAQ

Quick answers

How do I scale an SVG path without transform?
Paste the SVG, set Factor (above 1 enlarges, below 1 shrinks), then click Scale without transform. The tool multiplies path coordinates so you do not need transform="scale(...)".
Why avoid transform?
Some exporters, icon pipelines, and boolean ops prefer flattened geometry with scale baked into d.
Need rotation without rewriting d?
Rotate SVG Path wraps a rotate transform when you want a turn without editing coordinates.
Keep the same viewBox?
Open Scale SVG Path Without Changing ViewBox.
Scale coordinates → Scale keep viewBox → Rotate SVG path → Scale by factor →
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