9 lines
491 B
XML
9 lines
491 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<circle cx="16" cy="16" r="15" fill="#7CB3F0" opacity="0.15"/>
|
|
<circle cx="16" cy="16" r="15" fill="none" stroke="#7CB3F0" stroke-width="1.5"/>
|
|
<!-- Airplane -->
|
|
<path d="M8 18 L14 16 L12 12 L15 14 L24 10 L15 18 L17 22 L14 19 L8 18Z" fill="#7CB3F0"/>
|
|
<!-- Shield outline -->
|
|
<path d="M16 5 L24 9 L24 17 C24 22 20 26 16 28 C12 26 8 22 8 17 L8 9 Z" fill="none" stroke="#7CB3F0" stroke-width="1.2" opacity="0.5"/>
|
|
</svg>
|