SVG Wave Generator
Generate smooth SVG wave dividers for section transitions on your website.
① Customize height, amplitude and color ② Preview the wave live ③ Copy SVG or HTML snippet
What are SVG wave dividers and how to use them?
SVG wave dividers are scalable vector graphics used to create smooth transitions between sections of a webpage. Unlike PNG or JPG dividers, SVG waves are resolution-independent and scale perfectly on all screen sizes and pixel densities. They are typically placed at the bottom of a section, with the fill color matching the next section's background. The preserveAspectRatio="none" attribute ensures the wave always stretches full width. The wave shape is defined by a <path> element inside an <svg> using quadratic Bézier curves (Q command) or straight lines. Wave dividers are a popular technique in modern landing page design, creating visual depth and movement without requiring any images.