Generated waves
The first version generates two layered bezier wave paths over a light background.
Use cases
Use wave SVGs for section dividers, landing page backgrounds, presentation graphics, and documentation examples.
Generate a layered SVG wave background for headers, dividers, and decorative layout sections.
Page context
SVG Wave Generator creates a layered SVG wave background for headers, dividers, and decorative layout sections.
The first version generates two layered bezier wave paths over a light background.
Use wave SVGs for section dividers, landing page backgrounds, presentation graphics, and documentation examples.
Generate a layered SVG wave background for headers, dividers, and decorative layout sections.
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="180" viewBox="0 0 480 180" role="img" aria-label="Generated SVG wave"><rect width="480" height="180" fill="#ecfeff"/><path d="M0 96 C80 132 120 80 160 48 C220 0 280 96 340 64 C396 34 432 54 480 24 V180 H0 Z" fill="#14b8a6" opacity="0.9"/><path d="M0 122 C120 80 160 16 240 48 C320 80 360 146 480 96 V180 H0 Z" fill="#0f766e" opacity="0.82"/></svg>