12 lines
481 B
XML
12 lines
481 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#9BAE8C"/>
|
|
<stop offset="1" stop-color="#6E8060"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="0" y="0" width="300" height="200" fill="#F1ECE0"/>
|
|
<rect x="30" y="35" width="240" height="140" rx="22" fill="url(#g)"/>
|
|
<rect x="30" y="35" width="240" height="40" rx="22" fill="#ffffff" opacity="0.18"/>
|
|
|
|
</svg> |