SVG to BASE64

  • Step 1: Start the conversion by uploading your SVG image to our uploader on the right side. Just drag or drop your image, or you can simply click on it.
  • Step 2: Wait a moment while your BASE64 output is created.
  • Step 3: Click the download button to save your BASE64 image locally.

You can submit up to 20 images simultaneously.

SVG 2 BASE64

Uploading...

Converts SVG Images to base64 Code

Encoding images in base64 is an efficient way to store their binary information in the ASCII format. Our converter creates HTML base64 code snippets from any SVG images. You can paste such a snippet with the base64-encoded SVG into any webpage. The picture shows up at the position where you pasted the code. In the example below the base64 code starts after "data:image/svg+xml;base64,". It can be quite long, depending on the image file size.


   <img alt="" src="data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MzUuODggMTAwLjA2Ij48ZGVmcz48c3R5bGU+LmNscy04e2ZpbGw6IzE4MTgxOH08L3N0eWxlPjwvZGVmcz48ZyBzdHlsZT0iaXNvbGF0aW9uOmlzb2xh...">