You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
845 B

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#F59E0B"/>
<stop offset="1" stop-color="#EF4444"/>
</linearGradient>
</defs>
<rect x="18" y="28" width="92" height="72" rx="14" fill="url(#g)" opacity="0.18"/>
<rect x="24" y="34" width="80" height="60" rx="12" fill="#FFFFFF"/>
<rect x="24" y="34" width="80" height="60" rx="12" fill="none" stroke="#E5E7EB" stroke-width="2"/>
<circle cx="64" cy="64" r="16" fill="url(#g)" opacity="0.9"/>
<path d="M64 54c-6 0-10 3-10 7 0 4 3 6 10 7s10 3 10 7c0 4-4 7-10 7" fill="none" stroke="#FFFFFF" stroke-width="6" stroke-linecap="round"/>
<path d="M64 48v8M64 80v8" fill="none" stroke="#FFFFFF" stroke-width="6" stroke-linecap="round"/>
</svg>