16 lines
755 B
XML
16 lines
755 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300" fill="none">
|
|
<rect width="300" height="300" fill="url(#grad)" opacity="0.6" />
|
|
<g stroke="#f0c341" stroke-width="2" opacity="0.25">
|
|
<path d="M40 0 C60 60 60 140 40 200 C20 260 20 320 40 380" />
|
|
<path d="M120 -40 C140 20 140 100 120 160 C100 220 100 300 120 360" />
|
|
<path d="M200 -20 C220 40 220 120 200 180 C180 240 180 320 200 380" />
|
|
<path d="M280 -60 C300 0 300 80 280 140 C260 200 260 280 280 340" />
|
|
</g>
|
|
<defs>
|
|
<linearGradient id="grad" x1="0" y1="0" x2="300" y2="300" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#205939" />
|
|
<stop offset="1" stop-color="#0b1d11" />
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|