rotate 90 degrees ccw icon

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

Name
rotate-90-degrees-ccw-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

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-.925 0-1.812-.187t-1.738-.538q-.375-.15-.5-.537t.025-.763t.525-.537t.75.012q.65.275 1.338.413T13 20q2.925 0 4.963-2.037T20 13t-2.05-4.962T12.975 6H12.8l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.7 5.7q-.125-.125-.2-.312T9.425 5t.075-.387t.2-.313l2.6-2.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9h.175q3.75 0 6.388 2.625T22 13t-2.625 6.375T13 22m-6.375-3.488Q6.45 18.45 6.3 18.3l-4.6-4.6q-.15-.15-.212-.325T1.425 13t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.213T7 7.426t.375.063t.325.212l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.15.15-.325.213T7 18.575t-.375-.062M7 16.15L10.15 13L7 9.85L3.85 13zM7 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRotate90DegreesCcwOutlineRounded(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-.925 0-1.812-.187t-1.738-.538q-.375-.15-.5-.537t.025-.763t.525-.537t.75.012q.65.275 1.338.413T13 20q2.925 0 4.963-2.037T20 13t-2.05-4.962T12.975 6H12.8l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.7 5.7q-.125-.125-.2-.312T9.425 5t.075-.387t.2-.313l2.6-2.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9h.175q3.75 0 6.388 2.625T22 13t-2.625 6.375T13 22m-6.375-3.488Q6.45 18.45 6.3 18.3l-4.6-4.6q-.15-.15-.212-.325T1.425 13t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.213T7 7.426t.375.063t.325.212l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.15.15-.325.213T7 18.575t-.375-.062M7 16.15L10.15 13L7 9.85L3.85 13zM7 13"/></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-.925 0-1.812-.187t-1.738-.538q-.375-.15-.5-.537t.025-.763t.525-.537t.75.012q.65.275 1.338.413T13 20q2.925 0 4.963-2.037T20 13t-2.05-4.962T12.975 6H12.8l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.7 5.7q-.125-.125-.2-.312T9.425 5t.075-.387t.2-.313l2.6-2.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9h.175q3.75 0 6.388 2.625T22 13t-2.625 6.375T13 22m-6.375-3.488Q6.45 18.45 6.3 18.3l-4.6-4.6q-.15-.15-.212-.325T1.425 13t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.213T7 7.426t.375.063t.325.212l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.15.15-.325.213T7 18.575t-.375-.062M7 16.15L10.15 13L7 9.85L3.85 13zM7 13"/></svg>
</template>

CSS

.icon-rotate-90-degrees-ccw-outline-rounded {
  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-.925%200-1.812-.187t-1.738-.538q-.375-.15-.5-.537t.025-.763t.525-.537t.75.012q.65.275%201.338.413T13%2020q2.925%200%204.963-2.037T20%2013t-2.05-4.962T12.975%206H12.8l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.7%205.7q-.125-.125-.2-.312T9.425%205t.075-.387t.2-.313l2.6-2.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9h.175q3.75%200%206.388%202.625T22%2013t-2.625%206.375T13%2022m-6.375-3.488Q6.45%2018.45%206.3%2018.3l-4.6-4.6q-.15-.15-.212-.325T1.425%2013t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.213T7%207.426t.375.063t.325.212l4.6%204.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6%204.6q-.15.15-.325.213T7%2018.575t-.375-.062M7%2016.15L10.15%2013L7%209.85L3.85%2013zM7%2013%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-.925%200-1.812-.187t-1.738-.538q-.375-.15-.5-.537t.025-.763t.525-.537t.75.012q.65.275%201.338.413T13%2020q2.925%200%204.963-2.037T20%2013t-2.05-4.962T12.975%206H12.8l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.7%205.7q-.125-.125-.2-.312T9.425%205t.075-.387t.2-.313l2.6-2.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9h.175q3.75%200%206.388%202.625T22%2013t-2.625%206.375T13%2022m-6.375-3.488Q6.45%2018.45%206.3%2018.3l-4.6-4.6q-.15-.15-.212-.325T1.425%2013t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.213T7%207.426t.375.063t.325.212l4.6%204.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6%204.6q-.15.15-.325.213T7%2018.575t-.375-.062M7%2016.15L10.15%2013L7%209.85L3.85%2013zM7%2013%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-outline-rounded.svg?color=%231a73e8&size=48