Files
2026-03-09 13:39:15 -04:00

25 lines
756 B
XML

<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Shield shape -->
<path
d="M16 2L4 7V15C4 22.18 9.11 28.79 16 30C22.89 28.79 28 22.18 28 15V7L16 2Z"
fill="#D95E2A"
/>
<!-- Inner geometric pattern -->
<path
d="M16 6L8 9.5V15C8 20.05 11.42 24.68 16 26C20.58 24.68 24 20.05 24 15V9.5L16 6Z"
fill="#161614"
/>
<!-- Data nodes -->
<circle cx="16" cy="12" r="2" fill="#D95E2A" />
<circle cx="12" cy="17" r="1.5" fill="#D95E2A" />
<circle cx="20" cy="17" r="1.5" fill="#D95E2A" />
<circle cx="16" cy="21" r="1.5" fill="#D95E2A" />
<!-- Connection lines -->
<path
d="M16 14V19.5M14 16L12.5 17M18 16L19.5 17"
stroke="#D95E2A"
stroke-width="1"
stroke-linecap="round"
/>
</svg>