screen rotation icon
screen-rotation-sharp from Material Symbols Light by Google · Sharp · Apache-2.0 Free for personal and commercial use.
- Name
- screen-rotation-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
Use the screen rotation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.962 19.396L4.566 10L10 4.566l9.396 9.395zM12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 12h1q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903l-3.452-3.452l.708-.708l5.016 5.016q-.458.073-.906.128Q12.465 23 12 23m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902l3.452 3.451l-.708.708l-5.015-5.015q.438-.093.895-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightScreenRotationSharp(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.962 19.396L4.566 10L10 4.566l9.396 9.395zM12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 12h1q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903l-3.452-3.452l.708-.708l5.016 5.016q-.458.073-.906.128Q12.465 23 12 23m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902l3.452 3.451l-.708.708l-5.015-5.015q.438-.093.895-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12z"/></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.962 19.396L4.566 10L10 4.566l9.396 9.395zM12 23q-2.263 0-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1 12h1q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903l-3.452-3.452l.708-.708l5.016 5.016q-.458.073-.906.128Q12.465 23 12 23m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944 3.76 16.2 2.943t-3.744-.902l3.452 3.451l-.708.708l-5.015-5.015q.438-.093.895-.139T12 1q2.283 0 4.278.86q1.995.861 3.498 2.364t2.364 3.498T23 12z"/></svg> </template>
CSS
.icon-screen-rotation-sharp {
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.962%2019.396L4.566%2010L10%204.566l9.396%209.395zM12%2023q-2.263%200-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1%2012h1q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903l-3.452-3.452l.708-.708l5.016%205.016q-.458.073-.906.128Q12.465%2023%2012%2023m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944%203.76%2016.2%202.943t-3.744-.902l3.452%203.451l-.708.708l-5.015-5.015q.438-.093.895-.139T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012z%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.962%2019.396L4.566%2010L10%204.566l9.396%209.395zM12%2023q-2.263%200-4.268-.86q-2.005-.861-3.508-2.364t-2.363-3.508T1%2012h1q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903l-3.452-3.452l.708-.708l5.016%205.016q-.458.073-.906.128Q12.465%2023%2012%2023m10-11q0-2.006-.744-3.784q-.745-1.78-2.028-3.118Q17.944%203.76%2016.2%202.943t-3.744-.902l3.452%203.451l-.708.708l-5.015-5.015q.438-.093.895-.139T12%201q2.283%200%204.278.86q1.995.861%203.498%202.364t2.364%203.498T23%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/screen-rotation-sharp.svg?color=%231a73e8&size=48