Create organic, beautiful SVG blob shapes for backgrounds, illustrations, and design assets.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
<defs>
<linearGradient id="blob-grad-42" x1="0" y1="0" x2="341" y2="341" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#6366f1" />
<stop offset="100%" stop-color="#a855f7" />
</linearGradient>
</defs>
<path d="M 344.9 200.0 C 345.3 248.4, 314.7 297.1, 270.9 322.8 C 227.1 348.5, 168.0 352.9, 125.9 328.3 C 83.8 303.7, 58.6 248.2, 60.4 200.0 C 62.1 151.8, 93.2 111.0, 134.9 87.2 C 176.5 63.4, 226.7 58.4, 268.7 81.0 C 310.7 103.5, 344.4 151.6, 344.9 200.0 Z" fill="url(#blob-grad-42)" />
</svg>