10 lines
520 B
XML
10 lines
520 B
XML
|
|
<svg width="50" height="50" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="gradAvatar2" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#3a0ca3;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#4361ee;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<circle cx="25" cy="25" r="25" fill="url(#gradAvatar2)"/>
|
||
|
|
<text x="25" y="30" fill="#ffffff" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold" font-size="18">张</text>
|
||
|
|
</svg>
|