DEV Community

Cover image for I built a small tool to convert SVGs to JSX, CSS, and Base64
Daniel Zaharia
Daniel Zaharia

Posted on

I built a small tool to convert SVGs to JSX, CSS, and Base64

Hey devs! πŸ‘‹

I recently built a tiny tool to help with SVG conversions, especially for frontend devs who work with React, CSS, and inline SVGs.

Convert SVG to:
β€’ React JSX
β€’ Base64
β€’ URL-encoded CSS

You can also:
β€’ Change colors (fill/stroke)
β€’ Make it mobile-friendly
β€’ Add simple animations
β€’ Optimize with SVGO
β€’ Drag & drop + 1-click copy

Everything works in the browser, no account, no upload, totally free.

Here it is πŸ‘‰ https://www.konverter-online.com

Would love any feedback, bugs or feature ideas. Hope it saves you time like it did for me πŸ˜„

Daniel

Top comments (0)