rotate top left icon

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

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

Related icons in Huge Icons

Use the rotate top 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="M3 15c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22s4.95 0 5.975-1.025S17 18.3 17 15s0-4.95-1.025-5.975S13.3 8 10 8S5.05 8 4.025 9.025S3 11.7 3 15M14.42 2l-1.346 1.11C12.358 3.701 12 3.996 12 4.364h1c3.771 0 5.657 0 6.828 1.171S21 8.592 21 12.364V13"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRotateTopLeft(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="M3 15c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22s4.95 0 5.975-1.025S17 18.3 17 15s0-4.95-1.025-5.975S13.3 8 10 8S5.05 8 4.025 9.025S3 11.7 3 15M14.42 2l-1.346 1.11C12.358 3.701 12 3.996 12 4.364h1c3.771 0 5.657 0 6.828 1.171S21 8.592 21 12.364V13"/></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="M3 15c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22s4.95 0 5.975-1.025S17 18.3 17 15s0-4.95-1.025-5.975S13.3 8 10 8S5.05 8 4.025 9.025S3 11.7 3 15M14.42 2l-1.346 1.11C12.358 3.701 12 3.996 12 4.364h1c3.771 0 5.657 0 6.828 1.171S21 8.592 21 12.364V13"/></svg>
</template>

CSS

.icon-rotate-top-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%22M3%2015c0%203.3%200%204.95%201.025%205.975S6.7%2022%2010%2022s4.95%200%205.975-1.025S17%2018.3%2017%2015s0-4.95-1.025-5.975S13.3%208%2010%208S5.05%208%204.025%209.025S3%2011.7%203%2015M14.42%202l-1.346%201.11C12.358%203.701%2012%203.996%2012%204.364h1c3.771%200%205.657%200%206.828%201.171S21%208.592%2021%2012.364V13%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%22M3%2015c0%203.3%200%204.95%201.025%205.975S6.7%2022%2010%2022s4.95%200%205.975-1.025S17%2018.3%2017%2015s0-4.95-1.025-5.975S13.3%208%2010%208S5.05%208%204.025%209.025S3%2011.7%203%2015M14.42%202l-1.346%201.11C12.358%203.701%2012%203.996%2012%204.364h1c3.771%200%205.657%200%206.828%201.171S21%208.592%2021%2012.364V13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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