SVG Blob Generator
Generate smooth organic SVG shapes and copy the SVG or clip-path.
Runs entirely in your browser.
Your data never leaves this device and is never sent to our servers.
SVG & clip-path
Organic blob shapes are built by placing points around a circle, jittering the radius, and joining them with smooth curves. Complexity controls how many points; randomness controls how far each one moves.
How to use it
- Adjust complexity and randomness.
- Regenerate until you like the shape.
- Copy the SVG, or the clip-path for use on an image.
Not working as you expect? Report a problem with this tool.
Frequently asked questions
SVG or clip-path?
Use the SVG when the blob is the visual element. Use the clip-path when you want to mask an image or another element into that shape.
Can I animate between blobs?
Yes, if both paths have the same number of points. That is why the generator keeps the point count fixed as you change randomness.