Direct Send icon in outline, twotone, bold and bulk. Free in all four styles, for chat, inbox, email, comments, support. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDirectSend } from "@devigner-ui/icons";
<IconDirectSend className="size-6" />
<script setup>
import { IconDirectSend } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDirectSend class="size-6" />
</template>
<script>
import { IconDirectSend } from "@devigner-ui/icons-svelte";
</script>
<IconDirectSend class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="M12.67 9V2l-2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 2 2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path opacity="1" d="M2.65 13h4.41c.38 0 .72.21.89.55l1.17 2.34A2 2 0 0 0 10.91 17h3.53a2 2 0 0 0 1.79-1.11l1.17-2.34a1 1 0 0 1 .89-.55h4.36" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.67 5.13c-3.54.52-5 2.6-5 6.87v3c0 5 2 7 7 7h6c5 0 7-2 7-7v-3c0-4.27-1.46-6.35-5-6.87" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>