rotate left icon
rotate-left-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- rotate-left-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
4 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the rotate left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.015 5q.126 0 .25.005h.017a6.8 6.8 0 0 1 3.131.883C19.976 6.79 21 8.295 21 10c0 1.708-1.027 3.216-2.596 4.118A6.83 6.83 0 0 1 15 15h-.5a.75.75 0 1 1 0-1.5h.5c.963 0 1.856-.235 2.588-.636C18.744 12.23 19.5 11.184 19.5 10s-.756-2.23-1.912-2.864a5.36 5.36 0 0 0-2.363-.632L15 6.5H8.061l1.72 1.72a.75.75 0 0 1-.977 1.133L8.72 9.28h-.001l-3-3l-.017-.018A.75.75 0 0 1 5.72 5.22l2.999-3l.085-.073a.75.75 0 0 1 .977 1.132L8.062 5zm5.374 15.067a.5.5 0 0 1-.25.933H4a1 1 0 0 1-1-1v-9.133a.5.5 0 0 1 .75-.433zm-3.974-.567L4.5 12.602V19.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentRotateLeft24Regular(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="M15.015 5q.126 0 .25.005h.017a6.8 6.8 0 0 1 3.131.883C19.976 6.79 21 8.295 21 10c0 1.708-1.027 3.216-2.596 4.118A6.83 6.83 0 0 1 15 15h-.5a.75.75 0 1 1 0-1.5h.5c.963 0 1.856-.235 2.588-.636C18.744 12.23 19.5 11.184 19.5 10s-.756-2.23-1.912-2.864a5.36 5.36 0 0 0-2.363-.632L15 6.5H8.061l1.72 1.72a.75.75 0 0 1-.977 1.133L8.72 9.28h-.001l-3-3l-.017-.018A.75.75 0 0 1 5.72 5.22l2.999-3l.085-.073a.75.75 0 0 1 .977 1.132L8.062 5zm5.374 15.067a.5.5 0 0 1-.25.933H4a1 1 0 0 1-1-1v-9.133a.5.5 0 0 1 .75-.433zm-3.974-.567L4.5 12.602V19.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.015 5q.126 0 .25.005h.017a6.8 6.8 0 0 1 3.131.883C19.976 6.79 21 8.295 21 10c0 1.708-1.027 3.216-2.596 4.118A6.83 6.83 0 0 1 15 15h-.5a.75.75 0 1 1 0-1.5h.5c.963 0 1.856-.235 2.588-.636C18.744 12.23 19.5 11.184 19.5 10s-.756-2.23-1.912-2.864a5.36 5.36 0 0 0-2.363-.632L15 6.5H8.061l1.72 1.72a.75.75 0 0 1-.977 1.133L8.72 9.28h-.001l-3-3l-.017-.018A.75.75 0 0 1 5.72 5.22l2.999-3l.085-.073a.75.75 0 0 1 .977 1.132L8.062 5zm5.374 15.067a.5.5 0 0 1-.25.933H4a1 1 0 0 1-1-1v-9.133a.5.5 0 0 1 .75-.433zm-3.974-.567L4.5 12.602V19.5z"/></svg> </template>
CSS
.icon-rotate-left-24-regular {
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%22M15.015%205q.126%200%20.25.005h.017a6.8%206.8%200%200%201%203.131.883C19.976%206.79%2021%208.295%2021%2010c0%201.708-1.027%203.216-2.596%204.118A6.83%206.83%200%200%201%2015%2015h-.5a.75.75%200%201%201%200-1.5h.5c.963%200%201.856-.235%202.588-.636C18.744%2012.23%2019.5%2011.184%2019.5%2010s-.756-2.23-1.912-2.864a5.36%205.36%200%200%200-2.363-.632L15%206.5H8.061l1.72%201.72a.75.75%200%200%201-.977%201.133L8.72%209.28h-.001l-3-3l-.017-.018A.75.75%200%200%201%205.72%205.22l2.999-3l.085-.073a.75.75%200%200%201%20.977%201.132L8.062%205zm5.374%2015.067a.5.5%200%200%201-.25.933H4a1%201%200%200%201-1-1v-9.133a.5.5%200%200%201%20.75-.433zm-3.974-.567L4.5%2012.602V19.5z%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%22M15.015%205q.126%200%20.25.005h.017a6.8%206.8%200%200%201%203.131.883C19.976%206.79%2021%208.295%2021%2010c0%201.708-1.027%203.216-2.596%204.118A6.83%206.83%200%200%201%2015%2015h-.5a.75.75%200%201%201%200-1.5h.5c.963%200%201.856-.235%202.588-.636C18.744%2012.23%2019.5%2011.184%2019.5%2010s-.756-2.23-1.912-2.864a5.36%205.36%200%200%200-2.363-.632L15%206.5H8.061l1.72%201.72a.75.75%200%200%201-.977%201.133L8.72%209.28h-.001l-3-3l-.017-.018A.75.75%200%200%201%205.72%205.22l2.999-3l.085-.073a.75.75%200%200%201%20.977%201.132L8.062%205zm5.374%2015.067a.5.5%200%200%201-.25.933H4a1%201%200%200%201-1-1v-9.133a.5.5%200%200%201%20.75-.433zm-3.974-.567L4.5%2012.602V19.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/rotate-left-24-regular.svg?color=%231a73e8&size=48