Android Vector Drawable <text> not support, <tspan> not support

Arka Prava Basu picture Arka Prava Basu · Apr 25, 2018 · Viewed 9.6k times · Source
In icon.svg
ERROR@ line 9 <text> is not supported
ERROR@ line 10 <tspan> is not supported

How to export this type of svg to vector drawable? Is this even possible? Or should I look for a new svg?

Answer

AbdelHady picture AbdelHady · Apr 3, 2020

When I had the same issue, I used the free online converter CloudConvert, to convert my SVG to another SVG, with marking their setting Text To Path to yes, where the converted SVG got opened in my Android Studio like a charm.