Blob Generator

SVG output only. More points give a busier outline.
Generated code

The CSS route uses the eight-value border-radius shorthand, which stays fluid at any element size but can only bend the four corners — it cannot produce a genuine wobble. The SVG route places points around a circle at varying radii and joins them with a closed Catmull-Rom curve converted to cubic BΓ©ziers, so the outline is smooth and has no seam where it meets. Use CSS when the shape must resize with content, and SVG when the silhouette matters.

More CSS Tools

All CSS Tools