11 lines
489 B
XML
11 lines
489 B
XML
|
|
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<!-- Person 2 head (behind) -->
|
||
|
|
<circle cx="30" cy="13" r="7" fill="#e1000f"/>
|
||
|
|
<!-- Person 2 body (behind) -->
|
||
|
|
<path d="M18 38c0-6.627 5.373-12 12-12s12 5.373 12 12H18z" fill="#e1000f"/>
|
||
|
|
<!-- Person 1 head (front) -->
|
||
|
|
<circle cx="18" cy="13" r="7" fill="#000091"/>
|
||
|
|
<!-- Person 1 body (front) -->
|
||
|
|
<path d="M6 38c0-6.627 5.373-12 12-12s12 5.373 12 12H6z" fill="#000091"/>
|
||
|
|
</svg>
|