8 lines
551 B
XML
8 lines
551 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<circle cx="32" cy="32" r="30" fill="#4A90D9"/>
|
|
<path d="M24 20c0-4.4 3.6-8 8-8s8 3.6 8 8v12c0 4.4-3.6 8-8 8s-8-3.6-8-8V20z" fill="white" opacity="0.9"/>
|
|
<path d="M20 30v2c0 6.6 5.4 12 12 12s12-5.4 12-12v-2" stroke="white" stroke-width="2.5" fill="none" stroke-linecap="round"/>
|
|
<line x1="32" y1="44" x2="32" y2="50" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
<line x1="26" y1="50" x2="38" y2="50" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
</svg>
|