Files
gamegroup2/frontend/public/default-avatar.svg
T

12 lines
547 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<defs>
<linearGradient id="avBg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ecfdf5"/>
<stop offset="100%" stop-color="#d1fae5"/>
</linearGradient>
</defs>
<rect fill="url(#avBg)" width="64" height="64" rx="32"/>
<circle cx="32" cy="25" r="10" fill="none" stroke="#059669" stroke-width="2.5"/>
<path d="M14 54c0-9 8-15 18-15s18 6 18 15" fill="none" stroke="#059669" stroke-width="2.5" stroke-linecap="round"/>
</svg>