30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background -->
|
|
<rect width="256" height="256" fill="#2C3E50"/>
|
|
|
|
<!-- Criptomart Logo Circle -->
|
|
<circle cx="128" cy="128" r="110" fill="#3498DB"/>
|
|
|
|
<!-- Shopping Cart Icon -->
|
|
<g transform="translate(128, 128)">
|
|
<!-- Cart Body -->
|
|
<path d="M -30 -20 L -25 20 Q -25 30 -15 30 L 50 30 Q 60 30 60 20 L 55 -20 Z" fill="white" stroke="white" stroke-width="2"/>
|
|
|
|
<!-- Cart Handle -->
|
|
<path d="M -20 -20 Q 0 -50 20 -20" fill="none" stroke="white" stroke-width="3" stroke-linecap="round"/>
|
|
|
|
<!-- Wheel 1 -->
|
|
<circle cx="-10" cy="35" r="5" fill="white"/>
|
|
<circle cx="-10" cy="35" r="3" fill="#3498DB"/>
|
|
|
|
<!-- Wheel 2 -->
|
|
<circle cx="45" cy="35" r="5" fill="white"/>
|
|
<circle cx="45" cy="35" r="3" fill="#3498DB"/>
|
|
</g>
|
|
|
|
<!-- Criptomart Text -->
|
|
<text x="128" y="220" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="white" text-anchor="middle">
|
|
CRIPTOMART
|
|
</text>
|
|
</svg>
|