rotate right 05 icon
rotate-right-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rotate-right-05
- 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-06rotate-square
Use the rotate right 05 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="m16.716 11.06l3.71-2.581c.614-.428.76-1.276.324-1.894a1.37 1.37 0 0 0-1.901-.345l-7.42 5.163l-.58.394l.03-2.539a1.529 1.529 0 0 0-3.044-.216l-.643 4.487c-.145 1.018-.218 1.527-.182 2.016c.056.745.297 1.465.7 2.095c.265.413.63.776 1.358 1.504l1.536 1.532a4.53 4.53 0 0 0 5.695.57l3.293-2.179l.371-.258c.615-.428.76-1.276.325-1.894a1.37 1.37 0 0 0-1.902-.345l-.37.258m-1.3-5.768l-1.113.775m1.113-.775a1.37 1.37 0 0 1 1.901.345c.436.618.29 1.466-.324 1.894l-.742.516m0 0l-.37.258m.37-.258a1.37 1.37 0 0 1 1.901.345c.436.618.29 1.466-.324 1.894l-.37.258M14.636 4.965c-.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.769C3.581 4.56 3.306 5.418 2.998 5.994"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRotateRight05(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="m16.716 11.06l3.71-2.581c.614-.428.76-1.276.324-1.894a1.37 1.37 0 0 0-1.901-.345l-7.42 5.163l-.58.394l.03-2.539a1.529 1.529 0 0 0-3.044-.216l-.643 4.487c-.145 1.018-.218 1.527-.182 2.016c.056.745.297 1.465.7 2.095c.265.413.63.776 1.358 1.504l1.536 1.532a4.53 4.53 0 0 0 5.695.57l3.293-2.179l.371-.258c.615-.428.76-1.276.325-1.894a1.37 1.37 0 0 0-1.902-.345l-.37.258m-1.3-5.768l-1.113.775m1.113-.775a1.37 1.37 0 0 1 1.901.345c.436.618.29 1.466-.324 1.894l-.742.516m0 0l-.37.258m.37-.258a1.37 1.37 0 0 1 1.901.345c.436.618.29 1.466-.324 1.894l-.37.258M14.636 4.965c-.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.769C3.581 4.56 3.306 5.418 2.998 5.994"/></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="m16.716 11.06l3.71-2.581c.614-.428.76-1.276.324-1.894a1.37 1.37 0 0 0-1.901-.345l-7.42 5.163l-.58.394l.03-2.539a1.529 1.529 0 0 0-3.044-.216l-.643 4.487c-.145 1.018-.218 1.527-.182 2.016c.056.745.297 1.465.7 2.095c.265.413.63.776 1.358 1.504l1.536 1.532a4.53 4.53 0 0 0 5.695.57l3.293-2.179l.371-.258c.615-.428.76-1.276.325-1.894a1.37 1.37 0 0 0-1.902-.345l-.37.258m-1.3-5.768l-1.113.775m1.113-.775a1.37 1.37 0 0 1 1.901.345c.436.618.29 1.466-.324 1.894l-.742.516m0 0l-.37.258m.37-.258a1.37 1.37 0 0 1 1.901.345c.436.618.29 1.466-.324 1.894l-.37.258M14.636 4.965c-.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.769C3.581 4.56 3.306 5.418 2.998 5.994"/></svg> </template>
CSS
.icon-rotate-right-05 {
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%22m16.716%2011.06l3.71-2.581c.614-.428.76-1.276.324-1.894a1.37%201.37%200%200%200-1.901-.345l-7.42%205.163l-.58.394l.03-2.539a1.529%201.529%200%200%200-3.044-.216l-.643%204.487c-.145%201.018-.218%201.527-.182%202.016c.056.745.297%201.465.7%202.095c.265.413.63.776%201.358%201.504l1.536%201.532a4.53%204.53%200%200%200%205.695.57l3.293-2.179l.371-.258c.615-.428.76-1.276.325-1.894a1.37%201.37%200%200%200-1.902-.345l-.37.258m-1.3-5.768l-1.113.775m1.113-.775a1.37%201.37%200%200%201%201.901.345c.436.618.29%201.466-.324%201.894l-.742.516m0%200l-.37.258m.37-.258a1.37%201.37%200%200%201%201.901.345c.436.618.29%201.466-.324%201.894l-.37.258M14.636%204.965c-.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.769C3.581%204.56%203.306%205.418%202.998%205.994%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%22m16.716%2011.06l3.71-2.581c.614-.428.76-1.276.324-1.894a1.37%201.37%200%200%200-1.901-.345l-7.42%205.163l-.58.394l.03-2.539a1.529%201.529%200%200%200-3.044-.216l-.643%204.487c-.145%201.018-.218%201.527-.182%202.016c.056.745.297%201.465.7%202.095c.265.413.63.776%201.358%201.504l1.536%201.532a4.53%204.53%200%200%200%205.695.57l3.293-2.179l.371-.258c.615-.428.76-1.276.325-1.894a1.37%201.37%200%200%200-1.902-.345l-.37.258m-1.3-5.768l-1.113.775m1.113-.775a1.37%201.37%200%200%201%201.901.345c.436.618.29%201.466-.324%201.894l-.742.516m0%200l-.37.258m.37-.258a1.37%201.37%200%200%201%201.901.345c.436.618.29%201.466-.324%201.894l-.37.258M14.636%204.965c-.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.769C3.581%204.56%203.306%205.418%202.998%205.994%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rotate-right-05.svg?color=%231a73e8&size=48