SVG Blob Generator
Generate smooth, organic blob shapes as SVG — tune the number of points and edge randomness, recolour, and download or copy the SVG. Runs entirely in your browser.
How it works
The blob is built by placing points evenly around a circle, then nudging each one in and out by a random amount (the randomness control). Those points are joined into one closed path with smooth cubic Bézier curves — using a Catmull–Rom-style tangent so the outline stays organic with no corners. Each New blob reseeds the randomness. Everything is generated on your device.