SVG Resize / Scale Tool (Client-Side)
This tool updates an SVG’s rendered size and, when you choose, its internal coordinate system. Use it to set exact width/height, scale by a percentage, and control viewBox plus preserveAspectRatio so the output behaves predictably across browsers, design apps, and responsive layouts. Processing happens entirely in your browser, so the SVG never needs to leave your device.
Resize an SVG by changing width/height, scaling by percentage, and optionally updating viewBox and preserveAspectRatio. This runs fully client-side.
This is not a cleaner or minifier. Use it when the problem is displayed size, coordinate space, responsive behavior, or how the SVG fits into a layout.
What this tool actually changes
SVG sizing is split into two layers: the viewport (rendered size) and the viewBox (internal coordinate space). Many resizing problems happen when one changes while the other stays the same, or when size metadata is missing.
Editing width and height changes the viewport. Editing viewBox changes how internal units map to the viewport, which can affect scaling and fitting if the drawing does not match the viewBox bounds.
This tool detects the best sizing reference (explicit width/height first, then viewBox), applies your rules, and outputs a clean SVG you can download.
When to use the resizer instead of other SVG tools
Choose the resize and scale editor when your SVG already looks correct but displays at the wrong size, crops unexpectedly, or needs predictable width, height, and viewBox values. Choose the SVG cleaner for metadata, comments, scripts, or editor junk. Choose the SVG minifier when the markup is already good and file size is the main problem.
Etsy seller asset sizing for listings and downloads
Etsy sellers often need SVGs that preview clearly for listing images, product preview graphics, shop assets, or digital download files. Resize the SVG, check the viewBox, and review before publishing so the file opens at a sensible size.
This page helps with sizing and product preview review. It does not certify listing quality or make artwork commercially ready.
Etsy SVG sizing workflow
SVG resizer for Etsy listing assets and seller file sizing
Use this page when an Etsy listing graphic, shop asset, digital download, or product preview needs predictable SVG dimensions before publishing. It changes size and viewBox metadata so you can review the file, not a guarantee that a listing or download is sell-ready.
Best for
- Etsy listing images, shop graphics, product preview artwork, and digital download assets.
- Seller files that need clearer dimensions before upload, export, or customer delivery.
- Checking whether an SVG displays too large, too small, or cropped in preview tools.
Settings to try
- Set width and height around the intended listing or product preview dimensions.
- Use percentage scaling when a file is proportionally correct but too large or small.
- Review before publishing whenever viewBox changes could affect how the preview crops.
Useful limits
- Resizing does not make artwork commercially ready or validate Etsy listing requirements.
- Buyers may use different design apps, so include clear file notes when selling downloads.
- Use cleaner or minifier tools separately if the SVG markup itself is messy or heavy.
Related tools
Need help choosing?
Read the concise workflow, preset, settings, and troubleshooting docs without adding clutter to the converter.
