Point count
Fewer points make simpler, rounder blobs; more points allow finer, more detailed silhouettes.
Generate a random, smooth, organic blob shape. Tune the number of points and irregularity, pick a color, then download a clean SVG file.
Points are placed evenly around a circle, each with a randomized radius based on the irregularity setting, then connected using smooth Catmull-Rom curves converted into cubic Bezier segments, which keeps the outline organic instead of jagged.
Fewer points make simpler, rounder blobs; more points allow finer, more detailed silhouettes.
Controls how far each point's radius can stray from the average, from gentle waves to spiky shapes.
Catmull-Rom to Bezier conversion keeps every edge smooth and continuous, with no sharp corners.
The downloaded SVG uses a single vector path, so it stays crisp at any size.
Points are placed evenly around a circle with a randomized radius, then joined with smooth Catmull-Rom curves converted to cubic Beziers, producing an organic closed shape.
It controls how much each point's radius can vary from the average, so higher values create lumpier, more irregular blobs.
Yes, press Randomize to generate a new random blob using your current point count, irregularity and color.
The download is a plain SVG file with a single filled path, so it scales to any size without quality loss.
Yes, SVG blobs are commonly used as decorative background shapes behind images or hero sections on websites.
More handy tools from My Panda Toolbox.