Updated styles
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
|
||||
<!-- Husky head - geometric/angular style -->
|
||||
<!-- Ears -->
|
||||
<path d="M60 85 L45 35 L85 65 Z" fill="#8892a8" stroke="#e8ecf4" stroke-width="1.5"/>
|
||||
<path d="M140 85 L155 35 L115 65 Z" fill="#8892a8" stroke="#e8ecf4" stroke-width="1.5"/>
|
||||
<!-- Inner ears -->
|
||||
<path d="M62 78 L52 45 L80 65 Z" fill="#4a5568"/>
|
||||
<path d="M138 78 L148 45 L120 65 Z" fill="#4a5568"/>
|
||||
<!-- Head shape -->
|
||||
<path d="M55 80 Q55 60 75 60 L125 60 Q145 60 145 80 L145 120 Q145 155 120 165 L110 170 Q100 175 90 170 L80 165 Q55 155 55 120 Z" fill="#8892a8" stroke="#e8ecf4" stroke-width="1.5"/>
|
||||
<!-- Face mask (white marking) -->
|
||||
<path d="M75 70 L100 65 L125 70 L120 110 L110 135 Q100 142 90 135 L80 110 Z" fill="#e8ecf4"/>
|
||||
<!-- Forehead stripe -->
|
||||
<path d="M92 65 L100 62 L108 65 L104 95 L100 100 L96 95 Z" fill="#8892a8"/>
|
||||
<!-- Eyes -->
|
||||
<ellipse cx="82" cy="95" rx="7" ry="7.5" fill="#080c15"/>
|
||||
<ellipse cx="118" cy="95" rx="7" ry="7.5" fill="#080c15"/>
|
||||
<!-- Eye shine - cyan to match brand -->
|
||||
<circle cx="80" cy="93" r="2.5" fill="#22d3ee"/>
|
||||
<circle cx="116" cy="93" r="2.5" fill="#22d3ee"/>
|
||||
<!-- Iris detail -->
|
||||
<ellipse cx="82" cy="95" rx="4" ry="4.5" fill="none" stroke="#22d3ee" stroke-width="0.5" opacity="0.4"/>
|
||||
<ellipse cx="118" cy="95" rx="4" ry="4.5" fill="none" stroke="#22d3ee" stroke-width="0.5" opacity="0.4"/>
|
||||
<!-- Nose -->
|
||||
<path d="M95 120 Q100 115 105 120 Q105 126 100 128 Q95 126 95 120 Z" fill="#080c15"/>
|
||||
<!-- Nose highlight -->
|
||||
<ellipse cx="100" cy="120" rx="2" ry="1" fill="#4a5568"/>
|
||||
<!-- Mouth -->
|
||||
<path d="M100 128 L100 135" stroke="#4a5568" stroke-width="1.5" stroke-linecap="round"/>
|
||||
<path d="M92 138 Q100 143 108 138" stroke="#4a5568" stroke-width="1.5" fill="none" stroke-linecap="round"/>
|
||||
<!-- Cheek fur tufts -->
|
||||
<path d="M55 105 Q48 110 50 120" stroke="#e8ecf4" stroke-width="1" fill="none" opacity="0.5"/>
|
||||
<path d="M145 105 Q152 110 150 120" stroke="#e8ecf4" stroke-width="1" fill="none" opacity="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user