up
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||
<defs>
|
||||
<linearGradient id="g2" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#1D4ED8"/>
|
||||
<stop offset="100%" style="stop-color:#06B6D4"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<rect width="512" height="512" rx="96" fill="#0B1121"/>
|
||||
|
||||
<!-- Geometric chevron/lock VPN concept -->
|
||||
<g transform="translate(256,230)">
|
||||
|
||||
<!-- Top chevron - shield outline -->
|
||||
<path d="M -100 -80 L 0 -180 L 100 -80"
|
||||
fill="none" stroke="url(#g2)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
<!-- Center chevron -->
|
||||
<path d="M -70 -40 L 0 -120 L 70 -40"
|
||||
fill="none" stroke="url(#g2)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
<!-- Inner chevron -->
|
||||
<path d="M -40 0 L 0 -60 L 40 0"
|
||||
fill="url(#g2)"/>
|
||||
|
||||
<!-- Lock dot on inner chevron -->
|
||||
<circle cx="0" cy="-25" r="8" fill="#0B1121"/>
|
||||
|
||||
<!-- Bottom chevrons - tunnel effect -->
|
||||
<path d="M -100 40 L -40 0 L -40 100"
|
||||
fill="none" stroke="url(#g2)" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" opacity="0.6"/>
|
||||
<path d="M 100 40 L 40 0 L 40 100"
|
||||
fill="none" stroke="url(#g2)" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" opacity="0.6"/>
|
||||
</g>
|
||||
|
||||
<!-- Client nodes -->
|
||||
<circle cx="156" cy="380" r="12" fill="url(#g2)"/>
|
||||
<circle cx="356" cy="380" r="12" fill="url(#g2)"/>
|
||||
|
||||
<!-- Horizontal network line -->
|
||||
<line x1="168" y1="380" x2="344" y2="380" stroke="url(#g2)" stroke-width="3" opacity="0.3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user