SVG Previewer
Circle
Rectangle
Path
Complex
Toggle theme
Split View
Code
Preview
Copy
Download
SVG Code
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> <circle cx="100" cy="100" r="80" fill="#4f46e5" /> <rect x="60" y="60" width="80" height="80" fill="#818cf8" /> <polygon points="100,40 120,70 80,70" fill="#c7d2fe" /> </svg>
Preview