screen lock rotation icon
screen-lock-rotation-outline-sharp from Material Symbols by Google · Outline Sharp · Apache-2.0 Free for personal and commercial use.
- Name
- screen-lock-rotation-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols
The same icon in other sets
Related icons in Material Symbols
Use the screen lock 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 22.95q-2.475 0-4.663-.95t-3.812-2.575t-2.575-3.812T1 10.95h2q0 1.8.613 3.425T5.3 17.3t2.55 2.213t3.175 1.262L8.4 18.15l1.4-1.4l5.9 5.9q-.675.15-1.325.225T13 22.95M15 9V4h1V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h1v5zm2-5h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm.95 7.65l1.4-1.4l2.45 2.45l-7.05 7.05L4.2 9.2l7.05-7.05L13.7 4.6l-1.35 1.45l-1.1-1.1L7 9.2l7.75 7.75L19 12.7zm-4.95-.7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsScreenLockRotationOutlineSharp(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 22.95q-2.475 0-4.663-.95t-3.812-2.575t-2.575-3.812T1 10.95h2q0 1.8.613 3.425T5.3 17.3t2.55 2.213t3.175 1.262L8.4 18.15l1.4-1.4l5.9 5.9q-.675.15-1.325.225T13 22.95M15 9V4h1V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h1v5zm2-5h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm.95 7.65l1.4-1.4l2.45 2.45l-7.05 7.05L4.2 9.2l7.05-7.05L13.7 4.6l-1.35 1.45l-1.1-1.1L7 9.2l7.75 7.75L19 12.7zm-4.95-.7"/></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 22.95q-2.475 0-4.663-.95t-3.812-2.575t-2.575-3.812T1 10.95h2q0 1.8.613 3.425T5.3 17.3t2.55 2.213t3.175 1.262L8.4 18.15l1.4-1.4l5.9 5.9q-.675.15-1.325.225T13 22.95M15 9V4h1V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h1v5zm2-5h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm.95 7.65l1.4-1.4l2.45 2.45l-7.05 7.05L4.2 9.2l7.05-7.05L13.7 4.6l-1.35 1.45l-1.1-1.1L7 9.2l7.75 7.75L19 12.7zm-4.95-.7"/></svg> </template>
CSS
.icon-screen-lock-rotation-outline-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%2022.95q-2.475%200-4.663-.95t-3.812-2.575t-2.575-3.812T1%2010.95h2q0%201.8.613%203.425T5.3%2017.3t2.55%202.213t3.175%201.262L8.4%2018.15l1.4-1.4l5.9%205.9q-.675.15-1.325.225T13%2022.95M15%209V4h1V3q0-.825.588-1.412T18%201t1.413.588T20%203v1h1v5zm2-5h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm.95%207.65l1.4-1.4l2.45%202.45l-7.05%207.05L4.2%209.2l7.05-7.05L13.7%204.6l-1.35%201.45l-1.1-1.1L7%209.2l7.75%207.75L19%2012.7zm-4.95-.7%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%2022.95q-2.475%200-4.663-.95t-3.812-2.575t-2.575-3.812T1%2010.95h2q0%201.8.613%203.425T5.3%2017.3t2.55%202.213t3.175%201.262L8.4%2018.15l1.4-1.4l5.9%205.9q-.675.15-1.325.225T13%2022.95M15%209V4h1V3q0-.825.588-1.412T18%201t1.413.588T20%203v1h1v5zm2-5h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm.95%207.65l1.4-1.4l2.45%202.45l-7.05%207.05L4.2%209.2l7.05-7.05L13.7%204.6l-1.35%201.45l-1.1-1.1L7%209.2l7.75%207.75L19%2012.7zm-4.95-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/screen-lock-rotation-outline-sharp.svg?color=%231a73e8&size=48