forward right icon

forward-right from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.

Name
forward-right
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More messages icons from Reicon

Use the forward right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m15.124 4.885l.039.034l4.014 3.568c.748.666 1.37 1.218 1.796 1.719c.448.526.767 1.093.767 1.795c0 .7-.32 1.268-.767 1.794c-.427.501-1.048 1.053-1.796 1.719l-4.014 3.568l-.039.034c-.324.288-.627.558-.889.73c-.257.17-.724.416-1.247.181s-.65-.747-.693-1.052c-.045-.31-.045-.716-.045-1.15v-1.62c-1.451.1-2.922.486-4.209 1.113c-1.513.737-2.721 1.782-3.377 3.031A.75.75 0 0 1 3.25 20c0-4.72 1.381-7.794 3.356-9.684c1.722-1.648 3.82-2.323 5.644-2.465V6.176c0-.435 0-.84.045-1.15c.043-.305.17-.817.693-1.052s.99.01 1.247.18c.262.173.565.442.889.731m-1.37.792l.412.363l3.972 3.531c.801.713 1.342 1.195 1.692 1.607c.337.395.41.626.41.822c0 .197-.073.428-.41.823c-.35.412-.89.894-1.692 1.607l-3.972 3.53q-.245.22-.413.363q-.004-.22-.003-.55V15.43a.75.75 0 0 0-.75-.75c-1.913 0-3.9.454-5.616 1.29a10.3 10.3 0 0 0-2.5 1.688c.369-3.047 1.458-5.013 2.76-6.257C9.264 9.85 11.31 9.322 13 9.322a.75.75 0 0 0 .75-.75V6.227c0-.22 0-.4.003-.55" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconForwardRight(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" fillRule="evenodd" d="m15.124 4.885l.039.034l4.014 3.568c.748.666 1.37 1.218 1.796 1.719c.448.526.767 1.093.767 1.795c0 .7-.32 1.268-.767 1.794c-.427.501-1.048 1.053-1.796 1.719l-4.014 3.568l-.039.034c-.324.288-.627.558-.889.73c-.257.17-.724.416-1.247.181s-.65-.747-.693-1.052c-.045-.31-.045-.716-.045-1.15v-1.62c-1.451.1-2.922.486-4.209 1.113c-1.513.737-2.721 1.782-3.377 3.031A.75.75 0 0 1 3.25 20c0-4.72 1.381-7.794 3.356-9.684c1.722-1.648 3.82-2.323 5.644-2.465V6.176c0-.435 0-.84.045-1.15c.043-.305.17-.817.693-1.052s.99.01 1.247.18c.262.173.565.442.889.731m-1.37.792l.412.363l3.972 3.531c.801.713 1.342 1.195 1.692 1.607c.337.395.41.626.41.822c0 .197-.073.428-.41.823c-.35.412-.89.894-1.692 1.607l-3.972 3.53q-.245.22-.413.363q-.004-.22-.003-.55V15.43a.75.75 0 0 0-.75-.75c-1.913 0-3.9.454-5.616 1.29a10.3 10.3 0 0 0-2.5 1.688c.369-3.047 1.458-5.013 2.76-6.257C9.264 9.85 11.31 9.322 13 9.322a.75.75 0 0 0 .75-.75V6.227c0-.22 0-.4.003-.55" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m15.124 4.885l.039.034l4.014 3.568c.748.666 1.37 1.218 1.796 1.719c.448.526.767 1.093.767 1.795c0 .7-.32 1.268-.767 1.794c-.427.501-1.048 1.053-1.796 1.719l-4.014 3.568l-.039.034c-.324.288-.627.558-.889.73c-.257.17-.724.416-1.247.181s-.65-.747-.693-1.052c-.045-.31-.045-.716-.045-1.15v-1.62c-1.451.1-2.922.486-4.209 1.113c-1.513.737-2.721 1.782-3.377 3.031A.75.75 0 0 1 3.25 20c0-4.72 1.381-7.794 3.356-9.684c1.722-1.648 3.82-2.323 5.644-2.465V6.176c0-.435 0-.84.045-1.15c.043-.305.17-.817.693-1.052s.99.01 1.247.18c.262.173.565.442.889.731m-1.37.792l.412.363l3.972 3.531c.801.713 1.342 1.195 1.692 1.607c.337.395.41.626.41.822c0 .197-.073.428-.41.823c-.35.412-.89.894-1.692 1.607l-3.972 3.53q-.245.22-.413.363q-.004-.22-.003-.55V15.43a.75.75 0 0 0-.75-.75c-1.913 0-3.9.454-5.616 1.29a10.3 10.3 0 0 0-2.5 1.688c.369-3.047 1.458-5.013 2.76-6.257C9.264 9.85 11.31 9.322 13 9.322a.75.75 0 0 0 .75-.75V6.227c0-.22 0-.4.003-.55" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-forward-right {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m15.124%204.885l.039.034l4.014%203.568c.748.666%201.37%201.218%201.796%201.719c.448.526.767%201.093.767%201.795c0%20.7-.32%201.268-.767%201.794c-.427.501-1.048%201.053-1.796%201.719l-4.014%203.568l-.039.034c-.324.288-.627.558-.889.73c-.257.17-.724.416-1.247.181s-.65-.747-.693-1.052c-.045-.31-.045-.716-.045-1.15v-1.62c-1.451.1-2.922.486-4.209%201.113c-1.513.737-2.721%201.782-3.377%203.031A.75.75%200%200%201%203.25%2020c0-4.72%201.381-7.794%203.356-9.684c1.722-1.648%203.82-2.323%205.644-2.465V6.176c0-.435%200-.84.045-1.15c.043-.305.17-.817.693-1.052s.99.01%201.247.18c.262.173.565.442.889.731m-1.37.792l.412.363l3.972%203.531c.801.713%201.342%201.195%201.692%201.607c.337.395.41.626.41.822c0%20.197-.073.428-.41.823c-.35.412-.89.894-1.692%201.607l-3.972%203.53q-.245.22-.413.363q-.004-.22-.003-.55V15.43a.75.75%200%200%200-.75-.75c-1.913%200-3.9.454-5.616%201.29a10.3%2010.3%200%200%200-2.5%201.688c.369-3.047%201.458-5.013%202.76-6.257C9.264%209.85%2011.31%209.322%2013%209.322a.75.75%200%200%200%20.75-.75V6.227c0-.22%200-.4.003-.55%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m15.124%204.885l.039.034l4.014%203.568c.748.666%201.37%201.218%201.796%201.719c.448.526.767%201.093.767%201.795c0%20.7-.32%201.268-.767%201.794c-.427.501-1.048%201.053-1.796%201.719l-4.014%203.568l-.039.034c-.324.288-.627.558-.889.73c-.257.17-.724.416-1.247.181s-.65-.747-.693-1.052c-.045-.31-.045-.716-.045-1.15v-1.62c-1.451.1-2.922.486-4.209%201.113c-1.513.737-2.721%201.782-3.377%203.031A.75.75%200%200%201%203.25%2020c0-4.72%201.381-7.794%203.356-9.684c1.722-1.648%203.82-2.323%205.644-2.465V6.176c0-.435%200-.84.045-1.15c.043-.305.17-.817.693-1.052s.99.01%201.247.18c.262.173.565.442.889.731m-1.37.792l.412.363l3.972%203.531c.801.713%201.342%201.195%201.692%201.607c.337.395.41.626.41.822c0%20.197-.073.428-.41.823c-.35.412-.89.894-1.692%201.607l-3.972%203.53q-.245.22-.413.363q-.004-.22-.003-.55V15.43a.75.75%200%200%200-.75-.75c-1.913%200-3.9.454-5.616%201.29a10.3%2010.3%200%200%200-2.5%201.688c.369-3.047%201.458-5.013%202.76-6.257C9.264%209.85%2011.31%209.322%2013%209.322a.75.75%200%200%200%20.75-.75V6.227c0-.22%200-.4.003-.55%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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