rotate bottom left icon

rotate-bottom-left from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rotate-bottom-left
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the rotate bottom left 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="M2 10c0 3.3 0 4.95 1.025 5.975S5.7 17 9 17s4.95 0 5.975-1.025S16 13.3 16 10s0-4.95-1.025-5.975S12.3 3 9 3S4.05 3 3.025 4.025S2 6.7 2 10m20 4.42l-1.11-1.346c-.591-.716-.887-1.074-1.254-1.074v1c0 3.771 0 5.657-1.171 6.828S15.408 21 11.636 21H11"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRotateBottomLeft(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="M2 10c0 3.3 0 4.95 1.025 5.975S5.7 17 9 17s4.95 0 5.975-1.025S16 13.3 16 10s0-4.95-1.025-5.975S12.3 3 9 3S4.05 3 3.025 4.025S2 6.7 2 10m20 4.42l-1.11-1.346c-.591-.716-.887-1.074-1.254-1.074v1c0 3.771 0 5.657-1.171 6.828S15.408 21 11.636 21H11"/></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="M2 10c0 3.3 0 4.95 1.025 5.975S5.7 17 9 17s4.95 0 5.975-1.025S16 13.3 16 10s0-4.95-1.025-5.975S12.3 3 9 3S4.05 3 3.025 4.025S2 6.7 2 10m20 4.42l-1.11-1.346c-.591-.716-.887-1.074-1.254-1.074v1c0 3.771 0 5.657-1.171 6.828S15.408 21 11.636 21H11"/></svg>
</template>

CSS

.icon-rotate-bottom-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%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%22M2%2010c0%203.3%200%204.95%201.025%205.975S5.7%2017%209%2017s4.95%200%205.975-1.025S16%2013.3%2016%2010s0-4.95-1.025-5.975S12.3%203%209%203S4.05%203%203.025%204.025S2%206.7%202%2010m20%204.42l-1.11-1.346c-.591-.716-.887-1.074-1.254-1.074v1c0%203.771%200%205.657-1.171%206.828S15.408%2021%2011.636%2021H11%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%22M2%2010c0%203.3%200%204.95%201.025%205.975S5.7%2017%209%2017s4.95%200%205.975-1.025S16%2013.3%2016%2010s0-4.95-1.025-5.975S12.3%203%209%203S4.05%203%203.025%204.025S2%206.7%202%2010m20%204.42l-1.11-1.346c-.591-.716-.887-1.074-1.254-1.074v1c0%203.771%200%205.657-1.171%206.828S15.408%2021%2011.636%2021H11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rotate-bottom-left.svg?color=%231a73e8&size=48