Remove Hardcoded Stroke From SVG

Delete hardcoded stroke paints — fills stay; this is not a fill remover

Colors → currentColor? Colors → currentColorFill + stroke hover? Fill + stroke hover

FAQ

Quick answers

What does remove hardcoded stroke from SVG delete?
stroke, stroke-width, stroke-linecap, stroke-linejoin, stroke-dasharray, and stroke in style="…". Fill attributes stay.
Is this the same as Remove hardcoded fill from SVG paths?
No. That page targets fill. This page only removes stroke so you can restyle outlines in CSS.
Will a stroke-only icon disappear?
If there is no fill, removing stroke can hide the shape. Add a CSS stroke or convert paints to currentColor first.
Does this convert stroke to a filled path?
No. Use Convert SVG Stroke to Path if you need an outline baked into geometry.
Colors → currentColor → Fill + stroke hover → Fill → currentColor → Fill on hover →
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