Clean SVG
Input (SVG)
Remove
id
attributes
Remove
style
attributes
Remove namespace attributes (e.g.
xmlns
,
xml:space
)
Remove
<image>
elements
Remove
<title>
elements
Remove
xmlns
Remove
<defs>
Remove wrapping
<g>
tags
Remove
id
and
style
from
<g>
/
<defs>
Round viewBox decimals
Round path decimal points
Round polygon decimal points
Make responsive (wrap in
<div>
, add
viewBox
)
Clean
Output