84 lines
3.6 KiB
XML
84 lines
3.6 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400">
|
|
<defs>
|
|
<radialGradient id="skinGrad" cx="50%" cy="40%">
|
|
<stop offset="0%" stop-color="#FDE8D0"/>
|
|
<stop offset="100%" stop-color="#F0D0A8"/>
|
|
</radialGradient>
|
|
<radialGradient id="hairGrad" cx="50%" cy="80%">
|
|
<stop offset="0%" stop-color="#4A3728"/>
|
|
<stop offset="100%" stop-color="#2D1B1E"/>
|
|
</radialGradient>
|
|
<radialGradient id="eyeWhite" cx="50%" cy="40%">
|
|
<stop offset="0%" stop-color="#FFFFFF"/>
|
|
<stop offset="100%" stop-color="#F0F0F0"/>
|
|
</radialGradient>
|
|
<radialGradient id="irisGrad" cx="40%" cy="35%">
|
|
<stop offset="0%" stop-color="#6B4E37"/>
|
|
<stop offset="70%" stop-color="#3D2B1F"/>
|
|
<stop offset="100%" stop-color="#1A1108"/>
|
|
</radialGradient>
|
|
<linearGradient id="shirtGrad" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#4B5563"/>
|
|
<stop offset="100%" stop-color="#374151"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<circle cx="200" cy="200" r="200" fill="#F0F2F5"/>
|
|
|
|
<!-- Hair back -->
|
|
<ellipse cx="200" cy="120" rx="120" ry="100" fill="url(#hairGrad)"/>
|
|
|
|
<!-- Neck -->
|
|
<rect x="165" y="270" width="70" height="50" rx="10" fill="url(#skinGrad)"/>
|
|
|
|
<!-- Shirt -->
|
|
<ellipse cx="200" cy="350" rx="140" ry="80" fill="url(#shirtGrad)"/>
|
|
<path d="M165 300 L200 340 L235 300" fill="none" stroke="#FFFFFF" stroke-width="2" opacity="0.3"/>
|
|
|
|
<!-- Face -->
|
|
<ellipse cx="200" cy="195" rx="100" ry="120" fill="url(#skinGrad)"/>
|
|
|
|
<!-- Hair front -->
|
|
<path d="M100 160 Q100 80 200 70 Q300 80 300 160 Q280 130 200 125 Q120 130 100 160 Z" fill="url(#hairGrad)"/>
|
|
<path d="M95 170 Q90 130 120 110 Q110 160 95 170 Z" fill="url(#hairGrad)"/>
|
|
<path d="M305 170 Q310 130 280 110 Q290 160 305 170 Z" fill="url(#hairGrad)"/>
|
|
|
|
<!-- Left eyebrow -->
|
|
<path d="M135 155 Q150 145 170 148" fill="none" stroke="#3D2B1F" stroke-width="3" stroke-linecap="round"/>
|
|
|
|
<!-- Right eyebrow -->
|
|
<path d="M265 155 Q250 145 230 148" fill="none" stroke="#3D2B1F" stroke-width="3" stroke-linecap="round"/>
|
|
|
|
<!-- Left eye -->
|
|
<ellipse cx="158" cy="175" rx="24" ry="18" fill="url(#eyeWhite)" stroke="#D4C4B0" stroke-width="1"/>
|
|
<circle cx="158" cy="175" r="12" fill="url(#irisGrad)"/>
|
|
<circle cx="158" cy="175" r="6" fill="#0A0A0A"/>
|
|
<circle cx="153" cy="170" r="4" fill="#FFFFFF" opacity="0.8"/>
|
|
<circle cx="163" cy="178" r="2" fill="#FFFFFF" opacity="0.5"/>
|
|
|
|
<!-- Right eye -->
|
|
<ellipse cx="242" cy="175" rx="24" ry="18" fill="url(#eyeWhite)" stroke="#D4C4B0" stroke-width="1"/>
|
|
<circle cx="242" cy="175" r="12" fill="url(#irisGrad)"/>
|
|
<circle cx="242" cy="175" r="6" fill="#0A0A0A"/>
|
|
<circle cx="237" cy="170" r="4" fill="#FFFFFF" opacity="0.8"/>
|
|
<circle cx="247" cy="178" r="2" fill="#FFFFFF" opacity="0.5"/>
|
|
|
|
<!-- Nose -->
|
|
<path d="M195 195 Q190 220 185 228 Q195 232 200 232 Q205 232 215 228 Q210 220 205 195" fill="none" stroke="#D4B896" stroke-width="1.5" stroke-linecap="round"/>
|
|
<ellipse cx="200" cy="230" rx="6" ry="3" fill="#E8C8A8" opacity="0.6"/>
|
|
|
|
<!-- Mouth -->
|
|
<path d="M178 260 Q189 268 200 268 Q211 268 222 260" fill="none" stroke="#C97B84" stroke-width="2.5" stroke-linecap="round"/>
|
|
|
|
<!-- Cheek blush -->
|
|
<ellipse cx="125" cy="225" rx="22" ry="14" fill="#FFB0A0" opacity="0.25"/>
|
|
<ellipse cx="275" cy="225" rx="22" ry="14" fill="#FFB0A0" opacity="0.25"/>
|
|
|
|
<!-- Ear left -->
|
|
<ellipse cx="100" cy="185" rx="12" ry="20" fill="url(#skinGrad)"/>
|
|
|
|
<!-- Ear right -->
|
|
<ellipse cx="300" cy="185" rx="12" ry="20" fill="url(#skinGrad)"/>
|
|
</svg>
|