Translate SVG Path Without Transform

Bake translate into path d — no transform="translate(...)" wrapper

Hub? Translate coordinatesTo origin? Move to origin

FAQ

Quick answers

How do I translate an SVG path without a transform attribute?
Paste the SVG, set X/Y offsets (defaults 16 and 12), then click Bake translation. Path d is rewritten so you do not need transform="translate(...)".
Why bake translate into path d?
Some exporters, icon pipelines, and boolean ops prefer flattened geometry with offsets baked into d.
Will existing translate() transforms be removed?
Yes. After baking, translate() is stripped from the path transform attribute when present.
Prefer keeping transform and not editing d?
Use Rotate SVG Path or other transform-based tools when you want a wrapper instead of rewriting coordinates.
Translate coordinates → Translate horizontally → Translate vertically → Move to origin →
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