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

34 lines
1.3 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">
<!-- Background Circle -->
<circle cx="512" cy="512" r="480" fill="white"/>
<!-- 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="#e5e7eb" stroke-width="24" stroke-linejoin="round"/>
<!-- 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="#d1d5db" stroke-width="16" stroke-linejoin="round"/>
<!-- 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="#6366f1"/>
<!-- Right bar of A -->
<rect x="60" y="-150" width="60" height="300" rx="12" fill="#6366f1"/>
<!-- Top horizontal bar -->
<rect x="-90" y="-150" width="180" height="60" rx="12" fill="#8b5cf6"/>
<!-- Middle horizontal bar -->
<rect x="-75" y="-20" width="150" height="50" rx="10" fill="#6366f1"/>
</g>
<!-- Bottom accent circles -->
<circle cx="400" cy="750" r="25" fill="#e5e7eb"/>
<circle cx="512" cy="800" r="18" fill="#d1d5db"/>
<circle cx="624" cy="750" r="25" fill="#e5e7eb"/>
</svg>