rotate ccw key icon

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

Name
rotate-ccw-key
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the rotate ccw key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.63 22q.694 0 1.362-.09M2.255 9a10 10 0 0 0-.263 1.172m.034 3.578q.105.585.272 1.156m1.509 3.19q.354.518.766.993m2.793 2.288q.525.296 1.093.534M3.992 2v3.132c0 .294.367.427.555.201A9.97 9.97 0 0 1 11.997 2c5.52 0 9.995 4.477 9.995 10a10 10 0 0 1-5.633 9"/><path d="M11.992 13.123V6.75m0 2.003h2m-.586 5.078c.781.782.781 2.05 0 2.832a2 2 0 0 1-2.828 0a2.005 2.005 0 0 1 0-2.832a2 2 0 0 1 2.828 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRotateCcwKey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M11.63 22q.694 0 1.362-.09M2.255 9a10 10 0 0 0-.263 1.172m.034 3.578q.105.585.272 1.156m1.509 3.19q.354.518.766.993m2.793 2.288q.525.296 1.093.534M3.992 2v3.132c0 .294.367.427.555.201A9.97 9.97 0 0 1 11.997 2c5.52 0 9.995 4.477 9.995 10a10 10 0 0 1-5.633 9"/><path d="M11.992 13.123V6.75m0 2.003h2m-.586 5.078c.781.782.781 2.05 0 2.832a2 2 0 0 1-2.828 0a2.005 2.005 0 0 1 0-2.832a2 2 0 0 1 2.828 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.63 22q.694 0 1.362-.09M2.255 9a10 10 0 0 0-.263 1.172m.034 3.578q.105.585.272 1.156m1.509 3.19q.354.518.766.993m2.793 2.288q.525.296 1.093.534M3.992 2v3.132c0 .294.367.427.555.201A9.97 9.97 0 0 1 11.997 2c5.52 0 9.995 4.477 9.995 10a10 10 0 0 1-5.633 9"/><path d="M11.992 13.123V6.75m0 2.003h2m-.586 5.078c.781.782.781 2.05 0 2.832a2 2 0 0 1-2.828 0a2.005 2.005 0 0 1 0-2.832a2 2 0 0 1 2.828 0"/></g></svg>
</template>

CSS

.icon-rotate-ccw-key {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.63%2022q.694%200%201.362-.09M2.255%209a10%2010%200%200%200-.263%201.172m.034%203.578q.105.585.272%201.156m1.509%203.19q.354.518.766.993m2.793%202.288q.525.296%201.093.534M3.992%202v3.132c0%20.294.367.427.555.201A9.97%209.97%200%200%201%2011.997%202c5.52%200%209.995%204.477%209.995%2010a10%2010%200%200%201-5.633%209%22%2F%3E%3Cpath%20d%3D%22M11.992%2013.123V6.75m0%202.003h2m-.586%205.078c.781.782.781%202.05%200%202.832a2%202%200%200%201-2.828%200a2.005%202.005%200%200%201%200-2.832a2%202%200%200%201%202.828%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.63%2022q.694%200%201.362-.09M2.255%209a10%2010%200%200%200-.263%201.172m.034%203.578q.105.585.272%201.156m1.509%203.19q.354.518.766.993m2.793%202.288q.525.296%201.093.534M3.992%202v3.132c0%20.294.367.427.555.201A9.97%209.97%200%200%201%2011.997%202c5.52%200%209.995%204.477%209.995%2010a10%2010%200%200%201-5.633%209%22%2F%3E%3Cpath%20d%3D%22M11.992%2013.123V6.75m0%202.003h2m-.586%205.078c.781.782.781%202.05%200%202.832a2%202%200%200%201-2.828%200a2.005%202.005%200%200%201%200-2.832a2%202%200%200%201%202.828%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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