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