rotate 90 degrees cw icon

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

Name
rotate-90-degrees-cw
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
rotate-90-degrees-cw-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 cw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.212 21q-1.664 0-3.119-.626T5.551 18.66t-1.713-2.542T3.212 13q0-3.327 2.336-5.663T11.212 5h1.304l-2.012-2.011l.708-.797L14.519 5.5l-3.307 3.308l-.708-.796L12.516 6h-1.304Q8.287 6 6.249 8.038T4.212 13t2.037 4.963T11.212 20q.875 0 1.725-.213t1.625-.637l.719.72q-.921.546-1.954.838T11.212 21m6-3.423L12.635 13l4.577-4.577L21.788 13z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRotate90DegreesCw(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="M11.212 21q-1.664 0-3.119-.626T5.551 18.66t-1.713-2.542T3.212 13q0-3.327 2.336-5.663T11.212 5h1.304l-2.012-2.011l.708-.797L14.519 5.5l-3.307 3.308l-.708-.796L12.516 6h-1.304Q8.287 6 6.249 8.038T4.212 13t2.037 4.963T11.212 20q.875 0 1.725-.213t1.625-.637l.719.72q-.921.546-1.954.838T11.212 21m6-3.423L12.635 13l4.577-4.577L21.788 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="M11.212 21q-1.664 0-3.119-.626T5.551 18.66t-1.713-2.542T3.212 13q0-3.327 2.336-5.663T11.212 5h1.304l-2.012-2.011l.708-.797L14.519 5.5l-3.307 3.308l-.708-.796L12.516 6h-1.304Q8.287 6 6.249 8.038T4.212 13t2.037 4.963T11.212 20q.875 0 1.725-.213t1.625-.637l.719.72q-.921.546-1.954.838T11.212 21m6-3.423L12.635 13l4.577-4.577L21.788 13z"/></svg>
</template>

CSS

.icon-rotate-90-degrees-cw {
  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%22M11.212%2021q-1.664%200-3.119-.626T5.551%2018.66t-1.713-2.542T3.212%2013q0-3.327%202.336-5.663T11.212%205h1.304l-2.012-2.011l.708-.797L14.519%205.5l-3.307%203.308l-.708-.796L12.516%206h-1.304Q8.287%206%206.249%208.038T4.212%2013t2.037%204.963T11.212%2020q.875%200%201.725-.213t1.625-.637l.719.72q-.921.546-1.954.838T11.212%2021m6-3.423L12.635%2013l4.577-4.577L21.788%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%22M11.212%2021q-1.664%200-3.119-.626T5.551%2018.66t-1.713-2.542T3.212%2013q0-3.327%202.336-5.663T11.212%205h1.304l-2.012-2.011l.708-.797L14.519%205.5l-3.307%203.308l-.708-.796L12.516%206h-1.304Q8.287%206%206.249%208.038T4.212%2013t2.037%204.963T11.212%2020q.875%200%201.725-.213t1.625-.637l.719.72q-.921.546-1.954.838T11.212%2021m6-3.423L12.635%2013l4.577-4.577L21.788%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-cw.svg?color=%231a73e8&size=48