Skip to content

SVG Shape Generator

Generate highly customizable SVG blobs, waves, polygons, and stars instantly. Copy the raw markup or download the file.

Updated

What is the SVG Shape Generator?

How it works

Examples

Organic Blob Background

Type: Blob | Points: 8 | Variance: 25% | Seed: 142 | Fill: #e879f9
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path d="M421,250 C421,310 390,360 330,400 C270,440 180,410 130,350..." fill="#e879f9" stroke="none" /></svg>

Curved Section Divider

Type: Wave | Peaks: 2.5 | Amplitude: 45px | Fill: #1e293b | Close Path: True
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path d="M 0.00,250.00 L 3.33,251.20 L 6.67,252.40... L 500,500 L 0,500 Z" fill="#1e293b" stroke="none" /></svg>

Stroked Star Icon

Type: Star | Points: 5 | Inner Radius: 38% | Fill: none | Stroke: #fbbf24 | Stroke Width: 12px
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path d="M 250.00,25.00 L 300.20,150.50 L 435.50,150.50..." fill="none" stroke="#fbbf24" stroke-width="12" /></svg>

Frequently asked questions