8 lines
400 B
XML
8 lines
400 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
|
||
|
<circle style="fill:#4c3aa7" cx="8" cy="8" r="8"/>
|
||
|
<ellipse style="fill:#dfdfdf" cx="3.5" cy="10" rx="2.5" ry="3"/>
|
||
|
<ellipse style="fill:#5ca32e" cx="4" cy="9.5" rx="1" ry="1.5"/>
|
||
|
<ellipse style="fill:#dfdfdf" cx="8.1" cy="9.5" rx="3" ry="3.5"/>
|
||
|
<ellipse style="fill:#5ca32e" cx="8.5" cy="9" rx="1.5" ry="2"/>
|
||
|
</svg>
|