<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
 xmlns:xlink="http://www.w3.org/1999/xlink"
 width="600" height="400" viewBox="0 0 36 18" preserveAspectRatio="none">

<g fill="#cc112f">
<rect width="36" height="9"/>
<g fill="#0039a6">
<path id="wavy" d="M-4.5,5 c4,0 5,2 9,2 s5,-2 9,-2 s5,2 9,2 s5,-2 9,-2 s5,2 9,2 v5 H0"/>
<use y="2" xlink:href="#wavy" fill="#fccc00"/>
<use y="4" xlink:href="#wavy"/>
</g>
<use y="6" xlink:href="#wavy"/>
</g>

</svg>