Skip to main content

Command Palette

Search for a command to run...

How to convert Vector Drawables back to SVGs

Published
1 min read

This one will be short as I just want to share a tool I discovered recently. The tool is called “VectorDrawable to SVG Converter” and is hosted on https://vd.floo.app/. As the title suggests, it converts Vector Drawable back to the SVG format. It’s dead simple, you just drag&drop Vector Drawable xml and it’s ready. I found it very useful recently when I deleted the source SVG for an icon I wanted to reuse on a webpage.

The source code for it can be found on GitHub: https://github.com/seanghay/vector-drawable-nextjs.