forward icon

forward from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.

Name
forward
Set
Unicons
Style
Line
Category
Multimedia
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More multimedia icons from Unicons

Use the forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.67 9.69L14 5.84a2.67 2.67 0 0 0-4 2.31L6 5.84a2.67 2.67 0 0 0-4 2.31v7.7a2.63 2.63 0 0 0 1.33 2.3a2.6 2.6 0 0 0 1.34.37A2.7 2.7 0 0 0 6 18.16l4-2.31a2.65 2.65 0 0 0 1.33 2.31a2.66 2.66 0 0 0 2.67 0l6.67-3.85a2.67 2.67 0 0 0 0-4.62M10 13.54l-5 2.88a.67.67 0 0 1-1-.57v-7.7a.67.67 0 0 1 1-.57l5 2.88Zm9.67-1L13 16.43a.69.69 0 0 1-.67 0a.66.66 0 0 1-.33-.58v-7.7a.66.66 0 0 1 .33-.58a.8.8 0 0 1 .34-.09a.63.63 0 0 1 .33.09l6.67 3.85a.67.67 0 0 1 0 1.16Z"/></svg>

React

import type { SVGProps } from "react";

export function UilForward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.67 9.69L14 5.84a2.67 2.67 0 0 0-4 2.31L6 5.84a2.67 2.67 0 0 0-4 2.31v7.7a2.63 2.63 0 0 0 1.33 2.3a2.6 2.6 0 0 0 1.34.37A2.7 2.7 0 0 0 6 18.16l4-2.31a2.65 2.65 0 0 0 1.33 2.31a2.66 2.66 0 0 0 2.67 0l6.67-3.85a2.67 2.67 0 0 0 0-4.62M10 13.54l-5 2.88a.67.67 0 0 1-1-.57v-7.7a.67.67 0 0 1 1-.57l5 2.88Zm9.67-1L13 16.43a.69.69 0 0 1-.67 0a.66.66 0 0 1-.33-.58v-7.7a.66.66 0 0 1 .33-.58a.8.8 0 0 1 .34-.09a.63.63 0 0 1 .33.09l6.67 3.85a.67.67 0 0 1 0 1.16Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.67 9.69L14 5.84a2.67 2.67 0 0 0-4 2.31L6 5.84a2.67 2.67 0 0 0-4 2.31v7.7a2.63 2.63 0 0 0 1.33 2.3a2.6 2.6 0 0 0 1.34.37A2.7 2.7 0 0 0 6 18.16l4-2.31a2.65 2.65 0 0 0 1.33 2.31a2.66 2.66 0 0 0 2.67 0l6.67-3.85a2.67 2.67 0 0 0 0-4.62M10 13.54l-5 2.88a.67.67 0 0 1-1-.57v-7.7a.67.67 0 0 1 1-.57l5 2.88Zm9.67-1L13 16.43a.69.69 0 0 1-.67 0a.66.66 0 0 1-.33-.58v-7.7a.66.66 0 0 1 .33-.58a.8.8 0 0 1 .34-.09a.63.63 0 0 1 .33.09l6.67 3.85a.67.67 0 0 1 0 1.16Z"/></svg>
</template>

CSS

.icon-forward {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.67%209.69L14%205.84a2.67%202.67%200%200%200-4%202.31L6%205.84a2.67%202.67%200%200%200-4%202.31v7.7a2.63%202.63%200%200%200%201.33%202.3a2.6%202.6%200%200%200%201.34.37A2.7%202.7%200%200%200%206%2018.16l4-2.31a2.65%202.65%200%200%200%201.33%202.31a2.66%202.66%200%200%200%202.67%200l6.67-3.85a2.67%202.67%200%200%200%200-4.62M10%2013.54l-5%202.88a.67.67%200%200%201-1-.57v-7.7a.67.67%200%200%201%201-.57l5%202.88Zm9.67-1L13%2016.43a.69.69%200%200%201-.67%200a.66.66%200%200%201-.33-.58v-7.7a.66.66%200%200%201%20.33-.58a.8.8%200%200%201%20.34-.09a.63.63%200%200%201%20.33.09l6.67%203.85a.67.67%200%200%201%200%201.16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.67%209.69L14%205.84a2.67%202.67%200%200%200-4%202.31L6%205.84a2.67%202.67%200%200%200-4%202.31v7.7a2.63%202.63%200%200%200%201.33%202.3a2.6%202.6%200%200%200%201.34.37A2.7%202.7%200%200%200%206%2018.16l4-2.31a2.65%202.65%200%200%200%201.33%202.31a2.66%202.66%200%200%200%202.67%200l6.67-3.85a2.67%202.67%200%200%200%200-4.62M10%2013.54l-5%202.88a.67.67%200%200%201-1-.57v-7.7a.67.67%200%200%201%201-.57l5%202.88Zm9.67-1L13%2016.43a.69.69%200%200%201-.67%200a.66.66%200%200%201-.33-.58v-7.7a.66.66%200%200%201%20.33-.58a.8.8%200%200%201%20.34-.09a.63.63%200%200%201%20.33.09l6.67%203.85a.67.67%200%200%201%200%201.16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/forward.svg?color=%231a73e8&size=48