23 lines
942 B
XML
23 lines
942 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#FFD700"/>
|
|
<stop offset="1" stop-color="#FF3D00"/>
|
|
</linearGradient>
|
|
<filter id="s" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feDropShadow dx="0" dy="10" stdDeviation="12" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)">
|
|
<path fill="url(#g)" d="M110 160 L300 70 L430 200 L240 290 Z"/>
|
|
<circle cx="170" cy="200" r="18" fill="#fff"/>
|
|
<circle cx="310" cy="140" r="18" fill="#fff"/>
|
|
<path d="M210 222 L320 112" stroke="#fff" stroke-width="18" stroke-linecap="round"/>
|
|
<rect x="120" y="292" width="320" height="120" rx="28" fill="#111"/>
|
|
<text x="280" y="372" font-size="68" text-anchor="middle" font-family="Arial Black, Arial" fill="#fff">SALE</text>
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|