rotate left icon
rotate-left-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- rotate-left-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the rotate left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M37.328 14.559c1.406 1.054 2.86.633 2.86-1.22v-3.233h.07c5.086 0 8.296 3.539 8.296 8.554c0 3.117-.96 4.29-1.03 5.133c-.024.656.21 1.055.75 1.313c.726.351 1.57.023 1.968-.657c.727-1.242 1.242-3.304 1.242-5.812c0-6.703-4.476-11.227-11.203-11.227h-.094V3.965c0-1.898-1.43-2.32-2.859-1.242L30.93 7.41c-1.078.797-1.078 1.711 0 2.485ZM10.539 54.356h23.227c4.007 0 6.023-1.922 6.023-6.024v-23.18c0-4.101-2.016-6.023-6.023-6.023H10.539c-4.008 0-6.023 1.922-6.023 6.023v23.18c0 4.102 2.015 6.024 6.023 6.024"/></svg>
React
import type { SVGProps } from "react";
export function F7RotateLeftFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M37.328 14.559c1.406 1.054 2.86.633 2.86-1.22v-3.233h.07c5.086 0 8.296 3.539 8.296 8.554c0 3.117-.96 4.29-1.03 5.133c-.024.656.21 1.055.75 1.313c.726.351 1.57.023 1.968-.657c.727-1.242 1.242-3.304 1.242-5.812c0-6.703-4.476-11.227-11.203-11.227h-.094V3.965c0-1.898-1.43-2.32-2.859-1.242L30.93 7.41c-1.078.797-1.078 1.711 0 2.485ZM10.539 54.356h23.227c4.007 0 6.023-1.922 6.023-6.024v-23.18c0-4.101-2.016-6.023-6.023-6.023H10.539c-4.008 0-6.023 1.922-6.023 6.023v23.18c0 4.102 2.015 6.024 6.023 6.024"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M37.328 14.559c1.406 1.054 2.86.633 2.86-1.22v-3.233h.07c5.086 0 8.296 3.539 8.296 8.554c0 3.117-.96 4.29-1.03 5.133c-.024.656.21 1.055.75 1.313c.726.351 1.57.023 1.968-.657c.727-1.242 1.242-3.304 1.242-5.812c0-6.703-4.476-11.227-11.203-11.227h-.094V3.965c0-1.898-1.43-2.32-2.859-1.242L30.93 7.41c-1.078.797-1.078 1.711 0 2.485ZM10.539 54.356h23.227c4.007 0 6.023-1.922 6.023-6.024v-23.18c0-4.101-2.016-6.023-6.023-6.023H10.539c-4.008 0-6.023 1.922-6.023 6.023v23.18c0 4.102 2.015 6.024 6.023 6.024"/></svg> </template>
CSS
.icon-rotate-left-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M37.328%2014.559c1.406%201.054%202.86.633%202.86-1.22v-3.233h.07c5.086%200%208.296%203.539%208.296%208.554c0%203.117-.96%204.29-1.03%205.133c-.024.656.21%201.055.75%201.313c.726.351%201.57.023%201.968-.657c.727-1.242%201.242-3.304%201.242-5.812c0-6.703-4.476-11.227-11.203-11.227h-.094V3.965c0-1.898-1.43-2.32-2.859-1.242L30.93%207.41c-1.078.797-1.078%201.711%200%202.485ZM10.539%2054.356h23.227c4.007%200%206.023-1.922%206.023-6.024v-23.18c0-4.101-2.016-6.023-6.023-6.023H10.539c-4.008%200-6.023%201.922-6.023%206.023v23.18c0%204.102%202.015%206.024%206.023%206.024%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M37.328%2014.559c1.406%201.054%202.86.633%202.86-1.22v-3.233h.07c5.086%200%208.296%203.539%208.296%208.554c0%203.117-.96%204.29-1.03%205.133c-.024.656.21%201.055.75%201.313c.726.351%201.57.023%201.968-.657c.727-1.242%201.242-3.304%201.242-5.812c0-6.703-4.476-11.227-11.203-11.227h-.094V3.965c0-1.898-1.43-2.32-2.859-1.242L30.93%207.41c-1.078.797-1.078%201.711%200%202.485ZM10.539%2054.356h23.227c4.007%200%206.023-1.922%206.023-6.024v-23.18c0-4.101-2.016-6.023-6.023-6.023H10.539c-4.008%200-6.023%201.922-6.023%206.023v23.18c0%204.102%202.015%206.024%206.023%206.024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/rotate-left-fill.svg?color=%231a73e8&size=48