Direct Right 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 { IconDirectRight } from "@devigner-ui/icons";
<IconDirectRight className="size-6" />
<script setup>
import { IconDirectRight } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDirectRight class="size-6" />
</template>
<script>
import { IconDirectRight } from "@devigner-ui/icons-svelte";
</script>
<IconDirectRight class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.96 9.17 8.37 3.07a3.2 3.2 0 0 0-4.35 4.26l1.62 3.24c.45.9.45 1.96 0 2.86l-1.62 3.24a3.2 3.2 0 0 0 4.35 4.26l11.59-6.1a3.2 3.2 0 0 0 0-5.66" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>