rotate left 01 icon
rotate-left-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rotate-left-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
rotate-01rotate-02rotate-360rotate-bottom-leftrotate-bottom-rightrotate-ccwrotate-ccw-keyrotate-ccw-squarerotate-clockwiserotate-croprotate-cwrotate-cw-squarerotate-left-02rotate-left-03rotate-left-04rotate-left-05rotate-left-06rotate-right-01rotate-right-02rotate-right-03rotate-right-04rotate-right-05rotate-right-06rotate-square
Use the rotate left 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20.007 14.566l-.648-.393a3 3 0 0 1-1.257-1.41L15.68 7.151a1.6 1.6 0 0 0-.352-.51c-.64-.614-1.747-.354-2.285.351c-.992 1.302.34 2.536.06 3.621L5.358 6.261c-1.801-.972-3.357 1.61-1.566 2.802l4.583 2.55c-.883 1.152-3.12 6.742-.253 8.447c.163.097.344.161.526.217l.349.109c.9.28 2.602.634 3.769.532c1.214-.106 1.975.542 2.913 1.082M9.362 4.964c.397.396 2.123.282 2.76.203m-2.76-.203c-.397-.395-.408-2.327-.329-2.962m.329 2.962c1.02-1.768 5.08-4.588 9.109-1.768C20.418 4.56 20.692 5.418 21 5.994"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRotateLeft01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m20.007 14.566l-.648-.393a3 3 0 0 1-1.257-1.41L15.68 7.151a1.6 1.6 0 0 0-.352-.51c-.64-.614-1.747-.354-2.285.351c-.992 1.302.34 2.536.06 3.621L5.358 6.261c-1.801-.972-3.357 1.61-1.566 2.802l4.583 2.55c-.883 1.152-3.12 6.742-.253 8.447c.163.097.344.161.526.217l.349.109c.9.28 2.602.634 3.769.532c1.214-.106 1.975.542 2.913 1.082M9.362 4.964c.397.396 2.123.282 2.76.203m-2.76-.203c-.397-.395-.408-2.327-.329-2.962m.329 2.962c1.02-1.768 5.08-4.588 9.109-1.768C20.418 4.56 20.692 5.418 21 5.994"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20.007 14.566l-.648-.393a3 3 0 0 1-1.257-1.41L15.68 7.151a1.6 1.6 0 0 0-.352-.51c-.64-.614-1.747-.354-2.285.351c-.992 1.302.34 2.536.06 3.621L5.358 6.261c-1.801-.972-3.357 1.61-1.566 2.802l4.583 2.55c-.883 1.152-3.12 6.742-.253 8.447c.163.097.344.161.526.217l.349.109c.9.28 2.602.634 3.769.532c1.214-.106 1.975.542 2.913 1.082M9.362 4.964c.397.396 2.123.282 2.76.203m-2.76-.203c-.397-.395-.408-2.327-.329-2.962m.329 2.962c1.02-1.768 5.08-4.588 9.109-1.768C20.418 4.56 20.692 5.418 21 5.994"/></svg> </template>
CSS
.icon-rotate-left-01 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m20.007%2014.566l-.648-.393a3%203%200%200%201-1.257-1.41L15.68%207.151a1.6%201.6%200%200%200-.352-.51c-.64-.614-1.747-.354-2.285.351c-.992%201.302.34%202.536.06%203.621L5.358%206.261c-1.801-.972-3.357%201.61-1.566%202.802l4.583%202.55c-.883%201.152-3.12%206.742-.253%208.447c.163.097.344.161.526.217l.349.109c.9.28%202.602.634%203.769.532c1.214-.106%201.975.542%202.913%201.082M9.362%204.964c.397.396%202.123.282%202.76.203m-2.76-.203c-.397-.395-.408-2.327-.329-2.962m.329%202.962c1.02-1.768%205.08-4.588%209.109-1.768C20.418%204.56%2020.692%205.418%2021%205.994%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m20.007%2014.566l-.648-.393a3%203%200%200%201-1.257-1.41L15.68%207.151a1.6%201.6%200%200%200-.352-.51c-.64-.614-1.747-.354-2.285.351c-.992%201.302.34%202.536.06%203.621L5.358%206.261c-1.801-.972-3.357%201.61-1.566%202.802l4.583%202.55c-.883%201.152-3.12%206.742-.253%208.447c.163.097.344.161.526.217l.349.109c.9.28%202.602.634%203.769.532c1.214-.106%201.975.542%202.913%201.082M9.362%204.964c.397.396%202.123.282%202.76.203m-2.76-.203c-.397-.395-.408-2.327-.329-2.962m.329%202.962c1.02-1.768%205.08-4.588%209.109-1.768C20.418%204.56%2020.692%205.418%2021%205.994%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rotate-left-01.svg?color=%231a73e8&size=48