Files
logo/vpn-v10-interlocking.svg
2026-07-03 12:56:27 +08:00

51 lines
2.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<defs>
<linearGradient id="g3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3B82F6"/>
<stop offset="100%" style="stop-color:#8B5CF6"/>
</linearGradient>
<linearGradient id="g4" x1="100%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#06B6D4"/>
<stop offset="100%" style="stop-color:#3B82F6"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="96" fill="#0F172A"/>
<!-- Two interlocking rings - dual VPN tunnel concept -->
<g fill="none" stroke-width="20" stroke-linecap="round">
<!-- Left ring -->
<circle cx="200" cy="300" r="120" stroke="url(#g3)" opacity="0.9"/>
<!-- Right ring -->
<circle cx="312" cy="300" r="120" stroke="url(#g4)" opacity="0.9"/>
<!-- Ring data flow indicators -->
<circle cx="200" cy="180" r="6" fill="url(#g3)" stroke="none"/>
<circle cx="312" cy="180" r="6" fill="url(#g4)" stroke="none"/>
<!-- Bottom ring highlights -->
<circle cx="160" cy="380" r="5" fill="url(#g3)" stroke="none"/>
<circle cx="352" cy="380" r="5" fill="url(#g4)" stroke="none"/>
</g>
<!-- Central lock - sits at the intersection of rings -->
<g transform="translate(256,300)">
<!-- Lock body -->
<rect x="-36" y="-8" width="72" height="56" rx="12" fill="#ffffff"/>
<!-- Lock shackle -->
<path d="M -24 -8 L -24 -32 Q -24 -48 0 -48 Q 24 -48 24 -32 L 24 -8"
fill="none" stroke="#ffffff" stroke-width="10" stroke-linecap="round"/>
<!-- Keyhole -->
<circle cx="0" cy="14" r="8" fill="#0F172A"/>
<path d="M -5 20 L 5 20 L 7 38 L -7 38 Z" fill="#0F172A"/>
<!-- Ring intersection glow -->
<circle cx="-26" cy="-4" r="10" fill="#0F172A"/>
<circle cx="26" cy="-4" r="10" fill="#0F172A"/>
</g>
<!-- Outer node dots -->
<circle cx="110" cy="210" r="8" fill="url(#g3)"/>
<circle cx="402" cy="210" r="8" fill="url(#g4)"/>
</svg>