rotate cw square icon
rotate-cw-square from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rotate-cw-square
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
rotate-01rotate-02rotate-360rotate-bottom-leftrotate-bottom-rightrotate-ccwrotate-ccw-keyrotate-ccw-squarerotate-clockwiserotate-croprotate-cwrotate-left-01rotate-left-02rotate-left-03rotate-left-04rotate-left-05rotate-left-06rotate-right-01rotate-right-02rotate-right-03rotate-right-04rotate-right-05rotate-right-06rotate-square
Use the rotate cw 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="M12.5 5h-5c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C3.5 7.605 3.5 8.07 3.5 9m0 4v3c0 2.828 0 4.243.879 5.121C5.257 22 6.672 22 9.5 22h5c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V9c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.122-2.122C17.896 5 17.43 5 16.5 5"/><path d="M9.5 2s3 2.21 3 3s-3 3-3 3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRotateCwSquare(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="M12.5 5h-5c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C3.5 7.605 3.5 8.07 3.5 9m0 4v3c0 2.828 0 4.243.879 5.121C5.257 22 6.672 22 9.5 22h5c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V9c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.122-2.122C17.896 5 17.43 5 16.5 5"/><path d="M9.5 2s3 2.21 3 3s-3 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="M12.5 5h-5c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C3.5 7.605 3.5 8.07 3.5 9m0 4v3c0 2.828 0 4.243.879 5.121C5.257 22 6.672 22 9.5 22h5c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V9c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.122-2.122C17.896 5 17.43 5 16.5 5"/><path d="M9.5 2s3 2.21 3 3s-3 3-3 3"/></g></svg> </template>
CSS
.icon-rotate-cw-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%22M12.5%205h-5c-.93%200-1.395%200-1.776.102a3%203%200%200%200-2.122%202.122C3.5%207.605%203.5%208.07%203.5%209m0%204v3c0%202.828%200%204.243.879%205.121C5.257%2022%206.672%2022%209.5%2022h5c2.828%200%204.243%200%205.121-.879c.879-.878.879-2.293.879-5.121V9c0-.93%200-1.395-.102-1.776a3%203%200%200%200-2.122-2.122C17.896%205%2017.43%205%2016.5%205%22%2F%3E%3Cpath%20d%3D%22M9.5%202s3%202.21%203%203s-3%203-3%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%22M12.5%205h-5c-.93%200-1.395%200-1.776.102a3%203%200%200%200-2.122%202.122C3.5%207.605%203.5%208.07%203.5%209m0%204v3c0%202.828%200%204.243.879%205.121C5.257%2022%206.672%2022%209.5%2022h5c2.828%200%204.243%200%205.121-.879c.879-.878.879-2.293.879-5.121V9c0-.93%200-1.395-.102-1.776a3%203%200%200%200-2.122-2.122C17.896%205%2017.43%205%2016.5%205%22%2F%3E%3Cpath%20d%3D%22M9.5%202s3%202.21%203%203s-3%203-3%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-cw-square.svg?color=%231a73e8&size=48