Direct Down 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 { IconDirectDown } from "@devigner-ui/icons";
<IconDirectDown className="size-6" />
<script setup>
import { IconDirectDown } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDirectDown class="size-6" />
</template>
<script>
import { IconDirectDown } from "@devigner-ui/icons-svelte";
</script>
<IconDirectDown 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 19.29 3.74 7.7A3.2 3.2 0 0 1 8 3.35l3.24 1.62c.9.45 1.96.45 2.86 0l3.24-1.62A3.2 3.2 0 0 1 21.6 7.7l-6.1 11.59a3.2 3.2 0 0 1-5.66 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>