arrow rotate left icon
arrow-rotate-left from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- arrow-rotate-left
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
arrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-uparrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-down-1-9arrow-down-9-1arrow-down-a-zarrow-down-longarrow-down-short-widearrow-down-up-across-linearrow-down-up-lockarrow-down-wide-shortarrow-down-z-aarrow-leftarrow-left-longarrow-left-rotatearrow-pointerarrow-rightarrow-right-arrow-left
Use the arrow rotate left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-56.8 0-107.9 24.7-143.1 64H224c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32v54.7C174.9 97.6 243.5 64 320 64c141.4 0 256 114.6 256 256S461.4 576 320 576c-87 0-163.9-43.4-210.1-109.7c-10.1-14.5-6.6-34.4 7.9-44.6s34.4-6.6 44.6 7.9c34.8 49.8 92.4 82.3 157.6 82.3c106 0 192-86 192-192S426 128 320 128"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidArrowRotateLeft(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-56.8 0-107.9 24.7-143.1 64H224c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32v54.7C174.9 97.6 243.5 64 320 64c141.4 0 256 114.6 256 256S461.4 576 320 576c-87 0-163.9-43.4-210.1-109.7c-10.1-14.5-6.6-34.4 7.9-44.6s34.4-6.6 44.6 7.9c34.8 49.8 92.4 82.3 157.6 82.3c106 0 192-86 192-192S426 128 320 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-56.8 0-107.9 24.7-143.1 64H224c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32v54.7C174.9 97.6 243.5 64 320 64c141.4 0 256 114.6 256 256S461.4 576 320 576c-87 0-163.9-43.4-210.1-109.7c-10.1-14.5-6.6-34.4 7.9-44.6s34.4-6.6 44.6 7.9c34.8 49.8 92.4 82.3 157.6 82.3c106 0 192-86 192-192S426 128 320 128"/></svg> </template>
CSS
.icon-arrow-rotate-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20128c-56.8%200-107.9%2024.7-143.1%2064H224c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32V96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v54.7C174.9%2097.6%20243.5%2064%20320%2064c141.4%200%20256%20114.6%20256%20256S461.4%20576%20320%20576c-87%200-163.9-43.4-210.1-109.7c-10.1-14.5-6.6-34.4%207.9-44.6s34.4-6.6%2044.6%207.9c34.8%2049.8%2092.4%2082.3%20157.6%2082.3c106%200%20192-86%20192-192S426%20128%20320%20128%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20128c-56.8%200-107.9%2024.7-143.1%2064H224c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32V96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v54.7C174.9%2097.6%20243.5%2064%20320%2064c141.4%200%20256%20114.6%20256%20256S461.4%20576%20320%20576c-87%200-163.9-43.4-210.1-109.7c-10.1-14.5-6.6-34.4%207.9-44.6s34.4-6.6%2044.6%207.9c34.8%2049.8%2092.4%2082.3%20157.6%2082.3c106%200%20192-86%20192-192S426%20128%20320%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/arrow-rotate-left.svg?color=%231a73e8&size=48