SVG Blob Generator
Generate organic, randomly-shaped SVG blobs for your designs. Customize complexity, colors, and randomize until you find the perfect shape.
Generate organic SVG blob shapes with custom colors and complexity. Copy SVG code or download. Free online tool.
SVG Code
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#3b82f6" />
<stop offset="100%" stop-color="#8b5cf6" />
</linearGradient>
</defs>
<path d="M 450.1 250.0 C 468.0 312.2, 443.5 322.3, 383.4 383.4 C 323.4 444.6, 328.2 455.7, 250.0 453.9 C 171.8 452.0, 173.1 438.4, 122.7 377.3 C 72.4 316.1, 68.2 312.5, 82.1 250.0 C 95.9 187.5, 118.5 229.6, 168.9 168.9 C 219.3 108.2, 203.5 45.5, 250.0 47.7 C 296.5 49.9, 263.8 115.4, 323.9 176.1 C 383.9 236.8, 432.3 187.8, 450.1 250.0 Z" fill="url(#grad)" />
</svg>Generate organic, randomly-shaped SVG blobs for your designs. Customize complexity, colors, and randomize until you find the perfect shape.