How to extract an image from a SVGΒΆ

  1. Open Inkscape

  2. Select the image

  3. Open the built-in XML Editor (Shift+Ctrl+X)

  4. Select the xlink:href attribute, which will contain the image as data: URI

  5. Copy the entire data: URI

  6. Paste that data: URI into a browser, and save it from there.

source