rotate right 06 icon

rotate-right-06 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rotate-right-06
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the rotate right 06 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="M17.49 10.266a1.236 1.236 0 0 0 .31-1.736a1.277 1.277 0 0 0-1.762-.306l-5.526 3.814l-.923.672l.03-2.411c0-.838-.74-1.49-1.585-1.398A1.42 1.42 0 0 0 6.779 10.1l-.6 4.133c-.135.938-.203 1.407-.17 1.857a4.1 4.1 0 0 0 .653 1.93c.247.38.587.715 1.267 1.385l1.395 1.376a4.26 4.26 0 0 0 5.364.49l4.046-2.73l1.727-1.193a1.236 1.236 0 0 0 .311-1.736a1.277 1.277 0 0 0-1.762-.306m-1.52-5.04l1.381-.953a1.277 1.277 0 0 1 1.762.306c.4.564.262 1.342-.31 1.737l-1.382.953m-1.451-2.043l-3.11 2.146m4.63 2.893l1.382-.953a1.236 1.236 0 0 0 .31-1.737a1.277 1.277 0 0 0-1.761-.306m.07 2.997l-1.728 1.191m1.658-4.188l-3.109 2.146m-1.196-9.49c-.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 HugeiconsRotateRight06(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="M17.49 10.266a1.236 1.236 0 0 0 .31-1.736a1.277 1.277 0 0 0-1.762-.306l-5.526 3.814l-.923.672l.03-2.411c0-.838-.74-1.49-1.585-1.398A1.42 1.42 0 0 0 6.779 10.1l-.6 4.133c-.135.938-.203 1.407-.17 1.857a4.1 4.1 0 0 0 .653 1.93c.247.38.587.715 1.267 1.385l1.395 1.376a4.26 4.26 0 0 0 5.364.49l4.046-2.73l1.727-1.193a1.236 1.236 0 0 0 .311-1.736a1.277 1.277 0 0 0-1.762-.306m-1.52-5.04l1.381-.953a1.277 1.277 0 0 1 1.762.306c.4.564.262 1.342-.31 1.737l-1.382.953m-1.451-2.043l-3.11 2.146m4.63 2.893l1.382-.953a1.236 1.236 0 0 0 .31-1.737a1.277 1.277 0 0 0-1.761-.306m.07 2.997l-1.728 1.191m1.658-4.188l-3.109 2.146m-1.196-9.49c-.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="M17.49 10.266a1.236 1.236 0 0 0 .31-1.736a1.277 1.277 0 0 0-1.762-.306l-5.526 3.814l-.923.672l.03-2.411c0-.838-.74-1.49-1.585-1.398A1.42 1.42 0 0 0 6.779 10.1l-.6 4.133c-.135.938-.203 1.407-.17 1.857a4.1 4.1 0 0 0 .653 1.93c.247.38.587.715 1.267 1.385l1.395 1.376a4.26 4.26 0 0 0 5.364.49l4.046-2.73l1.727-1.193a1.236 1.236 0 0 0 .311-1.736a1.277 1.277 0 0 0-1.762-.306m-1.52-5.04l1.381-.953a1.277 1.277 0 0 1 1.762.306c.4.564.262 1.342-.31 1.737l-1.382.953m-1.451-2.043l-3.11 2.146m4.63 2.893l1.382-.953a1.236 1.236 0 0 0 .31-1.737a1.277 1.277 0 0 0-1.761-.306m.07 2.997l-1.728 1.191m1.658-4.188l-3.109 2.146m-1.196-9.49c-.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-06 {
  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%22M17.49%2010.266a1.236%201.236%200%200%200%20.31-1.736a1.277%201.277%200%200%200-1.762-.306l-5.526%203.814l-.923.672l.03-2.411c0-.838-.74-1.49-1.585-1.398A1.42%201.42%200%200%200%206.779%2010.1l-.6%204.133c-.135.938-.203%201.407-.17%201.857a4.1%204.1%200%200%200%20.653%201.93c.247.38.587.715%201.267%201.385l1.395%201.376a4.26%204.26%200%200%200%205.364.49l4.046-2.73l1.727-1.193a1.236%201.236%200%200%200%20.311-1.736a1.277%201.277%200%200%200-1.762-.306m-1.52-5.04l1.381-.953a1.277%201.277%200%200%201%201.762.306c.4.564.262%201.342-.31%201.737l-1.382.953m-1.451-2.043l-3.11%202.146m4.63%202.893l1.382-.953a1.236%201.236%200%200%200%20.31-1.737a1.277%201.277%200%200%200-1.761-.306m.07%202.997l-1.728%201.191m1.658-4.188l-3.109%202.146m-1.196-9.49c-.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%22M17.49%2010.266a1.236%201.236%200%200%200%20.31-1.736a1.277%201.277%200%200%200-1.762-.306l-5.526%203.814l-.923.672l.03-2.411c0-.838-.74-1.49-1.585-1.398A1.42%201.42%200%200%200%206.779%2010.1l-.6%204.133c-.135.938-.203%201.407-.17%201.857a4.1%204.1%200%200%200%20.653%201.93c.247.38.587.715%201.267%201.385l1.395%201.376a4.26%204.26%200%200%200%205.364.49l4.046-2.73l1.727-1.193a1.236%201.236%200%200%200%20.311-1.736a1.277%201.277%200%200%200-1.762-.306m-1.52-5.04l1.381-.953a1.277%201.277%200%200%201%201.762.306c.4.564.262%201.342-.31%201.737l-1.382.953m-1.451-2.043l-3.11%202.146m4.63%202.893l1.382-.953a1.236%201.236%200%200%200%20.31-1.737a1.277%201.277%200%200%200-1.761-.306m.07%202.997l-1.728%201.191m1.658-4.188l-3.109%202.146m-1.196-9.49c-.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-06.svg?color=%231a73e8&size=48