Forward Item icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconForwardItem } from "@devigner-ui/icons";
<IconForwardItem className="size-6" />
<script setup>
import { IconForwardItem } from "@devigner-ui/icons-vue";
</script>
<template>
<IconForwardItem class="size-6" />
</template>
<script>
import { IconForwardItem } from "@devigner-ui/icons-svelte";
</script>
<IconForwardItem class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.05 10.38v3.23c0 2.69-1.08 3.77-3.77 3.77h-3.23c-2.69 0-3.77-1.08-3.77-3.77v-3.23c0-2.69 1.08-3.77 3.77-3.77h3.23c2.7.01 3.77 1.08 3.77 3.77" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 5.77V9c0 2.69-1.08 3.77-3.77 3.77h-.85v-2.38c0-2.69-1.08-3.77-3.77-3.77H11.9v-.85C11.9 3.08 12.98 2 15.67 2h3.23c2.69 0 3.77 1.08 3.77 3.77" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.67 18.23V15c0-2.69 1.08-3.77 3.77-3.77h.85v2.38c0 2.69 1.08 3.77 3.77 3.77h2.38v.85c0 2.69-1.08 3.77-3.77 3.77H6.44c-2.69 0-3.77-1.08-3.77-3.77" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>