| 1 | <!-- |
| 2 | tags: [localization, maps, navigation, pin, target, current, location, geography, place, position] |
| 3 | category: Map |
| 4 | version: "1.22" |
| 5 | unicode: "ecef" |
| 6 | --> |
| 7 | <svg |
| 8 | xmlns="http://www.w3.org/2000/svg" |
| 9 | width="24" |
| 10 | height="24" |
| 11 | viewBox="0 0 24 24" |
| 12 | fill="none" |
| 13 | stroke="currentColor" |
| 14 | stroke-width="2" |
| 15 | stroke-linecap="round" |
| 16 | stroke-linejoin="round" |
| 17 | > |
| 18 | <path d="M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /> |
| 19 | <path d="M4 12a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" /> |
| 20 | <path d="M12 2l0 2" /> |
| 21 | <path d="M12 20l0 2" /> |
| 22 | <path d="M20 12l2 0" /> |
| 23 | <path d="M2 12l2 0" /> |
| 24 | </svg> |
| 25 |