Direct 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 { IconDirectUp } from "@devigner-ui/icons";
<IconDirectUp className="size-6" />
<script setup>
import { IconDirectUp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDirectUp class="size-6" />
</template>
<script>
import { IconDirectUp } from "@devigner-ui/icons-svelte";
</script>
<IconDirectUp class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.84 4.71 3.74 16.3A3.2 3.2 0 0 0 8 20.65l3.24-1.62a3.2 3.2 0 0 1 2.86 0l3.24 1.62a3.2 3.2 0 0 0 4.26-4.35L15.5 4.71a3.2 3.2 0 0 0-5.66 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>