22 lines
894 B
XML
22 lines
894 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="#FF2E88"/>
|
|
<stop offset="1" stop-color="#7C3AED"/>
|
|
</linearGradient>
|
|
<filter id="s" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feDropShadow dx="0" dy="12" stdDeviation="14" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)">
|
|
<rect x="92" y="150" width="328" height="212" rx="44" fill="url(#g)"/>
|
|
<path d="M140 190h232" stroke="#fff" stroke-width="18" stroke-linecap="round" opacity="0.55"/>
|
|
<text x="256" y="295" font-size="84" text-anchor="middle" font-family="Arial Black, Arial" fill="#fff">福利</text>
|
|
<circle cx="160" cy="330" r="20" fill="#FFD700"/>
|
|
<circle cx="352" cy="330" r="20" fill="#FFD700"/>
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|