Forward3 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 { IconForward3 } from "@devigner-ui/icons";
<IconForward3 className="size-6" />
<script setup>
import { IconForward3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconForward3 class="size-6" />
</template>
<script>
import { IconForward3 } from "@devigner-ui/icons-svelte";
</script>
<IconForward3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M2.67 8.34v7.32c0 1.5 1.63 2.44 2.93 1.69l3.17-1.82 3.17-1.83q.3-.18.49-.41v-2.56a2 2 0 0 0-.49-.41L8.77 8.49 5.6 6.67a1.94 1.94 0 0 0-2.93 1.67" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.43 8.34v7.32c0 1.5 1.63 2.44 2.93 1.69l3.17-1.82 3.17-1.83a1.95 1.95 0 0 0 0-3.38l-3.17-1.83-3.17-1.82a1.94 1.94 0 0 0-2.93 1.67" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>