8 lines
465 B
XML
8 lines
465 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" fill="#2563eb" rx="15"/>
|
|
<path d="M25 40 L50 20 L75 40 L75 70 L25 70 Z" fill="#ffffff" stroke="#ffffff" stroke-width="2"/>
|
|
<circle cx="50" cy="45" r="8" fill="#2563eb"/>
|
|
<rect x="40" y="55" width="20" height="3" fill="#2563eb"/>
|
|
<text x="50" y="90" font-family="Arial" font-size="12" fill="#ffffff" text-anchor="middle" font-weight="bold">AUCTION</text>
|
|
</svg>
|