15 lines
774 B
XML
15 lines
774 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<!-- Map background with roads and pin -->
|
|
<rect x="5" y="5" width="30" height="30" rx="4" fill="#E8E0D8"/>
|
|
<!-- Roads -->
|
|
<path stroke="#fff" stroke-width="3" stroke-linecap="round" d="M5 24h12l5-8h13"/>
|
|
<path stroke="#fff" stroke-width="2.5" stroke-linecap="round" d="M17 35V24"/>
|
|
<path stroke="#fff" stroke-width="2" stroke-linecap="round" d="M28 18v17"/>
|
|
<!-- Green areas -->
|
|
<circle cx="30" cy="10" r="4" fill="#AAD3A0" opacity="0.8"/>
|
|
<circle cx="9" cy="31" r="3" fill="#AAD3A0" opacity="0.8"/>
|
|
<!-- Red pin -->
|
|
<path fill="#D63E2A" d="M20 4c-4 0-7 3-7 7 0 5.5 7 12 7 12s7-6.5 7-12c0-4-3-7-7-7z"/>
|
|
<circle cx="20" cy="11" r="2.5" fill="white"/>
|
|
</svg>
|