rotate 90 degrees cw icon
rotate-90-degrees-cw-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- rotate-90-degrees-cw-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rotate-90-degrees-cw-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 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.665 0-3.12-.626t-2.54-1.714t-1.713-2.54t-.626-3.118q0-3.329 2.333-5.666Q7.878 5 11.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.957.838T11.212 21m6-3.423L12.635 13l4.577-4.577L21.788 13zm0-1.427l3.15-3.15l-3.15-3.15l-3.15 3.15zm0-3.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRotate90DegreesCwOutline(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.665 0-3.12-.626t-2.54-1.714t-1.713-2.54t-.626-3.118q0-3.329 2.333-5.666Q7.878 5 11.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.957.838T11.212 21m6-3.423L12.635 13l4.577-4.577L21.788 13zm0-1.427l3.15-3.15l-3.15-3.15l-3.15 3.15zm0-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="M11.212 21q-1.665 0-3.12-.626t-2.54-1.714t-1.713-2.54t-.626-3.118q0-3.329 2.333-5.666Q7.878 5 11.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.957.838T11.212 21m6-3.423L12.635 13l4.577-4.577L21.788 13zm0-1.427l3.15-3.15l-3.15-3.15l-3.15 3.15zm0-3.15"/></svg> </template>
CSS
.icon-rotate-90-degrees-cw-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%22M11.212%2021q-1.665%200-3.12-.626t-2.54-1.714t-1.713-2.54t-.626-3.118q0-3.329%202.333-5.666Q7.878%205%2011.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.957.838T11.212%2021m6-3.423L12.635%2013l4.577-4.577L21.788%2013zm0-1.427l3.15-3.15l-3.15-3.15l-3.15%203.15zm0-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%22M11.212%2021q-1.665%200-3.12-.626t-2.54-1.714t-1.713-2.54t-.626-3.118q0-3.329%202.333-5.666Q7.878%205%2011.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.957.838T11.212%2021m6-3.423L12.635%2013l4.577-4.577L21.788%2013zm0-1.427l3.15-3.15l-3.15-3.15l-3.15%203.15zm0-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-cw-outline.svg?color=%231a73e8&size=48