rotate left 05 icon
rotate-left-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rotate-left-05
- 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-01rotate-left-02rotate-left-03rotate-left-04rotate-left-06rotate-right-01rotate-right-02rotate-right-03rotate-right-04rotate-right-05rotate-right-06rotate-square
Use the rotate left 05 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="m7.284 11.06l-3.71-2.58a1.353 1.353 0 0 1-.324-1.894a1.37 1.37 0 0 1 1.902-.345l7.418 5.163l.582.394l-.031-2.539c0-.91.792-1.618 1.699-1.517a1.53 1.53 0 0 1 1.345 1.301l.643 4.487c.145 1.018.218 1.527.182 2.016a4.5 4.5 0 0 1-.7 2.095c-.265.413-.63.776-1.358 1.504l-1.536 1.532a4.53 4.53 0 0 1-5.695.57l-3.293-2.179l-.371-.258a1.353 1.353 0 0 1-.324-1.894a1.37 1.37 0 0 1 1.9-.345l.372.258m1.299-5.768l1.113.775m-1.113-.775a1.37 1.37 0 0 0-1.901.345a1.353 1.353 0 0 0 .324 1.894l.742.516m0 0l.37.258m-.37-.258a1.37 1.37 0 0 0-1.901.345a1.353 1.353 0 0 0 .324 1.894l.37.258M9.364 4.965c.397.395 2.123.281 2.76.202m-2.76-.202c-.397-.396-.408-2.328-.329-2.963m.329 2.963c1.02-1.769 5.08-4.59 9.109-1.769c1.946 1.363 2.221 2.222 2.529 2.798"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRotateLeft05(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="m7.284 11.06l-3.71-2.58a1.353 1.353 0 0 1-.324-1.894a1.37 1.37 0 0 1 1.902-.345l7.418 5.163l.582.394l-.031-2.539c0-.91.792-1.618 1.699-1.517a1.53 1.53 0 0 1 1.345 1.301l.643 4.487c.145 1.018.218 1.527.182 2.016a4.5 4.5 0 0 1-.7 2.095c-.265.413-.63.776-1.358 1.504l-1.536 1.532a4.53 4.53 0 0 1-5.695.57l-3.293-2.179l-.371-.258a1.353 1.353 0 0 1-.324-1.894a1.37 1.37 0 0 1 1.9-.345l.372.258m1.299-5.768l1.113.775m-1.113-.775a1.37 1.37 0 0 0-1.901.345a1.353 1.353 0 0 0 .324 1.894l.742.516m0 0l.37.258m-.37-.258a1.37 1.37 0 0 0-1.901.345a1.353 1.353 0 0 0 .324 1.894l.37.258M9.364 4.965c.397.395 2.123.281 2.76.202m-2.76-.202c-.397-.396-.408-2.328-.329-2.963m.329 2.963c1.02-1.769 5.08-4.59 9.109-1.769c1.946 1.363 2.221 2.222 2.529 2.798"/></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="m7.284 11.06l-3.71-2.58a1.353 1.353 0 0 1-.324-1.894a1.37 1.37 0 0 1 1.902-.345l7.418 5.163l.582.394l-.031-2.539c0-.91.792-1.618 1.699-1.517a1.53 1.53 0 0 1 1.345 1.301l.643 4.487c.145 1.018.218 1.527.182 2.016a4.5 4.5 0 0 1-.7 2.095c-.265.413-.63.776-1.358 1.504l-1.536 1.532a4.53 4.53 0 0 1-5.695.57l-3.293-2.179l-.371-.258a1.353 1.353 0 0 1-.324-1.894a1.37 1.37 0 0 1 1.9-.345l.372.258m1.299-5.768l1.113.775m-1.113-.775a1.37 1.37 0 0 0-1.901.345a1.353 1.353 0 0 0 .324 1.894l.742.516m0 0l.37.258m-.37-.258a1.37 1.37 0 0 0-1.901.345a1.353 1.353 0 0 0 .324 1.894l.37.258M9.364 4.965c.397.395 2.123.281 2.76.202m-2.76-.202c-.397-.396-.408-2.328-.329-2.963m.329 2.963c1.02-1.769 5.08-4.59 9.109-1.769c1.946 1.363 2.221 2.222 2.529 2.798"/></svg> </template>
CSS
.icon-rotate-left-05 {
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%22m7.284%2011.06l-3.71-2.58a1.353%201.353%200%200%201-.324-1.894a1.37%201.37%200%200%201%201.902-.345l7.418%205.163l.582.394l-.031-2.539c0-.91.792-1.618%201.699-1.517a1.53%201.53%200%200%201%201.345%201.301l.643%204.487c.145%201.018.218%201.527.182%202.016a4.5%204.5%200%200%201-.7%202.095c-.265.413-.63.776-1.358%201.504l-1.536%201.532a4.53%204.53%200%200%201-5.695.57l-3.293-2.179l-.371-.258a1.353%201.353%200%200%201-.324-1.894a1.37%201.37%200%200%201%201.9-.345l.372.258m1.299-5.768l1.113.775m-1.113-.775a1.37%201.37%200%200%200-1.901.345a1.353%201.353%200%200%200%20.324%201.894l.742.516m0%200l.37.258m-.37-.258a1.37%201.37%200%200%200-1.901.345a1.353%201.353%200%200%200%20.324%201.894l.37.258M9.364%204.965c.397.395%202.123.281%202.76.202m-2.76-.202c-.397-.396-.408-2.328-.329-2.963m.329%202.963c1.02-1.769%205.08-4.59%209.109-1.769c1.946%201.363%202.221%202.222%202.529%202.798%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%22m7.284%2011.06l-3.71-2.58a1.353%201.353%200%200%201-.324-1.894a1.37%201.37%200%200%201%201.902-.345l7.418%205.163l.582.394l-.031-2.539c0-.91.792-1.618%201.699-1.517a1.53%201.53%200%200%201%201.345%201.301l.643%204.487c.145%201.018.218%201.527.182%202.016a4.5%204.5%200%200%201-.7%202.095c-.265.413-.63.776-1.358%201.504l-1.536%201.532a4.53%204.53%200%200%201-5.695.57l-3.293-2.179l-.371-.258a1.353%201.353%200%200%201-.324-1.894a1.37%201.37%200%200%201%201.9-.345l.372.258m1.299-5.768l1.113.775m-1.113-.775a1.37%201.37%200%200%200-1.901.345a1.353%201.353%200%200%200%20.324%201.894l.742.516m0%200l.37.258m-.37-.258a1.37%201.37%200%200%200-1.901.345a1.353%201.353%200%200%200%20.324%201.894l.37.258M9.364%204.965c.397.395%202.123.281%202.76.202m-2.76-.202c-.397-.396-.408-2.328-.329-2.963m.329%202.963c1.02-1.769%205.08-4.59%209.109-1.769c1.946%201.363%202.221%202.222%202.529%202.798%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rotate-left-05.svg?color=%231a73e8&size=48