Blob SVG Generator
Generate organic blob SVG shapes with live preview and copy-ready code. Customize size, complexity, and color. Free, no signup.
Preparing private browser tool…
Frequently asked questions
- How is the blob shape generated?
- Points are placed at equal angles around a center with random radii, then connected with cardinal splines converted to cubic Bezier curves.
- What does complexity control?
- The number of control points around the circle. Lower values produce simpler shapes, higher values let the blob have more bumps.
- Can I use as background image?
- Yes. Copy the SVG markup and inline it, save as .svg file, or convert to data URL for CSS background-image.