rotate 90 degrees ccw icon

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

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

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

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="M12.789 21q-1.078 0-2.113-.292t-1.957-.839l.72-.719q.775.425 1.625.638t1.725.212q2.925 0 4.962-2.037T19.789 13T17.75 8.037T12.789 6h-1.304l2.011 2.011l-.708.797L9.481 5.5l3.308-3.308l.707.797L11.485 5h1.304q3.333 0 5.666 2.333q2.334 2.332 2.334 5.664q0 1.667-.627 3.121t-1.713 2.543t-2.542 1.713T12.79 21m-6-3.423L2.212 13l4.577-4.577L11.366 13zm0-1.427L9.939 13l-3.15-3.15L3.639 13zm0-3.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRotate90DegreesCcwOutline(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="M12.789 21q-1.078 0-2.113-.292t-1.957-.839l.72-.719q.775.425 1.625.638t1.725.212q2.925 0 4.962-2.037T19.789 13T17.75 8.037T12.789 6h-1.304l2.011 2.011l-.708.797L9.481 5.5l3.308-3.308l.707.797L11.485 5h1.304q3.333 0 5.666 2.333q2.334 2.332 2.334 5.664q0 1.667-.627 3.121t-1.713 2.543t-2.542 1.713T12.79 21m-6-3.423L2.212 13l4.577-4.577L11.366 13zm0-1.427L9.939 13l-3.15-3.15L3.639 13zm0-3.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.789 21q-1.078 0-2.113-.292t-1.957-.839l.72-.719q.775.425 1.625.638t1.725.212q2.925 0 4.962-2.037T19.789 13T17.75 8.037T12.789 6h-1.304l2.011 2.011l-.708.797L9.481 5.5l3.308-3.308l.707.797L11.485 5h1.304q3.333 0 5.666 2.333q2.334 2.332 2.334 5.664q0 1.667-.627 3.121t-1.713 2.543t-2.542 1.713T12.79 21m-6-3.423L2.212 13l4.577-4.577L11.366 13zm0-1.427L9.939 13l-3.15-3.15L3.639 13zm0-3.15"/></svg>
</template>

CSS

.icon-rotate-90-degrees-ccw-outline {
  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%22M12.789%2021q-1.078%200-2.113-.292t-1.957-.839l.72-.719q.775.425%201.625.638t1.725.212q2.925%200%204.962-2.037T19.789%2013T17.75%208.037T12.789%206h-1.304l2.011%202.011l-.708.797L9.481%205.5l3.308-3.308l.707.797L11.485%205h1.304q3.333%200%205.666%202.333q2.334%202.332%202.334%205.664q0%201.667-.627%203.121t-1.713%202.543t-2.542%201.713T12.79%2021m-6-3.423L2.212%2013l4.577-4.577L11.366%2013zm0-1.427L9.939%2013l-3.15-3.15L3.639%2013zm0-3.15%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%22M12.789%2021q-1.078%200-2.113-.292t-1.957-.839l.72-.719q.775.425%201.625.638t1.725.212q2.925%200%204.962-2.037T19.789%2013T17.75%208.037T12.789%206h-1.304l2.011%202.011l-.708.797L9.481%205.5l3.308-3.308l.707.797L11.485%205h1.304q3.333%200%205.666%202.333q2.334%202.332%202.334%205.664q0%201.667-.627%203.121t-1.713%202.543t-2.542%201.713T12.79%2021m-6-3.423L2.212%2013l4.577-4.577L11.366%2013zm0-1.427L9.939%2013l-3.15-3.15L3.639%2013zm0-3.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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