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