15 lines
749 B
XML
15 lines
749 B
XML
|
|
<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="grad5" 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 shape -->
|
||
|
|
<path d="M 30 10 L 20 15 L 20 35 Q 20 45 30 50 Q 40 45 40 35 L 40 15 Z" fill="url(#grad5)"/>
|
||
|
|
<!-- Lock icon inside -->
|
||
|
|
<rect x="26" y="28" width="8" height="6" fill="white" rx="1"/>
|
||
|
|
<path d="M 28 28 L 28 25 Q 28 23 30 23 Q 32 23 32 25 L 32 28" fill="none" stroke="white" stroke-width="1.5"/>
|
||
|
|
<!-- Checkmark -->
|
||
|
|
<polyline points="25,20 28,23 35,16" stroke="white" stroke-width="2" fill="none"/>
|
||
|
|
</svg>
|