21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
|
|
<g transform="scale(2.5)">
|
|
<!-- Left eye - closed (sleeping arc, curves down) -->
|
|
<path d="M 12 20 Q 16 23 20 20" fill="none" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
|
|
|
|
<!-- Right eye - closed (sleeping arc, curves down) -->
|
|
<path d="M 28 20 Q 32 23 36 20" fill="none" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
|
|
|
|
<!-- Sleeping mouth - small open snore -->
|
|
<ellipse cx="24" cy="32" rx="3" ry="2" fill="#000000"/>
|
|
|
|
<!-- Z's for sleeping -->
|
|
<text x="38" y="12" font-family="sans-serif" font-size="8" font-weight="bold" fill="#000000">Z</text>
|
|
<text x="42" y="8" font-family="sans-serif" font-size="6" font-weight="bold" fill="#000000" opacity="0.7">z</text>
|
|
<text x="45" y="5" font-family="sans-serif" font-size="4" font-weight="bold" fill="#000000" opacity="0.5">z</text>
|
|
|
|
<!-- Blush/rosy cheeks -->
|
|
<ellipse cx="10" cy="26" rx="3" ry="2" fill="#FF9999" opacity="0.3"/>
|
|
<ellipse cx="38" cy="26" rx="3" ry="2" fill="#FF9999" opacity="0.3"/>
|
|
</g>
|
|
</svg>
|