1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
2 <defs>
3 <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
4 <stop offset="0%" stop-color="#1f1f1f"/>
5 <stop offset="100%" stop-color="#141414"/>
6 </linearGradient>
7 <linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
8 <stop offset="0%" stop-color="#d4456a"/>
9 <stop offset="100%" stop-color="#b03058"/>
10 </linearGradient>
11 </defs>
12 <!-- Background -->
13 <rect width="256" height="256" rx="48" fill="url(#bg)"/>
14 <!-- Subtle accent line -->
15 <rect x="56" y="196" width="144" height="2.5" rx="1.25" fill="url(#accent)" opacity="0.6"/>
16 <!-- Slash mark -->
17 <text x="128" y="178" font-family="system-ui, -apple-system, 'Helvetica Neue', sans-serif" font-size="160" font-weight="400" fill="#f5f3ef" text-anchor="middle" letter-spacing="-8">/</text>
18</svg>