Files
logo/vpn-v11-tunnel-perspective.svg
2026-07-03 12:56:27 +08:00

44 lines
1.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<defs>
<linearGradient id="g5" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#60A5FA"/>
<stop offset="100%" style="stop-color:#1D4ED8"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="96" fill="#ffffff"/>
<!-- Perspective tunnel - 3 nested rounded rectangles getting smaller = depth -->
<g fill="none" stroke="url(#g5)" stroke-linecap="round" stroke-linejoin="round">
<!-- Outermost frame -->
<rect x="80" y="80" width="352" height="352" rx="60" stroke-width="6" opacity="0.2"/>
<!-- Second frame -->
<rect x="120" y="120" width="272" height="272" rx="48" stroke-width="6" opacity="0.35"/>
<!-- Third frame -->
<rect x="160" y="160" width="192" height="192" rx="36" stroke-width="6" opacity="0.55"/>
<!-- Fourth frame -->
<rect x="200" y="200" width="112" height="112" rx="24" stroke-width="8" opacity="0.8"/>
</g>
<!-- Lock at center of tunnel -->
<g>
<rect x="236" y="240" width="40" height="32" rx="8" fill="#1D4ED8"/>
<path d="M 246 240 L 246 222 Q 246 210 256 210 Q 266 210 266 222 L 266 240"
fill="none" stroke="#1D4ED8" stroke-width="7" stroke-linecap="round"/>
<circle cx="256" cy="254" r="5" fill="#ffffff"/>
<rect x="252" y="258" width="8" height="8" rx="2" fill="#ffffff"/>
</g>
<!-- Corner network dots -->
<circle cx="80" cy="80" r="8" fill="#3B82F6" opacity="0.3"/>
<circle cx="432" cy="80" r="8" fill="#3B82F6" opacity="0.3"/>
<circle cx="80" cy="432" r="8" fill="#3B82F6" opacity="0.3"/>
<circle cx="432" cy="432" r="8" fill="#3B82F6" opacity="0.3"/>
<!-- Data flow dots along tunnel edges -->
<circle cx="140" cy="140" r="4" fill="#60A5FA"/>
<circle cx="372" cy="140" r="4" fill="#60A5FA"/>
<circle cx="140" cy="372" r="4" fill="#60A5FA"/>
<circle cx="372" cy="372" r="4" fill="#60A5FA"/>
</svg>