forward left icon
forward-left from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- forward-left
- 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 left 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="M9.011 3.99a.75.75 0 0 1-.04 1.06L3.757 9.893a3.147 3.147 0 0 0 .101 4.703l5.09 4.333a.75.75 0 1 1-.972 1.142l-5.09-4.333a4.647 4.647 0 0 1-.15-6.944L7.951 3.95a.75.75 0 0 1 1.06.04m3.236 1.687q-.168.144-.413.363L7.862 9.57c-.801.713-1.342 1.196-1.692 1.607c-.336.396-.41.626-.41.823s.074.428.41.823c.35.411.89.894 1.692 1.606l3.972 3.531q.245.219.413.363q.004-.222.003-.55V15.43a.75.75 0 0 1 .75-.75c1.913 0 3.9.454 5.616 1.29a10.3 10.3 0 0 1 2.5 1.688c-.369-3.047-1.458-5.013-2.76-6.258C16.736 9.85 14.69 9.322 13 9.322a.75.75 0 0 1-.75-.75V6.227q0-.328-.003-.55m-.482-1.523c.257-.17.724-.416 1.247-.18c.524.234.65.747.694 1.052c.044.31.044.715.044 1.15V7.85c1.824.141 3.922.817 5.644 2.464c1.975 1.89 3.356 4.964 3.356 9.685a.75.75 0 0 1-1.414.349c-.656-1.25-1.864-2.295-3.377-3.032a11.6 11.6 0 0 0-4.209-1.112v1.62c0 .434 0 .84-.044 1.15c-.044.304-.17.817-.694 1.052s-.99-.012-1.247-.181c-.261-.173-.564-.442-.889-.73l-.038-.035l-4.014-3.568c-.75-.665-1.37-1.217-1.796-1.718C4.58 13.268 4.26 12.7 4.26 12s.319-1.268.767-1.795c.426-.5 1.047-1.053 1.796-1.718l4.014-3.568l.038-.034c.325-.289.628-.558.889-.73" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconForwardLeft(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="M9.011 3.99a.75.75 0 0 1-.04 1.06L3.757 9.893a3.147 3.147 0 0 0 .101 4.703l5.09 4.333a.75.75 0 1 1-.972 1.142l-5.09-4.333a4.647 4.647 0 0 1-.15-6.944L7.951 3.95a.75.75 0 0 1 1.06.04m3.236 1.687q-.168.144-.413.363L7.862 9.57c-.801.713-1.342 1.196-1.692 1.607c-.336.396-.41.626-.41.823s.074.428.41.823c.35.411.89.894 1.692 1.606l3.972 3.531q.245.219.413.363q.004-.222.003-.55V15.43a.75.75 0 0 1 .75-.75c1.913 0 3.9.454 5.616 1.29a10.3 10.3 0 0 1 2.5 1.688c-.369-3.047-1.458-5.013-2.76-6.258C16.736 9.85 14.69 9.322 13 9.322a.75.75 0 0 1-.75-.75V6.227q0-.328-.003-.55m-.482-1.523c.257-.17.724-.416 1.247-.18c.524.234.65.747.694 1.052c.044.31.044.715.044 1.15V7.85c1.824.141 3.922.817 5.644 2.464c1.975 1.89 3.356 4.964 3.356 9.685a.75.75 0 0 1-1.414.349c-.656-1.25-1.864-2.295-3.377-3.032a11.6 11.6 0 0 0-4.209-1.112v1.62c0 .434 0 .84-.044 1.15c-.044.304-.17.817-.694 1.052s-.99-.012-1.247-.181c-.261-.173-.564-.442-.889-.73l-.038-.035l-4.014-3.568c-.75-.665-1.37-1.217-1.796-1.718C4.58 13.268 4.26 12.7 4.26 12s.319-1.268.767-1.795c.426-.5 1.047-1.053 1.796-1.718l4.014-3.568l.038-.034c.325-.289.628-.558.889-.73" 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="M9.011 3.99a.75.75 0 0 1-.04 1.06L3.757 9.893a3.147 3.147 0 0 0 .101 4.703l5.09 4.333a.75.75 0 1 1-.972 1.142l-5.09-4.333a4.647 4.647 0 0 1-.15-6.944L7.951 3.95a.75.75 0 0 1 1.06.04m3.236 1.687q-.168.144-.413.363L7.862 9.57c-.801.713-1.342 1.196-1.692 1.607c-.336.396-.41.626-.41.823s.074.428.41.823c.35.411.89.894 1.692 1.606l3.972 3.531q.245.219.413.363q.004-.222.003-.55V15.43a.75.75 0 0 1 .75-.75c1.913 0 3.9.454 5.616 1.29a10.3 10.3 0 0 1 2.5 1.688c-.369-3.047-1.458-5.013-2.76-6.258C16.736 9.85 14.69 9.322 13 9.322a.75.75 0 0 1-.75-.75V6.227q0-.328-.003-.55m-.482-1.523c.257-.17.724-.416 1.247-.18c.524.234.65.747.694 1.052c.044.31.044.715.044 1.15V7.85c1.824.141 3.922.817 5.644 2.464c1.975 1.89 3.356 4.964 3.356 9.685a.75.75 0 0 1-1.414.349c-.656-1.25-1.864-2.295-3.377-3.032a11.6 11.6 0 0 0-4.209-1.112v1.62c0 .434 0 .84-.044 1.15c-.044.304-.17.817-.694 1.052s-.99-.012-1.247-.181c-.261-.173-.564-.442-.889-.73l-.038-.035l-4.014-3.568c-.75-.665-1.37-1.217-1.796-1.718C4.58 13.268 4.26 12.7 4.26 12s.319-1.268.767-1.795c.426-.5 1.047-1.053 1.796-1.718l4.014-3.568l.038-.034c.325-.289.628-.558.889-.73" clip-rule="evenodd"/></svg> </template>
CSS
.icon-forward-left {
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%22M9.011%203.99a.75.75%200%200%201-.04%201.06L3.757%209.893a3.147%203.147%200%200%200%20.101%204.703l5.09%204.333a.75.75%200%201%201-.972%201.142l-5.09-4.333a4.647%204.647%200%200%201-.15-6.944L7.951%203.95a.75.75%200%200%201%201.06.04m3.236%201.687q-.168.144-.413.363L7.862%209.57c-.801.713-1.342%201.196-1.692%201.607c-.336.396-.41.626-.41.823s.074.428.41.823c.35.411.89.894%201.692%201.606l3.972%203.531q.245.219.413.363q.004-.222.003-.55V15.43a.75.75%200%200%201%20.75-.75c1.913%200%203.9.454%205.616%201.29a10.3%2010.3%200%200%201%202.5%201.688c-.369-3.047-1.458-5.013-2.76-6.258C16.736%209.85%2014.69%209.322%2013%209.322a.75.75%200%200%201-.75-.75V6.227q0-.328-.003-.55m-.482-1.523c.257-.17.724-.416%201.247-.18c.524.234.65.747.694%201.052c.044.31.044.715.044%201.15V7.85c1.824.141%203.922.817%205.644%202.464c1.975%201.89%203.356%204.964%203.356%209.685a.75.75%200%200%201-1.414.349c-.656-1.25-1.864-2.295-3.377-3.032a11.6%2011.6%200%200%200-4.209-1.112v1.62c0%20.434%200%20.84-.044%201.15c-.044.304-.17.817-.694%201.052s-.99-.012-1.247-.181c-.261-.173-.564-.442-.889-.73l-.038-.035l-4.014-3.568c-.75-.665-1.37-1.217-1.796-1.718C4.58%2013.268%204.26%2012.7%204.26%2012s.319-1.268.767-1.795c.426-.5%201.047-1.053%201.796-1.718l4.014-3.568l.038-.034c.325-.289.628-.558.889-.73%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%22M9.011%203.99a.75.75%200%200%201-.04%201.06L3.757%209.893a3.147%203.147%200%200%200%20.101%204.703l5.09%204.333a.75.75%200%201%201-.972%201.142l-5.09-4.333a4.647%204.647%200%200%201-.15-6.944L7.951%203.95a.75.75%200%200%201%201.06.04m3.236%201.687q-.168.144-.413.363L7.862%209.57c-.801.713-1.342%201.196-1.692%201.607c-.336.396-.41.626-.41.823s.074.428.41.823c.35.411.89.894%201.692%201.606l3.972%203.531q.245.219.413.363q.004-.222.003-.55V15.43a.75.75%200%200%201%20.75-.75c1.913%200%203.9.454%205.616%201.29a10.3%2010.3%200%200%201%202.5%201.688c-.369-3.047-1.458-5.013-2.76-6.258C16.736%209.85%2014.69%209.322%2013%209.322a.75.75%200%200%201-.75-.75V6.227q0-.328-.003-.55m-.482-1.523c.257-.17.724-.416%201.247-.18c.524.234.65.747.694%201.052c.044.31.044.715.044%201.15V7.85c1.824.141%203.922.817%205.644%202.464c1.975%201.89%203.356%204.964%203.356%209.685a.75.75%200%200%201-1.414.349c-.656-1.25-1.864-2.295-3.377-3.032a11.6%2011.6%200%200%200-4.209-1.112v1.62c0%20.434%200%20.84-.044%201.15c-.044.304-.17.817-.694%201.052s-.99-.012-1.247-.181c-.261-.173-.564-.442-.889-.73l-.038-.035l-4.014-3.568c-.75-.665-1.37-1.217-1.796-1.718C4.58%2013.268%204.26%2012.7%204.26%2012s.319-1.268.767-1.795c.426-.5%201.047-1.053%201.796-1.718l4.014-3.568l.038-.034c.325-.289.628-.558.889-.73%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-left.svg?color=%231a73e8&size=48