Answer the question
In order to leave comments, you need to log in
How to convert base64 to SVG?
Good day to all! Is it possible to convert an icon from base64 to SVG? If yes, how to do it?
Answer the question
In order to leave comments, you need to log in
base64 is not a picture, it is an encoding that allows you to provide any data as text.
For example, wrap a png file in a text string and embed it directly into html, without a separate file.
Therefore, first of all, you need to decode base64, see what is there, and make another question, specifying what exactly to decode where.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question