2026-04-06 10:04:11 +08:00

11 lines
588 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4F46E5"/>
<stop offset="100%" stop-color="#818CF8"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="8" fill="url(#g)"/>
<path d="M16 8c-3 0-5.5 1.5-7 4-.5.8-.2 1.5.5 1.8.7.3 1.4 0 1.8-.7 1-1.6 2.7-2.6 4.7-2.6s3.7 1 4.7 2.6c.4.7 1.1.9 1.8.7.7-.3 1-1 .5-1.8C21.5 9.5 19 8 16 8zm-4 10c0 .8.3 1.5.8 2l3.2 3.2 3.2-3.2c.5-.5.8-1.2.8-2a3 3 0 00-3-3h-2a3 3 0 00-3 3z" fill="white" opacity="0.95"/>
</svg>