outline rotate 90 degrees cw icon

outline-rotate-90-degrees-cw from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
outline-rotate-90-degrees-cw
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the outline rotate 90 degrees cw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 13a9 9 0 0 0 13.79 7.62l-1.46-1.46c-.99.53-2.13.84-3.33.84c-3.86 0-7-3.14-7-7s3.14-7 7-7h.17L9.59 7.59L11 9l4-4l-4-4l-1.42 1.41L11.17 4H11a9 9 0 0 0-9 9m9 0l6 6l6-6l-6-6zm6 3.17L13.83 13L17 9.83L20.17 13z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineRotate90DegreesCw(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 13a9 9 0 0 0 13.79 7.62l-1.46-1.46c-.99.53-2.13.84-3.33.84c-3.86 0-7-3.14-7-7s3.14-7 7-7h.17L9.59 7.59L11 9l4-4l-4-4l-1.42 1.41L11.17 4H11a9 9 0 0 0-9 9m9 0l6 6l6-6l-6-6zm6 3.17L13.83 13L17 9.83L20.17 13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 13a9 9 0 0 0 13.79 7.62l-1.46-1.46c-.99.53-2.13.84-3.33.84c-3.86 0-7-3.14-7-7s3.14-7 7-7h.17L9.59 7.59L11 9l4-4l-4-4l-1.42 1.41L11.17 4H11a9 9 0 0 0-9 9m9 0l6 6l6-6l-6-6zm6 3.17L13.83 13L17 9.83L20.17 13z"/></svg>
</template>

CSS

.icon-outline-rotate-90-degrees-cw {
  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%22currentColor%22%20d%3D%22M2%2013a9%209%200%200%200%2013.79%207.62l-1.46-1.46c-.99.53-2.13.84-3.33.84c-3.86%200-7-3.14-7-7s3.14-7%207-7h.17L9.59%207.59L11%209l4-4l-4-4l-1.42%201.41L11.17%204H11a9%209%200%200%200-9%209m9%200l6%206l6-6l-6-6zm6%203.17L13.83%2013L17%209.83L20.17%2013z%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%22currentColor%22%20d%3D%22M2%2013a9%209%200%200%200%2013.79%207.62l-1.46-1.46c-.99.53-2.13.84-3.33.84c-3.86%200-7-3.14-7-7s3.14-7%207-7h.17L9.59%207.59L11%209l4-4l-4-4l-1.42%201.41L11.17%204H11a9%209%200%200%200-9%209m9%200l6%206l6-6l-6-6zm6%203.17L13.83%2013L17%209.83L20.17%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-rotate-90-degrees-cw.svg?color=%231a73e8&size=48