rotate 90 degrees ccw icon
rotate-90-degrees-ccw-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- rotate-90-degrees-ccw-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
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="M13 21.5q-1.079 0-2.12-.226t-1.988-.749q-.183-.092-.24-.287q-.058-.196.034-.378q.093-.183.295-.259t.384.022q.823.467 1.742.672T13 20.5q3.137 0 5.318-2.182T20.5 13t-2.194-5.318T12.975 5.5h-1.386l1.746 1.746q.14.14.14.344t-.14.344t-.335.15t-.334-.13l-2.389-2.388q-.125-.125-.18-.265T10.04 5t.055-.301t.181-.264l2.37-2.389q.14-.14.344-.14t.344.14t.15.344t-.131.344L11.589 4.5h1.386q3.558 0 6.041 2.471T21.5 13q0 3.539-2.48 6.02T13 21.5m-6.51-4.305q-.136-.053-.267-.184l-3.446-3.445q-.13-.132-.184-.268q-.052-.136-.052-.298t.052-.298t.184-.267l3.446-3.447q.13-.13.268-.183q.136-.053.298-.053t.298.053t.267.184l3.446 3.445q.13.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.446 3.446q-.131.13-.268.183q-.136.053-.298.053t-.298-.053"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRotate90DegreesCcwRounded(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 21.5q-1.079 0-2.12-.226t-1.988-.749q-.183-.092-.24-.287q-.058-.196.034-.378q.093-.183.295-.259t.384.022q.823.467 1.742.672T13 20.5q3.137 0 5.318-2.182T20.5 13t-2.194-5.318T12.975 5.5h-1.386l1.746 1.746q.14.14.14.344t-.14.344t-.335.15t-.334-.13l-2.389-2.388q-.125-.125-.18-.265T10.04 5t.055-.301t.181-.264l2.37-2.389q.14-.14.344-.14t.344.14t.15.344t-.131.344L11.589 4.5h1.386q3.558 0 6.041 2.471T21.5 13q0 3.539-2.48 6.02T13 21.5m-6.51-4.305q-.136-.053-.267-.184l-3.446-3.445q-.13-.132-.184-.268q-.052-.136-.052-.298t.052-.298t.184-.267l3.446-3.447q.13-.13.268-.183q.136-.053.298-.053t.298.053t.267.184l3.446 3.445q.13.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.446 3.446q-.131.13-.268.183q-.136.053-.298.053t-.298-.053"/></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 21.5q-1.079 0-2.12-.226t-1.988-.749q-.183-.092-.24-.287q-.058-.196.034-.378q.093-.183.295-.259t.384.022q.823.467 1.742.672T13 20.5q3.137 0 5.318-2.182T20.5 13t-2.194-5.318T12.975 5.5h-1.386l1.746 1.746q.14.14.14.344t-.14.344t-.335.15t-.334-.13l-2.389-2.388q-.125-.125-.18-.265T10.04 5t.055-.301t.181-.264l2.37-2.389q.14-.14.344-.14t.344.14t.15.344t-.131.344L11.589 4.5h1.386q3.558 0 6.041 2.471T21.5 13q0 3.539-2.48 6.02T13 21.5m-6.51-4.305q-.136-.053-.267-.184l-3.446-3.445q-.13-.132-.184-.268q-.052-.136-.052-.298t.052-.298t.184-.267l3.446-3.447q.13-.13.268-.183q.136-.053.298-.053t.298.053t.267.184l3.446 3.445q.13.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.446 3.446q-.131.13-.268.183q-.136.053-.298.053t-.298-.053"/></svg> </template>
CSS
.icon-rotate-90-degrees-ccw-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%2021.5q-1.079%200-2.12-.226t-1.988-.749q-.183-.092-.24-.287q-.058-.196.034-.378q.093-.183.295-.259t.384.022q.823.467%201.742.672T13%2020.5q3.137%200%205.318-2.182T20.5%2013t-2.194-5.318T12.975%205.5h-1.386l1.746%201.746q.14.14.14.344t-.14.344t-.335.15t-.334-.13l-2.389-2.388q-.125-.125-.18-.265T10.04%205t.055-.301t.181-.264l2.37-2.389q.14-.14.344-.14t.344.14t.15.344t-.131.344L11.589%204.5h1.386q3.558%200%206.041%202.471T21.5%2013q0%203.539-2.48%206.02T13%2021.5m-6.51-4.305q-.136-.053-.267-.184l-3.446-3.445q-.13-.132-.184-.268q-.052-.136-.052-.298t.052-.298t.184-.267l3.446-3.447q.13-.13.268-.183q.136-.053.298-.053t.298.053t.267.184l3.446%203.445q.13.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.446%203.446q-.131.13-.268.183q-.136.053-.298.053t-.298-.053%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%2021.5q-1.079%200-2.12-.226t-1.988-.749q-.183-.092-.24-.287q-.058-.196.034-.378q.093-.183.295-.259t.384.022q.823.467%201.742.672T13%2020.5q3.137%200%205.318-2.182T20.5%2013t-2.194-5.318T12.975%205.5h-1.386l1.746%201.746q.14.14.14.344t-.14.344t-.335.15t-.334-.13l-2.389-2.388q-.125-.125-.18-.265T10.04%205t.055-.301t.181-.264l2.37-2.389q.14-.14.344-.14t.344.14t.15.344t-.131.344L11.589%204.5h1.386q3.558%200%206.041%202.471T21.5%2013q0%203.539-2.48%206.02T13%2021.5m-6.51-4.305q-.136-.053-.267-.184l-3.446-3.445q-.13-.132-.184-.268q-.052-.136-.052-.298t.052-.298t.184-.267l3.446-3.447q.13-.13.268-.183q.136-.053.298-.053t.298.053t.267.184l3.446%203.445q.13.132.184.268q.053.137.053.298t-.053.298t-.184.268l-3.446%203.446q-.131.13-.268.183q-.136.053-.298.053t-.298-.053%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-rounded.svg?color=%231a73e8&size=48