36 lines
1.5 KiB
XML
36 lines
1.5 KiB
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<!-- Left ear -->
|
||
|
|
<polygon points="5,14 8,4 13,13" fill="#4b5563"/>
|
||
|
|
<polygon points="6.5,12.5 8.5,6 12,12" fill="#9ca3af"/>
|
||
|
|
<!-- Right ear -->
|
||
|
|
<polygon points="27,14 24,4 19,13" fill="#4b5563"/>
|
||
|
|
<polygon points="25.5,12.5 23.5,6 20,12" fill="#9ca3af"/>
|
||
|
|
<!-- Head -->
|
||
|
|
<circle cx="16" cy="18" r="12" fill="#6b7280"/>
|
||
|
|
<!-- White face mask -->
|
||
|
|
<ellipse cx="16" cy="21" rx="8" ry="7" fill="#f9fafb"/>
|
||
|
|
<!-- Left eye white -->
|
||
|
|
<circle cx="12" cy="16" r="3" fill="white"/>
|
||
|
|
<!-- Left eye iris - blue (husky trait) -->
|
||
|
|
<circle cx="12.3" cy="16" r="2" fill="#3b82f6"/>
|
||
|
|
<!-- Left eye pupil -->
|
||
|
|
<circle cx="12.3" cy="16" r="1" fill="#111827"/>
|
||
|
|
<!-- Left eye highlight -->
|
||
|
|
<circle cx="11.7" cy="15.3" r="0.5" fill="white"/>
|
||
|
|
<!-- Right eye white -->
|
||
|
|
<circle cx="20" cy="16" r="3" fill="white"/>
|
||
|
|
<!-- Right eye iris - blue -->
|
||
|
|
<circle cx="20.3" cy="16" r="2" fill="#3b82f6"/>
|
||
|
|
<!-- Right eye pupil -->
|
||
|
|
<circle cx="20.3" cy="16" r="1" fill="#111827"/>
|
||
|
|
<!-- Right eye highlight -->
|
||
|
|
<circle cx="19.7" cy="15.3" r="0.5" fill="white"/>
|
||
|
|
<!-- Nose -->
|
||
|
|
<ellipse cx="16" cy="22" rx="2.5" ry="1.8" fill="#1f2937"/>
|
||
|
|
<!-- Nose highlight -->
|
||
|
|
<ellipse cx="15.3" cy="21.3" rx="0.7" ry="0.5" fill="#6b7280"/>
|
||
|
|
<!-- Mouth line -->
|
||
|
|
<path d="M16,23.5 Q14,25 13,24.5" stroke="#9ca3af" stroke-width="0.6" fill="none" stroke-linecap="round"/>
|
||
|
|
<path d="M16,23.5 Q18,25 19,24.5" stroke="#9ca3af" stroke-width="0.6" fill="none" stroke-linecap="round"/>
|
||
|
|
</svg>
|