Map Point Wave 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 { IconMapPointWave } from "@devigner-ui/icons";
<IconMapPointWave className="size-6" />
<script setup>
import { IconMapPointWave } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMapPointWave class="size-6" />
</template>
<script>
import { IconMapPointWave } from "@devigner-ui/icons-svelte";
</script>
<IconMapPointWave 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="M5 8.51C5 4.91 8.13 2 12 2s7 2.92 7 6.51c0 3.57-2.23 7.74-5.72 9.23-.81.35-1.75.35-2.56 0C7.23 16.25 5 12.08 5 8.51" stroke="currentColor" stroke-width="1.5"></path><path d="M14 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0" stroke="currentColor" stroke-width="1.5"></path><path d="M20.96 15.5q1.02.91 1.04 2c0 2.49-4.48 4.5-10 4.5S2 19.99 2 17.5q.02-1.09 1.04-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>