I have a file containing a svg image which is base64 encoded (data-uri). The file starts with
data:image/svg+xml;base64,PHN....
How to decode this to a .svg file in linux ?
You can copy/paste the string (data:image
etc included) in the url bar of a modern browser; it will decrypt it for you, then you can simply save the page as an svg.