XML · 583 bytes Raw Blame History
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg width="128" height="128" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
3 <rect width="128" height="128" rx="24" fill="url(#gradient)"/>
4 <text x="64" y="80" font-family="Arial, sans-serif" font-size="48" font-weight="bold" text-anchor="middle" fill="white">LC</text>
5 <defs>
6 <linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
7 <stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
8 <stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
9 </linearGradient>
10 </defs>
11 </svg>