Map2 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 { IconMap2 } from "@devigner-ui/icons";
<IconMap2 className="size-6" />
<script setup>
import { IconMap2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMap2 class="size-6" />
</template>
<script>
import { IconMap2 } from "@devigner-ui/icons-svelte";
</script>
<IconMap2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.96 7.78v9.73c0 1.9 1.35 2.68 2.99 1.74l2.35-1.34a2.2 2.2 0 0 1 1.89-.05l5.25 2.63c.53.26 1.38.24 1.89-.05l4.33-2.48a2.2 2.2 0 0 0 1.01-1.74V6.49c0-1.9-1.35-2.68-2.99-1.74l-2.35 1.34c-.51.29-1.36.32-1.89.05l-5.25-2.62a2.3 2.3 0 0 0-1.89.05L3.97 6.05a2.2 2.2 0 0 0-1.01 1.73" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.23 4v13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.4 6.62V20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>