rotate right 02 icon
rotate-right-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rotate-right-02
- 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-03rotate-right-04rotate-right-05rotate-right-06rotate-square
Use the rotate right 02 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="m10.36 8.727l-.497 2.623l8.115-4.629a1.693 1.693 0 0 1 2.297.608a1.65 1.65 0 0 1-.615 2.27l-4.37 2.493l1.038 2.683c.686 1.724 1.03 2.585 1.017 3.337c-.02 1.242-.47 2.39-1.696 3.09c-.855.487-1.55.605-3.386.976c-1.165.236-1.748.354-2.288.312a3.87 3.87 0 0 1-2.368-1.053c-.39-.371-.687-.88-1.282-1.898l-.504-.862c-.79-1.353-1.186-2.03-1.287-2.775a4 4 0 0 1-.032-.403c-.02-.752.262-1.482.826-2.941l1.827-4.724A1.674 1.674 0 0 1 8.968 6.79a1.654 1.654 0 0 1 1.392 1.937m4.776-4.262c-.397.395-2.123.281-2.76.202m2.76-.202c.397-.396.409-2.328.329-2.963m-.329 2.963c-1.02-1.769-5.08-4.59-9.109-1.769C4.081 4.06 3.806 4.918 3.498 5.494"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRotateRight02(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="m10.36 8.727l-.497 2.623l8.115-4.629a1.693 1.693 0 0 1 2.297.608a1.65 1.65 0 0 1-.615 2.27l-4.37 2.493l1.038 2.683c.686 1.724 1.03 2.585 1.017 3.337c-.02 1.242-.47 2.39-1.696 3.09c-.855.487-1.55.605-3.386.976c-1.165.236-1.748.354-2.288.312a3.87 3.87 0 0 1-2.368-1.053c-.39-.371-.687-.88-1.282-1.898l-.504-.862c-.79-1.353-1.186-2.03-1.287-2.775a4 4 0 0 1-.032-.403c-.02-.752.262-1.482.826-2.941l1.827-4.724A1.674 1.674 0 0 1 8.968 6.79a1.654 1.654 0 0 1 1.392 1.937m4.776-4.262c-.397.395-2.123.281-2.76.202m2.76-.202c.397-.396.409-2.328.329-2.963m-.329 2.963c-1.02-1.769-5.08-4.59-9.109-1.769C4.081 4.06 3.806 4.918 3.498 5.494"/></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="m10.36 8.727l-.497 2.623l8.115-4.629a1.693 1.693 0 0 1 2.297.608a1.65 1.65 0 0 1-.615 2.27l-4.37 2.493l1.038 2.683c.686 1.724 1.03 2.585 1.017 3.337c-.02 1.242-.47 2.39-1.696 3.09c-.855.487-1.55.605-3.386.976c-1.165.236-1.748.354-2.288.312a3.87 3.87 0 0 1-2.368-1.053c-.39-.371-.687-.88-1.282-1.898l-.504-.862c-.79-1.353-1.186-2.03-1.287-2.775a4 4 0 0 1-.032-.403c-.02-.752.262-1.482.826-2.941l1.827-4.724A1.674 1.674 0 0 1 8.968 6.79a1.654 1.654 0 0 1 1.392 1.937m4.776-4.262c-.397.395-2.123.281-2.76.202m2.76-.202c.397-.396.409-2.328.329-2.963m-.329 2.963c-1.02-1.769-5.08-4.59-9.109-1.769C4.081 4.06 3.806 4.918 3.498 5.494"/></svg> </template>
CSS
.icon-rotate-right-02 {
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%22m10.36%208.727l-.497%202.623l8.115-4.629a1.693%201.693%200%200%201%202.297.608a1.65%201.65%200%200%201-.615%202.27l-4.37%202.493l1.038%202.683c.686%201.724%201.03%202.585%201.017%203.337c-.02%201.242-.47%202.39-1.696%203.09c-.855.487-1.55.605-3.386.976c-1.165.236-1.748.354-2.288.312a3.87%203.87%200%200%201-2.368-1.053c-.39-.371-.687-.88-1.282-1.898l-.504-.862c-.79-1.353-1.186-2.03-1.287-2.775a4%204%200%200%201-.032-.403c-.02-.752.262-1.482.826-2.941l1.827-4.724A1.674%201.674%200%200%201%208.968%206.79a1.654%201.654%200%200%201%201.392%201.937m4.776-4.262c-.397.395-2.123.281-2.76.202m2.76-.202c.397-.396.409-2.328.329-2.963m-.329%202.963c-1.02-1.769-5.08-4.59-9.109-1.769C4.081%204.06%203.806%204.918%203.498%205.494%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%22m10.36%208.727l-.497%202.623l8.115-4.629a1.693%201.693%200%200%201%202.297.608a1.65%201.65%200%200%201-.615%202.27l-4.37%202.493l1.038%202.683c.686%201.724%201.03%202.585%201.017%203.337c-.02%201.242-.47%202.39-1.696%203.09c-.855.487-1.55.605-3.386.976c-1.165.236-1.748.354-2.288.312a3.87%203.87%200%200%201-2.368-1.053c-.39-.371-.687-.88-1.282-1.898l-.504-.862c-.79-1.353-1.186-2.03-1.287-2.775a4%204%200%200%201-.032-.403c-.02-.752.262-1.482.826-2.941l1.827-4.724A1.674%201.674%200%200%201%208.968%206.79a1.654%201.654%200%200%201%201.392%201.937m4.776-4.262c-.397.395-2.123.281-2.76.202m2.76-.202c.397-.396.409-2.328.329-2.963m-.329%202.963c-1.02-1.769-5.08-4.59-9.109-1.769C4.081%204.06%203.806%204.918%203.498%205.494%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rotate-right-02.svg?color=%231a73e8&size=48