Multiple Forward Right 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 { IconMultipleForwardRight } from "@devigner-ui/icons";
<IconMultipleForwardRight className="size-6" />
<script setup>
import { IconMultipleForwardRight } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMultipleForwardRight class="size-6" />
</template>
<script>
import { IconMultipleForwardRight } from "@devigner-ui/icons-svelte";
</script>
<IconMultipleForwardRight class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m12.66 5.48 3.98 3.53c1.57 1.4 2.35 2.1 2.35 2.99s-.78 1.6-2.35 2.99l-3.98 3.53c-.71.64-1.07.96-1.36.82-.3-.13-.3-.6-.3-1.57v-2.34c-3.6 0-7.5 1.71-9 4.57 0-9.14 5.33-11.43 9-11.43V6.23c0-.96 0-1.44.3-1.57.29-.14.65.18 1.36.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m15.54 4.5 5.21 4.84a3.9 3.9 0 0 1-.12 5.83l-5.1 4.33" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>