Map Arrow Up 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 { IconMapArrowUp } from "@devigner-ui/icons";
<IconMapArrowUp className="size-6" />
<script setup>
import { IconMapArrowUp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMapArrowUp class="size-6" />
</template>
<script>
import { IconMapArrowUp } from "@devigner-ui/icons-svelte";
</script>
<IconMapArrowUp class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 18.47q-.38 0-.73.19l-5.9 3.15c-1.4.74-2.87-.81-2.2-2.3l7.36-16.52c.3-.66.88-.99 1.47-.99" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 18.47q.38 0 .73.19l5.9 3.15c1.4.74 2.87-.81 2.2-2.3L13.48 2.98A1.6 1.6 0 0 0 12 2" stroke="currentColor" stroke-width="1.5"></path></svg>