HomeSVG Shape Generator

SVG Shape Generator

Generate SVG shapes and download as files

SVG Code

<svg width="200" height="200" viewBox="0 0 200 200"> <circle cx="100" cy="100" r="95" fill="#FF6B6B"/> </svg>