Make an icon bolder
Set one stroke width when a line icon looks too thin at its final display size.
SVG stroke width editor
Load an SVG, change its stroke width, and compare the result with the original. The editor runs locally in your browser.
Runs locally
The core file work happens in your browser where possible.
No upload
SVG and PDF files are not sent to a server for the browser tools.
Editable output
Preview, copy, clean, or download the result before you use it.
Clear limits
Complex print files, scans, and unsupported SVG features may need another workflow.
Choose whether to set one width, scale existing widths, or add a width only where a visible stroke has none.
Matched
-
Widths changed
-
Caps changed
-
Joins changed
-
Removed
-
Set one stroke width when a line icon looks too thin at its final display size.
Scale existing widths when the SVG uses both light and heavy strokes that should remain different.
Apply round caps and joins to the matched strokes for a softer icon style.
SVG line thickness is usually controlled by the stroke-width attribute or an inline style. This editor changes those values on cleaned SVG markup and shows the original and adjusted files side by side.
Need a different line color? Use the SVG color editor. For direct markup changes, open the SVG code editor. If a thicker stroke gets clipped, add canvas space with the SVG viewBox editor.
An SVG can inherit strokes from a parent group or define them in a class, a style block, or an external stylesheet. This tool handles explicit attributes and inline styles. It does not rewrite CSS selectors or infer how external styles should behave. A larger stroke can also extend beyond the current viewBox and appear clipped at the edge.
Yes. The SVG stroke width editor runs in your browser and does not send the SVG file to a conversion server.
Set mode gives matched strokes one width. Scale mode multiplies existing widths, which preserves relative differences between thin and thick lines.
The line may inherit its stroke from CSS, a class, or a parent element. The editor changes explicit SVG attributes and inline styles but does not rewrite CSS selectors.
SVG strokes extend on both sides of a path. If the artwork already touches the viewBox edge, a thicker stroke may need extra canvas space.
Yes. You can keep the current values or apply butt, round, or square caps and miter, round, or bevel joins to matched elements.