screen lock rotation icon

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

Name
screen-lock-rotation-rounded
Set
Material Symbols Light
Style
Rounded
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="M16.789 4.462h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.866 17.642q-2.263 0-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268q0-.213.143-.357q.144-.143.357-.143t.357.143q.143.144.143.357q0 1.992.747 3.771t2.044 3.127t3.04 2.164t3.713.898L9.37 17.966q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l3.98 3.98q.224.224.137.489q-.086.265-.396.321q-.235.03-.447.043t-.428.013m1.961-4.288q-.311 0-.606-.119q-.295-.118-.532-.335l-7.119-7.12q-.217-.236-.336-.532q-.118-.295-.118-.606q0-.317.118-.62q.118-.301.336-.518L9.85 4.742q.23-.23.509-.333q.278-.103.564-.103t.565.103t.508.333l.14.14q.218.218.349.523t.13.628v2.079q0 1.373.95 2.323t2.324.95h2.078q.318 0 .623.128q.304.128.522.345l.134.134q.231.225.337.506t.106.568q0 .28-.103.558t-.328.503l-3.235 3.235q-.217.217-.52.335q-.301.119-.618.119M15.888 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 9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScreenLockRotationRounded(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="M16.789 4.462h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.866 17.642q-2.263 0-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268q0-.213.143-.357q.144-.143.357-.143t.357.143q.143.144.143.357q0 1.992.747 3.771t2.044 3.127t3.04 2.164t3.713.898L9.37 17.966q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l3.98 3.98q.224.224.137.489q-.086.265-.396.321q-.235.03-.447.043t-.428.013m1.961-4.288q-.311 0-.606-.119q-.295-.118-.532-.335l-7.119-7.12q-.217-.236-.336-.532q-.118-.295-.118-.606q0-.317.118-.62q.118-.301.336-.518L9.85 4.742q.23-.23.509-.333q.278-.103.564-.103t.565.103t.508.333l.14.14q.218.218.349.523t.13.628v2.079q0 1.373.95 2.323t2.324.95h2.078q.318 0 .623.128q.304.128.522.345l.134.134q.231.225.337.506t.106.568q0 .28-.103.558t-.328.503l-3.235 3.235q-.217.217-.52.335q-.301.119-.618.119M15.888 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 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.789 4.462h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.866 17.642q-2.263 0-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268q0-.213.143-.357q.144-.143.357-.143t.357.143q.143.144.143.357q0 1.992.747 3.771t2.044 3.127t3.04 2.164t3.713.898L9.37 17.966q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l3.98 3.98q.224.224.137.489q-.086.265-.396.321q-.235.03-.447.043t-.428.013m1.961-4.288q-.311 0-.606-.119q-.295-.118-.532-.335l-7.119-7.12q-.217-.236-.336-.532q-.118-.295-.118-.606q0-.317.118-.62q.118-.301.336-.518L9.85 4.742q.23-.23.509-.333q.278-.103.564-.103t.565.103t.508.333l.14.14q.218.218.349.523t.13.628v2.079q0 1.373.95 2.323t2.324.95h2.078q.318 0 .623.128q.304.128.522.345l.134.134q.231.225.337.506t.106.568q0 .28-.103.558t-.328.503l-3.235 3.235q-.217.217-.52.335q-.301.119-.618.119M15.888 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 9z"/></svg>
</template>

CSS

.icon-screen-lock-rotation-rounded {
  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%22M16.789%204.462h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.866%2017.642q-2.263%200-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268q0-.213.143-.357q.144-.143.357-.143t.357.143q.143.144.143.357q0%201.992.747%203.771t2.044%203.127t3.04%202.164t3.713.898L9.37%2017.966q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l3.98%203.98q.224.224.137.489q-.086.265-.396.321q-.235.03-.447.043t-.428.013m1.961-4.288q-.311%200-.606-.119q-.295-.118-.532-.335l-7.119-7.12q-.217-.236-.336-.532q-.118-.295-.118-.606q0-.317.118-.62q.118-.301.336-.518L9.85%204.742q.23-.23.509-.333q.278-.103.564-.103t.565.103t.508.333l.14.14q.218.218.349.523t.13.628v2.079q0%201.373.95%202.323t2.324.95h2.078q.318%200%20.623.128q.304.128.522.345l.134.134q.231.225.337.506t.106.568q0%20.28-.103.558t-.328.503l-3.235%203.235q-.217.217-.52.335q-.301.119-.618.119M15.888%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%209z%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%22M16.789%204.462h2v-1q0-.426-.288-.713t-.713-.288t-.712.288t-.288.713zm-3.866%2017.642q-2.263%200-4.268-.863q-2.005-.864-3.505-2.364t-2.363-3.505t-.864-4.268q0-.213.143-.357q.144-.143.357-.143t.357.143q.143.144.143.357q0%201.992.747%203.771t2.044%203.127t3.04%202.164t3.713.898L9.37%2017.966q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l3.98%203.98q.224.224.137.489q-.086.265-.396.321q-.235.03-.447.043t-.428.013m1.961-4.288q-.311%200-.606-.119q-.295-.118-.532-.335l-7.119-7.12q-.217-.236-.336-.532q-.118-.295-.118-.606q0-.317.118-.62q.118-.301.336-.518L9.85%204.742q.23-.23.509-.333q.278-.103.564-.103t.565.103t.508.333l.14.14q.218.218.349.523t.13.628v2.079q0%201.373.95%202.323t2.324.95h2.078q.318%200%20.623.128q.304.128.522.345l.134.134q.231.225.337.506t.106.568q0%20.28-.103.558t-.328.503l-3.235%203.235q-.217.217-.52.335q-.301.119-.618.119M15.888%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%209z%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-rounded.svg?color=%231a73e8&size=48