Files
2026-07-13 13:00:08 +08:00

12 lines
507 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#4f9dff"/>
<stop offset=".55" stop-color="#8a6bff"/>
<stop offset="1" stop-color="#d56bff"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="15" fill="url(#g)"/>
<text x="32" y="46" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="42" font-weight="800" fill="#0a0b0e" text-anchor="middle">R</text>
</svg>