Files
2026-06-19 18:45:55 +08:00

46 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<defs>
<linearGradient id="mainGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6366f1;stop-opacity:1" />
<stop offset="50%" style="stop-color:#8b5cf6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#d946ef;stop-opacity:1" />
</linearGradient>
<linearGradient id="accentGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#06b6d4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3b82f6;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background Circle -->
<circle cx="512" cy="512" r="480" fill="url(#mainGradient)"/>
<!-- Hexagon Shape -->
<path d="M 512 180 L 712 290 L 712 510 L 512 620 L 312 510 L 312 290 Z"
fill="none" stroke="white" stroke-width="24" stroke-linejoin="round" opacity="0.3"/>
<!-- Inner Hexagon -->
<path d="M 512 240 L 672 330 L 672 470 L 512 560 L 352 470 L 352 330 Z"
fill="none" stroke="white" stroke-width="16" stroke-linejoin="round" opacity="0.5"/>
<!-- Letter "A" formed by geometric shapes -->
<g transform="translate(512, 512)">
<!-- Left bar of A -->
<rect x="-120" y="-150" width="60" height="300" rx="12" fill="white"/>
<!-- Right bar of A -->
<rect x="60" y="-150" width="60" height="300" rx="12" fill="white"/>
<!-- Top horizontal bar -->
<rect x="-90" y="-150" width="180" height="60" rx="12" fill="url(#accentGradient)"/>
<!-- Middle horizontal bar -->
<rect x="-75" y="-20" width="150" height="50" rx="10" fill="white" opacity="0.9"/>
</g>
<!-- Bottom accent circles -->
<circle cx="400" cy="750" r="25" fill="white" opacity="0.6"/>
<circle cx="512" cy="800" r="18" fill="white" opacity="0.4"/>
<circle cx="624" cy="750" r="25" fill="white" opacity="0.6"/>
</svg>