Input SVG
Conversion Output
Ready to convert your SVG?
Paste your SVG markup in the form and click Convert to begin.
Use CSS variables for dynamic colors:
You can use CSS custom properties (variables) inside SVG by setting fill="var(--icon-color)" or stroke="var(--border-color)". This allows you to change SVG colors dynamically with CSS without modifying the SVG markup.