rotate 90 degrees ccw icon

rotate-90-degrees-ccw from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
rotate-90-degrees-ccw
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
rotate-90-degrees-ccw-sharp

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the rotate 90 degrees ccw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 22q-1.275 0-2.5-.35T8.2 20.6l1.45-1.45q.775.425 1.625.638T13 20q2.925 0 4.962-2.038T20 13t-2.037-4.962T13 6h-.15l1.55 1.55L13 9L9 5l4-4l1.4 1.45L12.85 4H13q3.75 0 6.375 2.625T22 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T13 22m-6-3l-6-6l6-6l6 6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRotate90DegreesCcw(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="M13 22q-1.275 0-2.5-.35T8.2 20.6l1.45-1.45q.775.425 1.625.638T13 20q2.925 0 4.962-2.038T20 13t-2.037-4.962T13 6h-.15l1.55 1.55L13 9L9 5l4-4l1.4 1.45L12.85 4H13q3.75 0 6.375 2.625T22 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T13 22m-6-3l-6-6l6-6l6 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 22q-1.275 0-2.5-.35T8.2 20.6l1.45-1.45q.775.425 1.625.638T13 20q2.925 0 4.962-2.038T20 13t-2.037-4.962T13 6h-.15l1.55 1.55L13 9L9 5l4-4l1.4 1.45L12.85 4H13q3.75 0 6.375 2.625T22 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T13 22m-6-3l-6-6l6-6l6 6z"/></svg>
</template>

CSS

.icon-rotate-90-degrees-ccw {
  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%22M13%2022q-1.275%200-2.5-.35T8.2%2020.6l1.45-1.45q.775.425%201.625.638T13%2020q2.925%200%204.962-2.038T20%2013t-2.037-4.962T13%206h-.15l1.55%201.55L13%209L9%205l4-4l1.4%201.45L12.85%204H13q3.75%200%206.375%202.625T22%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T13%2022m-6-3l-6-6l6-6l6%206z%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%22M13%2022q-1.275%200-2.5-.35T8.2%2020.6l1.45-1.45q.775.425%201.625.638T13%2020q2.925%200%204.962-2.038T20%2013t-2.037-4.962T13%206h-.15l1.55%201.55L13%209L9%205l4-4l1.4%201.45L12.85%204H13q3.75%200%206.375%202.625T22%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T13%2022m-6-3l-6-6l6-6l6%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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