10 lines
554 B
XML
10 lines
554 B
XML
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad128" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1989fa;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0b5fd6;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="128" height="128" fill="url(#grad128)" rx="12.8"/>
|
|
<text x="50%" y="50%" font-size="51.2" fill="white" text-anchor="middle" dy=".35em" font-family="Arial, Microsoft YaHei, sans-serif" font-weight="bold">账</text>
|
|
</svg> |