rotate 90 degrees ccw icon
rotate-90-degrees-ccw from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- rotate-90-degrees-ccw
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rotate-90-degrees-ccw-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.083 0-2.116-.292q-1.032-.292-1.954-.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.327 0 5.663 2.337T20.788 13q0 1.664-.626 3.118t-1.713 2.543t-2.542 1.713t-3.118.626m-6-3.423L2.212 13l4.577-4.577L11.366 13z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRotate90DegreesCcw(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.083 0-2.116-.292q-1.032-.292-1.954-.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.327 0 5.663 2.337T20.788 13q0 1.664-.626 3.118t-1.713 2.543t-2.542 1.713t-3.118.626m-6-3.423L2.212 13l4.577-4.577L11.366 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="M12.789 21q-1.083 0-2.116-.292q-1.032-.292-1.954-.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.327 0 5.663 2.337T20.788 13q0 1.664-.626 3.118t-1.713 2.543t-2.542 1.713t-3.118.626m-6-3.423L2.212 13l4.577-4.577L11.366 13z"/></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%22M12.789%2021q-1.083%200-2.116-.292q-1.032-.292-1.954-.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.327%200%205.663%202.337T20.788%2013q0%201.664-.626%203.118t-1.713%202.543t-2.542%201.713t-3.118.626m-6-3.423L2.212%2013l4.577-4.577L11.366%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%22M12.789%2021q-1.083%200-2.116-.292q-1.032-.292-1.954-.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.327%200%205.663%202.337T20.788%2013q0%201.664-.626%203.118t-1.713%202.543t-2.542%201.713t-3.118.626m-6-3.423L2.212%2013l4.577-4.577L11.366%2013z%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.svg?color=%231a73e8&size=48