Skip to main content

SVG Code and File Viewer

SVG Code and File Viewer

SVG Studio

Format, minify, and optimize your SVGs with real-time preview.

Base64 String

HTML Image Tag

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

CSS Background

background-image: url("data:image/svg+xml;base64,");
SVGs are perfect for icons and illustrations as they are resolution-independent and lightweight.