forward right2 icon

forward-right2-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.

Name
forward-right2-filled
Set
Reicon
Style
Filled
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

More messages icons from Reicon

Use the forward right2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.332 5.184l4.977 4.424c.93.827 1.396 1.241 1.568 1.73a2 2 0 0 1 0 1.325c-.172.488-.637.902-1.568 1.729l-4.978 4.425c-.422.375-.633.563-.812.57a.5.5 0 0 1-.405-.182C11 19.066 11 18.784 11 18.219v-2.79c-2.428 0-4.993.78-6.865 2.164c-.975.72-1.463 1.08-1.648 1.067a.45.45 0 0 1-.39-.24c-.096-.16-.011-.658.159-1.653C3.361 10.3 7.811 8.57 11 8.57V5.78c0-.565 0-.847.114-.986a.5.5 0 0 1 .405-.181c.18.006.39.194.813.57"/><path fill-rule="evenodd" d="M14.989 3.99a.75.75 0 0 1 1.06-.04l5.216 4.844a4.647 4.647 0 0 1-.15 6.944l-5.09 4.333a.75.75 0 1 1-.973-1.142l5.09-4.333a3.147 3.147 0 0 0 .102-4.703L15.028 5.05a.75.75 0 0 1-.04-1.06" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconForwardRight2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.332 5.184l4.977 4.424c.93.827 1.396 1.241 1.568 1.73a2 2 0 0 1 0 1.325c-.172.488-.637.902-1.568 1.729l-4.978 4.425c-.422.375-.633.563-.812.57a.5.5 0 0 1-.405-.182C11 19.066 11 18.784 11 18.219v-2.79c-2.428 0-4.993.78-6.865 2.164c-.975.72-1.463 1.08-1.648 1.067a.45.45 0 0 1-.39-.24c-.096-.16-.011-.658.159-1.653C3.361 10.3 7.811 8.57 11 8.57V5.78c0-.565 0-.847.114-.986a.5.5 0 0 1 .405-.181c.18.006.39.194.813.57"/><path fillRule="evenodd" d="M14.989 3.99a.75.75 0 0 1 1.06-.04l5.216 4.844a4.647 4.647 0 0 1-.15 6.944l-5.09 4.333a.75.75 0 1 1-.973-1.142l5.09-4.333a3.147 3.147 0 0 0 .102-4.703L15.028 5.05a.75.75 0 0 1-.04-1.06" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.332 5.184l4.977 4.424c.93.827 1.396 1.241 1.568 1.73a2 2 0 0 1 0 1.325c-.172.488-.637.902-1.568 1.729l-4.978 4.425c-.422.375-.633.563-.812.57a.5.5 0 0 1-.405-.182C11 19.066 11 18.784 11 18.219v-2.79c-2.428 0-4.993.78-6.865 2.164c-.975.72-1.463 1.08-1.648 1.067a.45.45 0 0 1-.39-.24c-.096-.16-.011-.658.159-1.653C3.361 10.3 7.811 8.57 11 8.57V5.78c0-.565 0-.847.114-.986a.5.5 0 0 1 .405-.181c.18.006.39.194.813.57"/><path fill-rule="evenodd" d="M14.989 3.99a.75.75 0 0 1 1.06-.04l5.216 4.844a4.647 4.647 0 0 1-.15 6.944l-5.09 4.333a.75.75 0 1 1-.973-1.142l5.09-4.333a3.147 3.147 0 0 0 .102-4.703L15.028 5.05a.75.75 0 0 1-.04-1.06" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-forward-right2-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m12.332%205.184l4.977%204.424c.93.827%201.396%201.241%201.568%201.73a2%202%200%200%201%200%201.325c-.172.488-.637.902-1.568%201.729l-4.978%204.425c-.422.375-.633.563-.812.57a.5.5%200%200%201-.405-.182C11%2019.066%2011%2018.784%2011%2018.219v-2.79c-2.428%200-4.993.78-6.865%202.164c-.975.72-1.463%201.08-1.648%201.067a.45.45%200%200%201-.39-.24c-.096-.16-.011-.658.159-1.653C3.361%2010.3%207.811%208.57%2011%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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.989%203.99a.75.75%200%200%201%201.06-.04l5.216%204.844a4.647%204.647%200%200%201-.15%206.944l-5.09%204.333a.75.75%200%201%201-.973-1.142l5.09-4.333a3.147%203.147%200%200%200%20.102-4.703L15.028%205.05a.75.75%200%200%201-.04-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m12.332%205.184l4.977%204.424c.93.827%201.396%201.241%201.568%201.73a2%202%200%200%201%200%201.325c-.172.488-.637.902-1.568%201.729l-4.978%204.425c-.422.375-.633.563-.812.57a.5.5%200%200%201-.405-.182C11%2019.066%2011%2018.784%2011%2018.219v-2.79c-2.428%200-4.993.78-6.865%202.164c-.975.72-1.463%201.08-1.648%201.067a.45.45%200%200%201-.39-.24c-.096-.16-.011-.658.159-1.653C3.361%2010.3%207.811%208.57%2011%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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.989%203.99a.75.75%200%200%201%201.06-.04l5.216%204.844a4.647%204.647%200%200%201-.15%206.944l-5.09%204.333a.75.75%200%201%201-.973-1.142l5.09-4.333a3.147%203.147%200%200%200%20.102-4.703L15.028%205.05a.75.75%200%200%201-.04-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Forward Right2 filled icon — Reicon · IconsDB