<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1e40af;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3b82f6;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle -->
<circle cx="50" cy="50" r="48" fill="url(#bg)"/>
<!-- Map icon -->
<g transform="translate(50, 50)" fill="white" opacity="0.9">
<!-- Map outline -->
<path d="M-20,-15 L20,-15 L20,15 L-20,15 Z" fill="none" stroke="white" stroke-width="2"/>
<!-- Location pins -->
<circle cx="-10" cy="-5" r="2" fill="#fbbf24"/>
<circle cx="5" cy="0" r="2.5" fill="#f59e0b"/>
<circle cx="0" cy="8" r="2" fill="#ef4444"/>
<circle cx="-5" cy="5" r="1.5" fill="#fbbf24"/>
</g>
<!-- Border -->
<circle cx="50" cy="50" r="48" fill="none" stroke="white" stroke-width="2" opacity="0.3"/>
</svg>