8 lines
675 B
XML
8 lines
675 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none">
|
||
|
|
<rect x="5" y="5" width="50" height="50" rx="12" fill="#F87171"/>
|
||
|
|
<path d="M30 18C35 18 38 23 38 28C38 33 35 38 30 38C25 38 22 33 22 28C22 23 25 18 30 18Z" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||
|
|
<path d="M30 38V44" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
||
|
|
<path d="M25 44H35" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
||
|
|
<path d="M20 35L15 30" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
|
||
|
|
<path d="M40 35L45 30" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
|
||
|
|
</svg>
|