17 lines
868 B
XML
17 lines
868 B
XML
<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="securityGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Shield -->
|
|
<path d="M 40 10 L 25 18 L 25 45 Q 25 60 40 65 Q 55 60 55 45 L 55 18 Z" fill="url(#securityGrad)"/>
|
|
<!-- Lock inside shield -->
|
|
<rect x="35" y="40" width="10" height="8" fill="white" rx="1"/>
|
|
<path d="M 37 40 L 37 35 Q 37 32 40 32 Q 43 32 43 35 L 43 40" fill="none" stroke="white" stroke-width="2"/>
|
|
<!-- Security patterns -->
|
|
<circle cx="40" cy="25" r="2" fill="white" opacity="0.8"/>
|
|
<circle cx="35" cy="30" r="1.5" fill="white" opacity="0.6"/>
|
|
<circle cx="45" cy="30" r="1.5" fill="white" opacity="0.6"/>
|
|
</svg> |