forward from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
forward
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

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.51 11.45l-7.47-7a.76.76 0 0 0-.81-.14c-.27.12-.45.39-.45.69v6.27L4.51 4.45a.76.76 0 0 0-.81-.14c-.27.12-.45.39-.45.69v14c0 .3.18.57.45.69q.15.06.3.06c.19 0 .37-.07.51-.2l7.27-6.82V19c0 .3.18.57.45.69q.15.06.3.06c.19 0 .37-.07.51-.2l7.47-7c.15-.14.24-.34.24-.55s-.09-.41-.24-.55M4.75 17.27V6.73L10.37 12zm8.53 0V6.73L18.9 12z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeForward(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.51 11.45l-7.47-7a.76.76 0 0 0-.81-.14c-.27.12-.45.39-.45.69v6.27L4.51 4.45a.76.76 0 0 0-.81-.14c-.27.12-.45.39-.45.69v14c0 .3.18.57.45.69q.15.06.3.06c.19 0 .37-.07.51-.2l7.27-6.82V19c0 .3.18.57.45.69q.15.06.3.06c.19 0 .37-.07.51-.2l7.47-7c.15-.14.24-.34.24-.55s-.09-.41-.24-.55M4.75 17.27V6.73L10.37 12zm8.53 0V6.73L18.9 12z"/></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.51 11.45l-7.47-7a.76.76 0 0 0-.81-.14c-.27.12-.45.39-.45.69v6.27L4.51 4.45a.76.76 0 0 0-.81-.14c-.27.12-.45.39-.45.69v14c0 .3.18.57.45.69q.15.06.3.06c.19 0 .37-.07.51-.2l7.27-6.82V19c0 .3.18.57.45.69q.15.06.3.06c.19 0 .37-.07.51-.2l7.47-7c.15-.14.24-.34.24-.55s-.09-.41-.24-.55M4.75 17.27V6.73L10.37 12zm8.53 0V6.73L18.9 12z"/></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.51%2011.45l-7.47-7a.76.76%200%200%200-.81-.14c-.27.12-.45.39-.45.69v6.27L4.51%204.45a.76.76%200%200%200-.81-.14c-.27.12-.45.39-.45.69v14c0%20.3.18.57.45.69q.15.06.3.06c.19%200%20.37-.07.51-.2l7.27-6.82V19c0%20.3.18.57.45.69q.15.06.3.06c.19%200%20.37-.07.51-.2l7.47-7c.15-.14.24-.34.24-.55s-.09-.41-.24-.55M4.75%2017.27V6.73L10.37%2012zm8.53%200V6.73L18.9%2012z%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.51%2011.45l-7.47-7a.76.76%200%200%200-.81-.14c-.27.12-.45.39-.45.69v6.27L4.51%204.45a.76.76%200%200%200-.81-.14c-.27.12-.45.39-.45.69v14c0%20.3.18.57.45.69q.15.06.3.06c.19%200%20.37-.07.51-.2l7.27-6.82V19c0%20.3.18.57.45.69q.15.06.3.06c.19%200%20.37-.07.51-.2l7.47-7c.15-.14.24-.34.24-.55s-.09-.41-.24-.55M4.75%2017.27V6.73L10.37%2012zm8.53%200V6.73L18.9%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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