screen lock rotation icon

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

Name
screen-lock-rotation-outline
Set
Material Symbols Light
Style
Outline
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="m17.45 11.612l.708-.708l1.023 1.023q.46.46.46 1.139q0 .678-.46 1.138l-3.158 3.158q-.46.46-1.138.46q-.68 0-1.139-.46l-7.119-7.12q-.46-.46-.46-1.138q0-.679.46-1.138l3.158-3.158q.46-.46 1.138-.46q.679 0 1.139.46l1.1 1.1l-.697.719l-1.1-1.1q-.173-.173-.442-.173t-.442.173L7.346 8.662q-.173.172-.173.442t.173.442l7.096 7.096q.174.174.443.174t.442-.174l3.135-3.134q.173-.173.173-.442q0-.27-.174-.443zm-4.527 10.492q-2.263 0-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268h1q0 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.889 9q-.35 0-.62-.27T15 8.112V5.35q0-.35.27-.62t.619-.268h.13v-1q0-.748.51-1.259q.512-.51 1.26-.51t1.258.51t.51 1.259v1h.132q.35 0 .6.269t.25.619v2.762q0 .35-.27.619T19.65 9zm.9-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.885 6.623"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScreenLockRotationOutline(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="m17.45 11.612l.708-.708l1.023 1.023q.46.46.46 1.139q0 .678-.46 1.138l-3.158 3.158q-.46.46-1.138.46q-.68 0-1.139-.46l-7.119-7.12q-.46-.46-.46-1.138q0-.679.46-1.138l3.158-3.158q.46-.46 1.138-.46q.679 0 1.139.46l1.1 1.1l-.697.719l-1.1-1.1q-.173-.173-.442-.173t-.442.173L7.346 8.662q-.173.172-.173.442t.173.442l7.096 7.096q.174.174.443.174t.442-.174l3.135-3.134q.173-.173.173-.442q0-.27-.174-.443zm-4.527 10.492q-2.263 0-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268h1q0 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.889 9q-.35 0-.62-.27T15 8.112V5.35q0-.35.27-.62t.619-.268h.13v-1q0-.748.51-1.259q.512-.51 1.26-.51t1.258.51t.51 1.259v1h.132q.35 0 .6.269t.25.619v2.762q0 .35-.27.619T19.65 9zm.9-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.885 6.623"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.45 11.612l.708-.708l1.023 1.023q.46.46.46 1.139q0 .678-.46 1.138l-3.158 3.158q-.46.46-1.138.46q-.68 0-1.139-.46l-7.119-7.12q-.46-.46-.46-1.138q0-.679.46-1.138l3.158-3.158q.46-.46 1.138-.46q.679 0 1.139.46l1.1 1.1l-.697.719l-1.1-1.1q-.173-.173-.442-.173t-.442.173L7.346 8.662q-.173.172-.173.442t.173.442l7.096 7.096q.174.174.443.174t.442-.174l3.135-3.134q.173-.173.173-.442q0-.27-.174-.443zm-4.527 10.492q-2.263 0-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268h1q0 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.889 9q-.35 0-.62-.27T15 8.112V5.35q0-.35.27-.62t.619-.268h.13v-1q0-.748.51-1.259q.512-.51 1.26-.51t1.258.51t.51 1.259v1h.132q.35 0 .6.269t.25.619v2.762q0 .35-.27.619T19.65 9zm.9-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.885 6.623"/></svg>
</template>

CSS

.icon-screen-lock-rotation-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%22m17.45%2011.612l.708-.708l1.023%201.023q.46.46.46%201.139q0%20.678-.46%201.138l-3.158%203.158q-.46.46-1.138.46q-.68%200-1.139-.46l-7.119-7.12q-.46-.46-.46-1.138q0-.679.46-1.138l3.158-3.158q.46-.46%201.138-.46q.679%200%201.139.46l1.1%201.1l-.697.719l-1.1-1.1q-.173-.173-.442-.173t-.442.173L7.346%208.662q-.173.172-.173.442t.173.442l7.096%207.096q.174.174.443.174t.442-.174l3.135-3.134q.173-.173.173-.442q0-.27-.174-.443zm-4.527%2010.492q-2.263%200-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268h1q0%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.889%209q-.35%200-.62-.27T15%208.112V5.35q0-.35.27-.62t.619-.268h.13v-1q0-.748.51-1.259q.512-.51%201.26-.51t1.258.51t.51%201.259v1h.132q.35%200%20.6.269t.25.619v2.762q0%20.35-.27.619T19.65%209zm.9-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.885%206.623%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%22m17.45%2011.612l.708-.708l1.023%201.023q.46.46.46%201.139q0%20.678-.46%201.138l-3.158%203.158q-.46.46-1.138.46q-.68%200-1.139-.46l-7.119-7.12q-.46-.46-.46-1.138q0-.679.46-1.138l3.158-3.158q.46-.46%201.138-.46q.679%200%201.139.46l1.1%201.1l-.697.719l-1.1-1.1q-.173-.173-.442-.173t-.442.173L7.346%208.662q-.173.172-.173.442t.173.442l7.096%207.096q.174.174.443.174t.442-.174l3.135-3.134q.173-.173.173-.442q0-.27-.174-.443zm-4.527%2010.492q-2.263%200-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268h1q0%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.889%209q-.35%200-.62-.27T15%208.112V5.35q0-.35.27-.62t.619-.268h.13v-1q0-.748.51-1.259q.512-.51%201.26-.51t1.258.51t.51%201.259v1h.132q.35%200%20.6.269t.25.619v2.762q0%20.35-.27.619T19.65%209zm.9-4.538h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.885%206.623%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.svg?color=%231a73e8&size=48