12 lines
457 B
XML
12 lines
457 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="h" x1="0" y1="0" x2="1" y2="0">
|
|
<stop offset="0" stop-color="#ff7d3b"/>
|
|
<stop offset="0.5" stop-color="#ffd56a"/>
|
|
<stop offset="1" stop-color="#ff7d3b"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="0" y="20" width="64" height="24" rx="10" fill="url(#h)"/>
|
|
<rect x="8" y="25" width="48" height="14" rx="7" fill="#fff4bd" opacity="0.65"/>
|
|
</svg>
|