Custom SVG divider

Hey there,

How can i integrate a custom SVG divider when i got a code like this ?

<svg width="100%" height="100%" id="svg" viewBox="0 0 1440 390" xmlns="http://www.w3.org/2000/svg" class="transition duration-300 ease-in-out delay-150"><defs><linearGradient id="gradient" x1="0%"  ... /svg>

Thanks