Crop SVG Online
Remove empty canvas space by fitting the SVG viewBox to the artwork. Paths remain vector and fully scalable.
TIGHT CROP USES RENDERED GEOMETRY. ADD PADDING FOR THICK STROKES OR FILTERS.
PREVIEW: [AWAITING_INPUT]
SVG crop changes the viewBox, not the paths
No quality loss
Every curve and shape remains vector. Only the visible coordinate window changes.
Tight or manual
Measure the artwork automatically, then fine-tune x, y, width, and height when exact output dimensions matter.
Responsive output
Fixed width and height attributes are removed so the downloaded SVG scales from its new viewBox.
Frequently asked
How do I crop an SVG online?
Upload or paste the SVG, choose Tight crop to fit the artwork automatically, optionally add padding, and download the updated SVG.
Does cropping an SVG reduce image quality?
No. Cropping changes the SVG viewBox rather than rasterizing the artwork, so every path stays fully scalable.
What does Tight crop measure?
It measures the rendered vector geometry in the browser, including transforms. Stroke-heavy or filtered artwork may need a little extra padding.
Is the SVG uploaded to a server?
No. The file is sanitized, measured, and cropped locally in your browser.
Finish cleaning the SVG
Cropping fixes the canvas. These tools handle markup quality, path editing, and file size.
SVG Editor
Inspect paths and make visual edits after setting the viewBox.
Optimize nextSVG Optimizer
Remove unnecessary SVG data after the crop looks correct.
Quality checkSVG Validator
Catch malformed markup and portability problems before shipping.
Start from PNGPNG to SVG
Vectorize a tightly cropped raster source before final SVG cleanup.