generated from nhcarrigan/template
38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
|
<defs>
|
|
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#e94560;stop-opacity:0.2" />
|
|
<stop offset="100%" style="stop-color:#ff6b9d;stop-opacity:0.2" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background circle -->
|
|
<circle cx="100" cy="100" r="90" fill="url(#bgGrad)" stroke="#e94560" stroke-width="2"/>
|
|
|
|
<!-- Simple face outline -->
|
|
<ellipse cx="100" cy="85" rx="45" ry="50" fill="none" stroke="#ff6b9d" stroke-width="2"/>
|
|
|
|
<!-- Eyes -->
|
|
<ellipse cx="80" cy="75" rx="8" ry="10" fill="#e94560"/>
|
|
<ellipse cx="120" cy="75" rx="8" ry="10" fill="#e94560"/>
|
|
<circle cx="82" cy="73" r="3" fill="white"/>
|
|
<circle cx="122" cy="73" r="3" fill="white"/>
|
|
|
|
<!-- Smile -->
|
|
<path d="M 80 100 Q 100 115 120 100" fill="none" stroke="#e94560" stroke-width="2" stroke-linecap="round"/>
|
|
|
|
<!-- Hair outline -->
|
|
<path d="M 55 60 Q 50 30 100 25 Q 150 30 145 60" fill="none" stroke="#ff6b9d" stroke-width="2"/>
|
|
<path d="M 55 60 Q 45 80 50 100" fill="none" stroke="#ff6b9d" stroke-width="2"/>
|
|
<path d="M 145 60 Q 155 80 150 100" fill="none" stroke="#ff6b9d" stroke-width="2"/>
|
|
|
|
<!-- Sparkles -->
|
|
<text x="40" y="50" font-size="16">✨</text>
|
|
<text x="150" y="50" font-size="16">✨</text>
|
|
|
|
<!-- Text -->
|
|
<text x="100" y="170" text-anchor="middle" font-family="sans-serif" font-size="12" fill="#a0a0a0">
|
|
Add your sprite!
|
|
</text>
|
|
</svg>
|