rotate 90 degrees cw icon
rotate-90-degrees-cw from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- rotate-90-degrees-cw
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rotate-90-degrees-cw-sharp
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-3.75 2.625-6.375T11 4h.15L9.6 2.45L11 1l4 4l-4 4l-1.4-1.45L11.15 6H11Q8.075 6 6.038 8.038T4 13t2.038 4.963T11 20q.875 0 1.725-.213t1.625-.637l1.45 1.45q-1.075.7-2.3 1.05T11 22m6-3l-6-6l6-6l6 6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRotate90DegreesCw(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 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-3.75 2.625-6.375T11 4h.15L9.6 2.45L11 1l4 4l-4 4l-1.4-1.45L11.15 6H11Q8.075 6 6.038 8.038T4 13t2.038 4.963T11 20q.875 0 1.725-.213t1.625-.637l1.45 1.45q-1.075.7-2.3 1.05T11 22m6-3l-6-6l6-6l6 6z"/></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 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-3.75 2.625-6.375T11 4h.15L9.6 2.45L11 1l4 4l-4 4l-1.4-1.45L11.15 6H11Q8.075 6 6.038 8.038T4 13t2.038 4.963T11 20q.875 0 1.725-.213t1.625-.637l1.45 1.45q-1.075.7-2.3 1.05T11 22m6-3l-6-6l6-6l6 6z"/></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%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.926-2.85T2%2013q0-3.75%202.625-6.375T11%204h.15L9.6%202.45L11%201l4%204l-4%204l-1.4-1.45L11.15%206H11Q8.075%206%206.038%208.038T4%2013t2.038%204.963T11%2020q.875%200%201.725-.213t1.625-.637l1.45%201.45q-1.075.7-2.3%201.05T11%2022m6-3l-6-6l6-6l6%206z%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%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.926-2.85T2%2013q0-3.75%202.625-6.375T11%204h.15L9.6%202.45L11%201l4%204l-4%204l-1.4-1.45L11.15%206H11Q8.075%206%206.038%208.038T4%2013t2.038%204.963T11%2020q.875%200%201.725-.213t1.625-.637l1.45%201.45q-1.075.7-2.3%201.05T11%2022m6-3l-6-6l6-6l6%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rotate-90-degrees-cw.svg?color=%231a73e8&size=48