16 lines
675 B
XML
16 lines
675 B
XML
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background Circle -->
|
|
<circle cx="100" cy="100" r="95" fill="#E6E6FA" stroke="#4C6EF5" stroke-width="3"/>
|
|
|
|
<!-- Shield Shape -->
|
|
<path d="M100 30L60 50V90C60 120 100 150 100 150C100 150 140 120 140 90V50L100 30Z" fill="#4C6EF5"/>
|
|
|
|
<!-- Heart in Shield -->
|
|
<path d="M100 65C92 57 78 57 78 70C78 80 100 100 100 100C100 100 122 80 122 70C122 57 108 57 100 65Z" fill="#E6E6FA"/>
|
|
|
|
<!-- Text -->
|
|
<text x="100" y="180" text-anchor="middle" fill="#495057" font-family="Arial, sans-serif" font-size="12" font-weight="bold">
|
|
POLIJE CARE
|
|
</text>
|
|
</svg>
|