forward right2 icon
forward-right2 from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- forward-right2
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the forward right2 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="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.06m-1.865.895q.02.015.039.034l4.014 3.568c.748.665 1.37 1.217 1.796 1.718c.448.527.767 1.094.767 1.795s-.32 1.268-.767 1.795c-.427.5-1.048 1.053-1.796 1.718l-4.014 3.568l-.039.035c-.324.288-.627.557-.889.73c-.257.17-.724.416-1.247.18c-.523-.234-.65-.747-.693-1.052c-.045-.31-.045-.715-.045-1.15v-1.62a11.6 11.6 0 0 0-4.209 1.113c-1.513.737-2.721 1.783-3.377 3.032A.75.75 0 0 1 1.25 20c0-4.721 1.381-7.795 3.356-9.685c1.722-1.647 3.82-2.323 5.644-2.464V6.175c0-.434 0-.84.045-1.15c.043-.304.17-.817.693-1.052s.99.012 1.247.181c.262.173.565.442.889.73m-1.37.792q.166.144.412.363l3.972 3.53c.801.713 1.342 1.196 1.692 1.607c.337.396.41.626.41.823s-.073.428-.41.823c-.35.411-.89.894-1.692 1.606l-3.972 3.531q-.245.219-.413.363q-.004-.222-.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.258C7.264 9.849 9.31 9.321 11 9.321a.75.75 0 0 0 .75-.75V6.227q0-.328.003-.55" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconForwardRight2(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="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.06m-1.865.895q.02.015.039.034l4.014 3.568c.748.665 1.37 1.217 1.796 1.718c.448.527.767 1.094.767 1.795s-.32 1.268-.767 1.795c-.427.5-1.048 1.053-1.796 1.718l-4.014 3.568l-.039.035c-.324.288-.627.557-.889.73c-.257.17-.724.416-1.247.18c-.523-.234-.65-.747-.693-1.052c-.045-.31-.045-.715-.045-1.15v-1.62a11.6 11.6 0 0 0-4.209 1.113c-1.513.737-2.721 1.783-3.377 3.032A.75.75 0 0 1 1.25 20c0-4.721 1.381-7.795 3.356-9.685c1.722-1.647 3.82-2.323 5.644-2.464V6.175c0-.434 0-.84.045-1.15c.043-.304.17-.817.693-1.052s.99.012 1.247.181c.262.173.565.442.889.73m-1.37.792q.166.144.412.363l3.972 3.53c.801.713 1.342 1.196 1.692 1.607c.337.396.41.626.41.823s-.073.428-.41.823c-.35.411-.89.894-1.692 1.606l-3.972 3.531q-.245.219-.413.363q-.004-.222-.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.258C7.264 9.849 9.31 9.321 11 9.321a.75.75 0 0 0 .75-.75V6.227q0-.328.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="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.06m-1.865.895q.02.015.039.034l4.014 3.568c.748.665 1.37 1.217 1.796 1.718c.448.527.767 1.094.767 1.795s-.32 1.268-.767 1.795c-.427.5-1.048 1.053-1.796 1.718l-4.014 3.568l-.039.035c-.324.288-.627.557-.889.73c-.257.17-.724.416-1.247.18c-.523-.234-.65-.747-.693-1.052c-.045-.31-.045-.715-.045-1.15v-1.62a11.6 11.6 0 0 0-4.209 1.113c-1.513.737-2.721 1.783-3.377 3.032A.75.75 0 0 1 1.25 20c0-4.721 1.381-7.795 3.356-9.685c1.722-1.647 3.82-2.323 5.644-2.464V6.175c0-.434 0-.84.045-1.15c.043-.304.17-.817.693-1.052s.99.012 1.247.181c.262.173.565.442.889.73m-1.37.792q.166.144.412.363l3.972 3.53c.801.713 1.342 1.196 1.692 1.607c.337.396.41.626.41.823s-.073.428-.41.823c-.35.411-.89.894-1.692 1.606l-3.972 3.531q-.245.219-.413.363q-.004-.222-.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.258C7.264 9.849 9.31 9.321 11 9.321a.75.75 0 0 0 .75-.75V6.227q0-.328.003-.55" clip-rule="evenodd"/></svg> </template>
CSS
.icon-forward-right2 {
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%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.06m-1.865.895q.02.015.039.034l4.014%203.568c.748.665%201.37%201.217%201.796%201.718c.448.527.767%201.094.767%201.795s-.32%201.268-.767%201.795c-.427.5-1.048%201.053-1.796%201.718l-4.014%203.568l-.039.035c-.324.288-.627.557-.889.73c-.257.17-.724.416-1.247.18c-.523-.234-.65-.747-.693-1.052c-.045-.31-.045-.715-.045-1.15v-1.62a11.6%2011.6%200%200%200-4.209%201.113c-1.513.737-2.721%201.783-3.377%203.032A.75.75%200%200%201%201.25%2020c0-4.721%201.381-7.795%203.356-9.685c1.722-1.647%203.82-2.323%205.644-2.464V6.175c0-.434%200-.84.045-1.15c.043-.304.17-.817.693-1.052s.99.012%201.247.181c.262.173.565.442.889.73m-1.37.792q.166.144.412.363l3.972%203.53c.801.713%201.342%201.196%201.692%201.607c.337.396.41.626.41.823s-.073.428-.41.823c-.35.411-.89.894-1.692%201.606l-3.972%203.531q-.245.219-.413.363q-.004-.222-.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.258C7.264%209.849%209.31%209.321%2011%209.321a.75.75%200%200%200%20.75-.75V6.227q0-.328.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%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.06m-1.865.895q.02.015.039.034l4.014%203.568c.748.665%201.37%201.217%201.796%201.718c.448.527.767%201.094.767%201.795s-.32%201.268-.767%201.795c-.427.5-1.048%201.053-1.796%201.718l-4.014%203.568l-.039.035c-.324.288-.627.557-.889.73c-.257.17-.724.416-1.247.18c-.523-.234-.65-.747-.693-1.052c-.045-.31-.045-.715-.045-1.15v-1.62a11.6%2011.6%200%200%200-4.209%201.113c-1.513.737-2.721%201.783-3.377%203.032A.75.75%200%200%201%201.25%2020c0-4.721%201.381-7.795%203.356-9.685c1.722-1.647%203.82-2.323%205.644-2.464V6.175c0-.434%200-.84.045-1.15c.043-.304.17-.817.693-1.052s.99.012%201.247.181c.262.173.565.442.889.73m-1.37.792q.166.144.412.363l3.972%203.53c.801.713%201.342%201.196%201.692%201.607c.337.396.41.626.41.823s-.073.428-.41.823c-.35.411-.89.894-1.692%201.606l-3.972%203.531q-.245.219-.413.363q-.004-.222-.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.258C7.264%209.849%209.31%209.321%2011%209.321a.75.75%200%200%200%20.75-.75V6.227q0-.328.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-right2.svg?color=%231a73e8&size=48