rotate ccw square icon

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

Name
rotate-ccw-square
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 square 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.5 5h5c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.122c.102.381.102.846.102 1.776m0 4v3c0 2.828 0 4.243-.879 5.121C18.743 22 17.328 22 14.5 22h-5c-2.828 0-4.243 0-5.121-.879C3.5 20.243 3.5 18.828 3.5 16V9c0-.93 0-1.395.102-1.776a3 3 0 0 1 2.122-2.122C6.105 5 6.57 5 7.5 5"/><path d="M14.5 2s-3 2.21-3 3s3 3 3 3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRotateCcwSquare(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.5 5h5c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.122c.102.381.102.846.102 1.776m0 4v3c0 2.828 0 4.243-.879 5.121C18.743 22 17.328 22 14.5 22h-5c-2.828 0-4.243 0-5.121-.879C3.5 20.243 3.5 18.828 3.5 16V9c0-.93 0-1.395.102-1.776a3 3 0 0 1 2.122-2.122C6.105 5 6.57 5 7.5 5"/><path d="M14.5 2s-3 2.21-3 3s3 3 3 3"/></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.5 5h5c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.122c.102.381.102.846.102 1.776m0 4v3c0 2.828 0 4.243-.879 5.121C18.743 22 17.328 22 14.5 22h-5c-2.828 0-4.243 0-5.121-.879C3.5 20.243 3.5 18.828 3.5 16V9c0-.93 0-1.395.102-1.776a3 3 0 0 1 2.122-2.122C6.105 5 6.57 5 7.5 5"/><path d="M14.5 2s-3 2.21-3 3s3 3 3 3"/></g></svg>
</template>

CSS

.icon-rotate-ccw-square {
  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.5%205h5c.93%200%201.395%200%201.776.102a3%203%200%200%201%202.122%202.122c.102.381.102.846.102%201.776m0%204v3c0%202.828%200%204.243-.879%205.121C18.743%2022%2017.328%2022%2014.5%2022h-5c-2.828%200-4.243%200-5.121-.879C3.5%2020.243%203.5%2018.828%203.5%2016V9c0-.93%200-1.395.102-1.776a3%203%200%200%201%202.122-2.122C6.105%205%206.57%205%207.5%205%22%2F%3E%3Cpath%20d%3D%22M14.5%202s-3%202.21-3%203s3%203%203%203%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.5%205h5c.93%200%201.395%200%201.776.102a3%203%200%200%201%202.122%202.122c.102.381.102.846.102%201.776m0%204v3c0%202.828%200%204.243-.879%205.121C18.743%2022%2017.328%2022%2014.5%2022h-5c-2.828%200-4.243%200-5.121-.879C3.5%2020.243%203.5%2018.828%203.5%2016V9c0-.93%200-1.395.102-1.776a3%203%200%200%201%202.122-2.122C6.105%205%206.57%205%207.5%205%22%2F%3E%3Cpath%20d%3D%22M14.5%202s-3%202.21-3%203s3%203%203%203%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-square.svg?color=%231a73e8&size=48