Scale SVG to Exact Size
Make a logo or cut file exactly 4 inches wide, exactly 10 cm tall, or any other precise physical size — the kind of thing fabrication and print software expects but a plain vector export rarely has. The artwork itself is untouched; only the physical size it's displayed and cut at changes. Processed entirely in your browser — your files are never uploaded.
Your files never leave your device
Drop files here, click to browse, or paste
.svg · up to 20 MB each
Leave at 0 to calculate automatically from height, keeping proportions.
Leave at 0 to calculate automatically from width, keeping proportions.
FAQ
- Will this distort my artwork?
- Not if you leave one of width or height at 0 — the missing one is calculated automatically to keep the original proportions. If you set both explicitly to values with a different aspect ratio than the original, it will stretch, since that's assumed to be intentional.
- Why doesn't my SVG have an exact size already?
- Most design tools export SVG using a viewBox — an internal coordinate system with no inherent physical size — so the file renders at whatever size its container happens to be. This sets an explicit, real-world width and height on top of that.