10 lines
436 B
XML
10 lines
436 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="#EA580C" fill-opacity=".9"/>
|
|
<circle cx="32" cy="32" r="30.5" stroke="#FB923C" stroke-width="3"/>
|
|
<g stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M15 23h34v18H15z"/>
|
|
<path d="m23 18 8 14-8 14M41 18l-8 14 8 14M19 32h26"/>
|
|
<path d="m40 27 5 5-5 5"/>
|
|
</g>
|
|
</svg>
|