Extracting SVG from URI

Hello!

I have a URI sting with data:image/svg+xml;base64 format,

I need to display the SVG encoded in this URI.

Is there an easy way to do this in Processing?

Thanks in advance