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 { IconMap } from "@devigner-ui/icons";
<IconMap className="size-6" />
<script setup>
import { IconMap } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMap class="size-6" />
</template>
<script>
import { IconMap } from "@devigner-ui/icons-svelte";
</script>
<IconMap class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 8.71c0-1.47 0-2.21.4-2.64q.2-.23.49-.36c.53-.24 1.23 0 2.63.46a7 7 0 0 0 2.14.52 3 3 0 0 0 .59-.08c.52-.12.99-.44 1.93-1.06l1.38-.92c1.2-.8 1.8-1.2 2.49-1.3.68-.09 1.37.14 2.73.6l1.17.39c.99.33 1.48.5 1.77.88.28.4.28.92.28 1.96v8.13c0 1.47 0 2.21-.4 2.64q-.2.23-.49.36c-.53.24-1.23 0-2.63-.46-1.07-.36-1.6-.54-2.14-.52a3 3 0 0 0-.59.08c-.52.12-.99.44-1.93 1.06l-1.38.92c-1.2.8-1.8 1.2-2.49 1.3-.68.09-1.37-.14-2.73-.6l-1.17-.39c-.99-.33-1.48-.5-1.77-.88C3 18.4 3 17.88 3 16.84z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 6.64V20.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M15 3v14" stroke="currentColor" stroke-width="1.5"></path></svg>