18 lines
978 B
XML
18 lines
978 B
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/squinting (happy arc) -->
|
|
<path d="M 12 18 Q 16 14 20 18" fill="none" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
|
|
|
|
<!-- Right eye - closed/squinting (happy arc) -->
|
|
<path d="M 28 18 Q 32 14 36 18" fill="none" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
|
|
|
|
<!-- Big open laughing mouth -->
|
|
<path d="M 12 28 Q 24 44 36 28" fill="#000000" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
|
|
<!-- Tongue/inner mouth -->
|
|
<ellipse cx="24" cy="34" rx="6" ry="4" fill="#CC4444"/>
|
|
|
|
<!-- Laugh lines / tears of joy -->
|
|
<path d="M 8 20 Q 10 22 8 24" fill="none" stroke="#6BC5E8" stroke-width="1" stroke-linecap="round" opacity="0.7"/>
|
|
<path d="M 40 20 Q 38 22 40 24" fill="none" stroke="#6BC5E8" stroke-width="1" stroke-linecap="round" opacity="0.7"/>
|
|
</g>
|
|
</svg>
|