41 lines
2.0 KiB
XML
41 lines
2.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
|
<defs>
|
|
<radialGradient id="bgGrad" cx="50%" cy="40%" r="60%">
|
|
<stop offset="0%" stop-color="#4a3020"/>
|
|
<stop offset="100%" stop-color="#1a0d05"/>
|
|
</radialGradient>
|
|
<radialGradient id="skinGrad" cx="50%" cy="40%" r="60%">
|
|
<stop offset="0%" stop-color="#d4956a"/>
|
|
<stop offset="100%" stop-color="#a0623a"/>
|
|
</radialGradient>
|
|
<clipPath id="circle">
|
|
<circle cx="50" cy="50" r="48"/>
|
|
</clipPath>
|
|
</defs>
|
|
<!-- Hintergrund -->
|
|
<circle cx="50" cy="50" r="48" fill="url(#bgGrad)"/>
|
|
<!-- Koerper/Schultern -->
|
|
<ellipse cx="50" cy="95" rx="30" ry="18" fill="#2a1a0a" clip-path="url(#circle)"/>
|
|
<ellipse cx="50" cy="82" rx="22" ry="14" fill="#3a2210" clip-path="url(#circle)"/>
|
|
<!-- Hals -->
|
|
<rect x="43" y="62" width="14" height="12" rx="4" fill="url(#skinGrad)" clip-path="url(#circle)"/>
|
|
<!-- Kopf -->
|
|
<ellipse cx="50" cy="48" rx="20" ry="22" fill="url(#skinGrad)" clip-path="url(#circle)"/>
|
|
<!-- Haare -->
|
|
<ellipse cx="50" cy="30" rx="21" ry="12" fill="#8b5a20" clip-path="url(#circle)"/>
|
|
<ellipse cx="31" cy="42" rx="7" ry="14" fill="#8b5a20" clip-path="url(#circle)"/>
|
|
<ellipse cx="69" cy="42" rx="7" ry="14" fill="#8b5a20" clip-path="url(#circle)"/>
|
|
<!-- Augen -->
|
|
<ellipse cx="42" cy="50" rx="3.5" ry="3" fill="#2a1500"/>
|
|
<ellipse cx="58" cy="50" rx="3.5" ry="3" fill="#2a1500"/>
|
|
<ellipse cx="41.5" cy="49.5" rx="1" ry="1" fill="#fff" opacity="0.6"/>
|
|
<ellipse cx="57.5" cy="49.5" rx="1" ry="1" fill="#fff" opacity="0.6"/>
|
|
<!-- Nase -->
|
|
<ellipse cx="50" cy="57" rx="2" ry="1.5" fill="#b0724a" opacity="0.5"/>
|
|
<!-- Mund -->
|
|
<path d="M44,63 Q50,67 56,63" stroke="#a05030" stroke-width="1.5" fill="none" stroke-linecap="round"/>
|
|
<!-- Gold Rand -->
|
|
<circle cx="50" cy="50" r="48" fill="none" stroke="#c8960a" stroke-width="3"/>
|
|
<circle cx="50" cy="50" r="44" fill="none" stroke="#f0d060" stroke-width="0.8" opacity="0.5"/>
|
|
</svg>
|