rotate right 04 icon
rotate-right-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rotate-right-04
- 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-05rotate-right-06rotate-square
Use the rotate right 04 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="M18.852 11.92a1.33 1.33 0 0 1 1.793.493c.367.627.16 1.422-.463 1.776l-1.504.855m.174-3.125l1.504-.854c.623-.354.83-1.15.463-1.776a1.33 1.33 0 0 0-1.793-.494l-1.128.641m.954 2.483l-4.138 2.351m3.964.774a1.33 1.33 0 0 1 1.793.494c.367.626.16 1.421-.463 1.776l-4.639 2.635c-1.635.93-2.452 1.394-3.25 1.513c-.463.07-1.169-.04-1.696-.15a1.9 1.9 0 0 0-1.333.188l-.876.498m10.464-6.954l-3.385 1.923m2.605-7.53c.622-.355.83-1.15.462-1.776a1.33 1.33 0 0 0-1.793-.494l-6.365 3.616l.504-1.92a1.494 1.494 0 0 0-1.218-1.84a1.45 1.45 0 0 0-1.573.862l-1.863 4.688c-.356.897-1.21 1.76-2.051 2.238m13.897-5.375l-3.761 2.137m.499-6.608c-.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 HugeiconsRotateRight04(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="M18.852 11.92a1.33 1.33 0 0 1 1.793.493c.367.627.16 1.422-.463 1.776l-1.504.855m.174-3.125l1.504-.854c.623-.354.83-1.15.463-1.776a1.33 1.33 0 0 0-1.793-.494l-1.128.641m.954 2.483l-4.138 2.351m3.964.774a1.33 1.33 0 0 1 1.793.494c.367.626.16 1.421-.463 1.776l-4.639 2.635c-1.635.93-2.452 1.394-3.25 1.513c-.463.07-1.169-.04-1.696-.15a1.9 1.9 0 0 0-1.333.188l-.876.498m10.464-6.954l-3.385 1.923m2.605-7.53c.622-.355.83-1.15.462-1.776a1.33 1.33 0 0 0-1.793-.494l-6.365 3.616l.504-1.92a1.494 1.494 0 0 0-1.218-1.84a1.45 1.45 0 0 0-1.573.862l-1.863 4.688c-.356.897-1.21 1.76-2.051 2.238m13.897-5.375l-3.761 2.137m.499-6.608c-.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="M18.852 11.92a1.33 1.33 0 0 1 1.793.493c.367.627.16 1.422-.463 1.776l-1.504.855m.174-3.125l1.504-.854c.623-.354.83-1.15.463-1.776a1.33 1.33 0 0 0-1.793-.494l-1.128.641m.954 2.483l-4.138 2.351m3.964.774a1.33 1.33 0 0 1 1.793.494c.367.626.16 1.421-.463 1.776l-4.639 2.635c-1.635.93-2.452 1.394-3.25 1.513c-.463.07-1.169-.04-1.696-.15a1.9 1.9 0 0 0-1.333.188l-.876.498m10.464-6.954l-3.385 1.923m2.605-7.53c.622-.355.83-1.15.462-1.776a1.33 1.33 0 0 0-1.793-.494l-6.365 3.616l.504-1.92a1.494 1.494 0 0 0-1.218-1.84a1.45 1.45 0 0 0-1.573.862l-1.863 4.688c-.356.897-1.21 1.76-2.051 2.238m13.897-5.375l-3.761 2.137m.499-6.608c-.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-04 {
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%22M18.852%2011.92a1.33%201.33%200%200%201%201.793.493c.367.627.16%201.422-.463%201.776l-1.504.855m.174-3.125l1.504-.854c.623-.354.83-1.15.463-1.776a1.33%201.33%200%200%200-1.793-.494l-1.128.641m.954%202.483l-4.138%202.351m3.964.774a1.33%201.33%200%200%201%201.793.494c.367.626.16%201.421-.463%201.776l-4.639%202.635c-1.635.93-2.452%201.394-3.25%201.513c-.463.07-1.169-.04-1.696-.15a1.9%201.9%200%200%200-1.333.188l-.876.498m10.464-6.954l-3.385%201.923m2.605-7.53c.622-.355.83-1.15.462-1.776a1.33%201.33%200%200%200-1.793-.494l-6.365%203.616l.504-1.92a1.494%201.494%200%200%200-1.218-1.84a1.45%201.45%200%200%200-1.573.862l-1.863%204.688c-.356.897-1.21%201.76-2.051%202.238m13.897-5.375l-3.761%202.137m.499-6.608c-.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%22M18.852%2011.92a1.33%201.33%200%200%201%201.793.493c.367.627.16%201.422-.463%201.776l-1.504.855m.174-3.125l1.504-.854c.623-.354.83-1.15.463-1.776a1.33%201.33%200%200%200-1.793-.494l-1.128.641m.954%202.483l-4.138%202.351m3.964.774a1.33%201.33%200%200%201%201.793.494c.367.626.16%201.421-.463%201.776l-4.639%202.635c-1.635.93-2.452%201.394-3.25%201.513c-.463.07-1.169-.04-1.696-.15a1.9%201.9%200%200%200-1.333.188l-.876.498m10.464-6.954l-3.385%201.923m2.605-7.53c.622-.355.83-1.15.462-1.776a1.33%201.33%200%200%200-1.793-.494l-6.365%203.616l.504-1.92a1.494%201.494%200%200%200-1.218-1.84a1.45%201.45%200%200%200-1.573.862l-1.863%204.688c-.356.897-1.21%201.76-2.051%202.238m13.897-5.375l-3.761%202.137m.499-6.608c-.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-04.svg?color=%231a73e8&size=48