Point On Map icon in outline, twotone, bold and bulk. Free in all four styles, for maps, places, gps, routes, delivery tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPointOnMap } from "@devigner-ui/icons";
<IconPointOnMap className="size-6" />
<script setup>
import { IconPointOnMap } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPointOnMap class="size-6" />
</template>
<script>
import { IconPointOnMap } from "@devigner-ui/icons-svelte";
</script>
<IconPointOnMap class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m18 8 .95.32c.99.33 1.48.5 1.77.88.28.4.28.92.28 1.96v5.67c0 1.29 0 1.94-.34 2.35a2 2 0 0 1-.41.35c-.47.27-1.1.16-2.38-.05-1.25-.21-1.88-.32-2.5-.26q-.33.03-.65.1c-.62.13-1.19.42-2.34.99-1.5.75-2.25 1.12-3.05 1.24a5 5 0 0 1-.72.05c-.81 0-1.6-.26-3.18-.79l-.38-.13c-.99-.33-1.48-.5-1.77-.88C3 19.4 3 18.88 3 17.84V12.9c0-1.66 0-2.49.49-2.94l.28-.2c.58-.32 1.36-.06 2.94.47" stroke="currentColor" stroke-width="1.5"></path><path d="M6 7.7C6 4.55 8.69 2 12 2s6 2.55 6 5.7c0 3.12-1.91 6.77-4.9 8.07-.7.3-1.5.3-2.2 0C7.91 14.47 6 10.82 6 7.7" stroke="currentColor" stroke-width="1.5"></path><circle cx="12" cy="8.00024" r="2" stroke="currentColor" stroke-width="1.5"></circle></svg>