screen lock rotation icon

screen-lock-rotation-outline-sharp from Material Symbols Light by Google · Outline Sharp · Apache-2.0 Free for personal and commercial use.

Name
screen-lock-rotation-outline-sharp
Set
Material Symbols Light
Style
Outline 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 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="M12.923 22.104q-2.266 0-4.27-.863q-2.003-.864-3.503-2.364t-2.363-3.503t-.864-4.27h1q0 1.992.747 3.771t2.044 3.127t3.04 2.164t3.713.898l-3.451-3.452l.707-.708l5.016 5.015q-.502.093-.941.139t-.875.046M15 9V4.462h1.02v-1q0-.749.51-1.259t1.258-.51t1.259.51q.51.51.51 1.259v1h.982V9zm1.789-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm.661 7.15l.708-.708l2.161 2.161l-5.434 5.435l-9.396-9.396l5.434-5.435l2.239 2.239l-.697.719l-1.542-1.543l-4.02 4.02l7.982 7.98l4.019-4.019zm-4.546-.528"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScreenLockRotationOutlineSharp(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="M12.923 22.104q-2.266 0-4.27-.863q-2.003-.864-3.503-2.364t-2.363-3.503t-.864-4.27h1q0 1.992.747 3.771t2.044 3.127t3.04 2.164t3.713.898l-3.451-3.452l.707-.708l5.016 5.015q-.502.093-.941.139t-.875.046M15 9V4.462h1.02v-1q0-.749.51-1.259t1.258-.51t1.259.51q.51.51.51 1.259v1h.982V9zm1.789-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm.661 7.15l.708-.708l2.161 2.161l-5.434 5.435l-9.396-9.396l5.434-5.435l2.239 2.239l-.697.719l-1.542-1.543l-4.02 4.02l7.982 7.98l4.019-4.019zm-4.546-.528"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.923 22.104q-2.266 0-4.27-.863q-2.003-.864-3.503-2.364t-2.363-3.503t-.864-4.27h1q0 1.992.747 3.771t2.044 3.127t3.04 2.164t3.713.898l-3.451-3.452l.707-.708l5.016 5.015q-.502.093-.941.139t-.875.046M15 9V4.462h1.02v-1q0-.749.51-1.259t1.258-.51t1.259.51q.51.51.51 1.259v1h.982V9zm1.789-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm.661 7.15l.708-.708l2.161 2.161l-5.434 5.435l-9.396-9.396l5.434-5.435l2.239 2.239l-.697.719l-1.542-1.543l-4.02 4.02l7.982 7.98l4.019-4.019zm-4.546-.528"/></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%22M12.923%2022.104q-2.266%200-4.27-.863q-2.003-.864-3.503-2.364t-2.363-3.503t-.864-4.27h1q0%201.992.747%203.771t2.044%203.127t3.04%202.164t3.713.898l-3.451-3.452l.707-.708l5.016%205.015q-.502.093-.941.139t-.875.046M15%209V4.462h1.02v-1q0-.749.51-1.259t1.258-.51t1.259.51q.51.51.51%201.259v1h.982V9zm1.789-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm.661%207.15l.708-.708l2.161%202.161l-5.434%205.435l-9.396-9.396l5.434-5.435l2.239%202.239l-.697.719l-1.542-1.543l-4.02%204.02l7.982%207.98l4.019-4.019zm-4.546-.528%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%22M12.923%2022.104q-2.266%200-4.27-.863q-2.003-.864-3.503-2.364t-2.363-3.503t-.864-4.27h1q0%201.992.747%203.771t2.044%203.127t3.04%202.164t3.713.898l-3.451-3.452l.707-.708l5.016%205.015q-.502.093-.941.139t-.875.046M15%209V4.462h1.02v-1q0-.749.51-1.259t1.258-.51t1.259.51q.51.51.51%201.259v1h.982V9zm1.789-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm.661%207.15l.708-.708l2.161%202.161l-5.434%205.435l-9.396-9.396l5.434-5.435l2.239%202.239l-.697.719l-1.542-1.543l-4.02%204.02l7.982%207.98l4.019-4.019zm-4.546-.528%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-lock-rotation-outline-sharp.svg?color=%231a73e8&size=48