Files
2026-07-26 01:13:05 -05:00

45 lines
1.2 KiB
XML

<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4F46E5"/>
<stop offset="100%" stop-color="#06B6D4"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="8" stdDeviation="10" flood-opacity="0.25"/>
</filter>
</defs>
<!-- Background -->
<rect width="512" height="512" rx="96" fill="#0F172A"/>
<!-- Code Brackets -->
<g stroke="url(#grad)" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" fill="none" filter="url(#shadow)">
<path d="M165 160 L105 256 L165 352"/>
<path d="M347 160 L407 256 L347 352"/>
</g>
<!-- Stylized M -->
<path
d="M175 340
L175 170
L256 255
L337 170
L337 340"
fill="none"
stroke="#FFFFFF"
stroke-width="22"
stroke-linecap="round"
stroke-linejoin="round"/>
<!-- Slash -->
<path
d="M300 145 L215 367"
stroke="url(#grad)"
stroke-width="14"
stroke-linecap="round"/>
<!-- Small accent dots -->
<circle cx="110" cy="256" r="8" fill="#06B6D4"/>
<circle cx="402" cy="256" r="8" fill="#4F46E5"/>
</svg>