rotate square icon
rotate-square from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rotate-square
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
rotate-01rotate-02rotate-360rotate-bottom-leftrotate-bottom-rightrotate-ccwrotate-ccw-keyrotate-ccw-squarerotate-clockwiserotate-croprotate-cwrotate-cw-squarerotate-left-01rotate-left-02rotate-left-03rotate-left-04rotate-left-05rotate-left-06rotate-right-01rotate-right-02rotate-right-03rotate-right-04rotate-right-05rotate-right-06
Use the rotate square 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="M8.667 3.87C9.998 2.623 10.923 2 12 2c1.497 0 2.7 1.204 5.11 3.613l1.277 1.277C20.796 9.3 22 10.503 22 12s-1.204 2.7-3.613 5.11l-1.277 1.277C14.7 20.796 13.497 22 12 22s-2.7-1.204-5.11-3.613L5.613 17.11C3.204 14.7 2 13.497 2 12c0-1.109.874-2.271 2.306-3.78c.706-.743 1.06-1.115.93-1.417S4.598 6.5 3.585 6.5H2.5"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRotateSquare(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="M8.667 3.87C9.998 2.623 10.923 2 12 2c1.497 0 2.7 1.204 5.11 3.613l1.277 1.277C20.796 9.3 22 10.503 22 12s-1.204 2.7-3.613 5.11l-1.277 1.277C14.7 20.796 13.497 22 12 22s-2.7-1.204-5.11-3.613L5.613 17.11C3.204 14.7 2 13.497 2 12c0-1.109.874-2.271 2.306-3.78c.706-.743 1.06-1.115.93-1.417S4.598 6.5 3.585 6.5H2.5"/></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="M8.667 3.87C9.998 2.623 10.923 2 12 2c1.497 0 2.7 1.204 5.11 3.613l1.277 1.277C20.796 9.3 22 10.503 22 12s-1.204 2.7-3.613 5.11l-1.277 1.277C14.7 20.796 13.497 22 12 22s-2.7-1.204-5.11-3.613L5.613 17.11C3.204 14.7 2 13.497 2 12c0-1.109.874-2.271 2.306-3.78c.706-.743 1.06-1.115.93-1.417S4.598 6.5 3.585 6.5H2.5"/></svg> </template>
CSS
.icon-rotate-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%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%22M8.667%203.87C9.998%202.623%2010.923%202%2012%202c1.497%200%202.7%201.204%205.11%203.613l1.277%201.277C20.796%209.3%2022%2010.503%2022%2012s-1.204%202.7-3.613%205.11l-1.277%201.277C14.7%2020.796%2013.497%2022%2012%2022s-2.7-1.204-5.11-3.613L5.613%2017.11C3.204%2014.7%202%2013.497%202%2012c0-1.109.874-2.271%202.306-3.78c.706-.743%201.06-1.115.93-1.417S4.598%206.5%203.585%206.5H2.5%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%22M8.667%203.87C9.998%202.623%2010.923%202%2012%202c1.497%200%202.7%201.204%205.11%203.613l1.277%201.277C20.796%209.3%2022%2010.503%2022%2012s-1.204%202.7-3.613%205.11l-1.277%201.277C14.7%2020.796%2013.497%2022%2012%2022s-2.7-1.204-5.11-3.613L5.613%2017.11C3.204%2014.7%202%2013.497%202%2012c0-1.109.874-2.271%202.306-3.78c.706-.743%201.06-1.115.93-1.417S4.598%206.5%203.585%206.5H2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rotate-square.svg?color=%231a73e8&size=48