10 lines
473 B
XML
10 lines
473 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<circle cx="32" cy="32" r="32" fill="#2563EB" fill-opacity=".9"/>
|
|
<circle cx="32" cy="32" r="30.5" stroke="#60A5FA" stroke-width="3"/>
|
|
<g stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M21 16h22l-4 8H25l-4-8Z"/>
|
|
<path d="M27 28c3.3 3 6.7 3 10 0M23 34c6 5.3 12 5.3 18 0M32 24v20"/>
|
|
<path d="M15 48c6-3 10 3 16 0s10 3 18 0"/>
|
|
</g>
|
|
</svg>
|