forward right icon

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

Name
forward-right-duotone
Set
Reicon
Style
Duotone
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" d="m13.955 5.183l4.977 4.425c.931.827 1.396 1.24 1.568 1.73a2 2 0 0 1 0 1.324c-.172.489-.637.902-1.568 1.73l-4.977 4.424c-.423.376-.634.563-.813.57a.5.5 0 0 1-.405-.182c-.114-.138-.114-.42-.114-.986v-2.79c-2.428 0-4.993.78-6.865 2.165c-.975.72-1.463 1.08-1.648 1.067a.45.45 0 0 1-.39-.24c-.096-.16-.011-.658.159-1.653C4.984 10.3 9.434 8.57 12.623 8.57V5.78c0-.565 0-.847.114-.986a.5.5 0 0 1 .405-.181c.18.006.39.194.813.57"/></svg>

React

import type { SVGProps } from "react";

export function ReiconForwardRightDuotone(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="m13.955 5.183l4.977 4.425c.931.827 1.396 1.24 1.568 1.73a2 2 0 0 1 0 1.324c-.172.489-.637.902-1.568 1.73l-4.977 4.424c-.423.376-.634.563-.813.57a.5.5 0 0 1-.405-.182c-.114-.138-.114-.42-.114-.986v-2.79c-2.428 0-4.993.78-6.865 2.165c-.975.72-1.463 1.08-1.648 1.067a.45.45 0 0 1-.39-.24c-.096-.16-.011-.658.159-1.653C4.984 10.3 9.434 8.57 12.623 8.57V5.78c0-.565 0-.847.114-.986a.5.5 0 0 1 .405-.181c.18.006.39.194.813.57"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.955 5.183l4.977 4.425c.931.827 1.396 1.24 1.568 1.73a2 2 0 0 1 0 1.324c-.172.489-.637.902-1.568 1.73l-4.977 4.424c-.423.376-.634.563-.813.57a.5.5 0 0 1-.405-.182c-.114-.138-.114-.42-.114-.986v-2.79c-2.428 0-4.993.78-6.865 2.165c-.975.72-1.463 1.08-1.648 1.067a.45.45 0 0 1-.39-.24c-.096-.16-.011-.658.159-1.653C4.984 10.3 9.434 8.57 12.623 8.57V5.78c0-.565 0-.847.114-.986a.5.5 0 0 1 .405-.181c.18.006.39.194.813.57"/></svg>
</template>

CSS

.icon-forward-right-duotone {
  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%22m13.955%205.183l4.977%204.425c.931.827%201.396%201.24%201.568%201.73a2%202%200%200%201%200%201.324c-.172.489-.637.902-1.568%201.73l-4.977%204.424c-.423.376-.634.563-.813.57a.5.5%200%200%201-.405-.182c-.114-.138-.114-.42-.114-.986v-2.79c-2.428%200-4.993.78-6.865%202.165c-.975.72-1.463%201.08-1.648%201.067a.45.45%200%200%201-.39-.24c-.096-.16-.011-.658.159-1.653C4.984%2010.3%209.434%208.57%2012.623%208.57V5.78c0-.565%200-.847.114-.986a.5.5%200%200%201%20.405-.181c.18.006.39.194.813.57%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%22m13.955%205.183l4.977%204.425c.931.827%201.396%201.24%201.568%201.73a2%202%200%200%201%200%201.324c-.172.489-.637.902-1.568%201.73l-4.977%204.424c-.423.376-.634.563-.813.57a.5.5%200%200%201-.405-.182c-.114-.138-.114-.42-.114-.986v-2.79c-2.428%200-4.993.78-6.865%202.165c-.975.72-1.463%201.08-1.648%201.067a.45.45%200%200%201-.39-.24c-.096-.16-.011-.658.159-1.653C4.984%2010.3%209.434%208.57%2012.623%208.57V5.78c0-.565%200-.847.114-.986a.5.5%200%200%201%20.405-.181c.18.006.39.194.813.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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