weather-station/static/images/marker-online.svg
2025-08-09 01:36:34 +08:00

13 lines
557 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="26" height="26" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="1" stdDeviation="1.5" flood-color="#000" flood-opacity="0.35"/>
</filter>
</defs>
<g filter="url(#shadow)">
<path d="M20 2 C11 2 4 9 4 18 C4 29 20 38 20 38 C20 38 36 29 36 18 C36 9 29 2 20 2 Z" fill="#007bff" stroke="#ffffff" stroke-width="2.5"/>
<circle cx="20" cy="18" r="6" fill="#ffffff"/>
</g>
</svg>