screen lock rotation icon

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

Name
screen-lock-rotation-outline
Set
Material Symbols
Style
Outline
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="m17.95 11.65l1.4-1.4l1.1 1.1q.575.575.575 1.35t-.575 1.35L16.1 18.4q-.575.575-1.35.575T13.4 18.4l-7.85-7.85q-.575-.575-.575-1.35t.575-1.35L9.9 3.5q.575-.575 1.35-.575t1.35.575l1.1 1.1l-1.35 1.45l-1.1-1.1L7 9.2l7.75 7.75L19 12.7zM13 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.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 6.95"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScreenLockRotationOutline(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.95 11.65l1.4-1.4l1.1 1.1q.575.575.575 1.35t-.575 1.35L16.1 18.4q-.575.575-1.35.575T13.4 18.4l-7.85-7.85q-.575-.575-.575-1.35t.575-1.35L9.9 3.5q.575-.575 1.35-.575t1.35.575l1.1 1.1l-1.35 1.45l-1.1-1.1L7 9.2l7.75 7.75L19 12.7zM13 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.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 6.95"/></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.95 11.65l1.4-1.4l1.1 1.1q.575.575.575 1.35t-.575 1.35L16.1 18.4q-.575.575-1.35.575T13.4 18.4l-7.85-7.85q-.575-.575-.575-1.35t.575-1.35L9.9 3.5q.575-.575 1.35-.575t1.35.575l1.1 1.1l-1.35 1.45l-1.1-1.1L7 9.2l7.75 7.75L19 12.7zM13 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.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 6.95"/></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.95%2011.65l1.4-1.4l1.1%201.1q.575.575.575%201.35t-.575%201.35L16.1%2018.4q-.575.575-1.35.575T13.4%2018.4l-7.85-7.85q-.575-.575-.575-1.35t.575-1.35L9.9%203.5q.575-.575%201.35-.575t1.35.575l1.1%201.1l-1.35%201.45l-1.1-1.1L7%209.2l7.75%207.75L19%2012.7zM13%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.85%209q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18%201t1.413.588T20%203v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM17%204h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm-4%206.95%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.95%2011.65l1.4-1.4l1.1%201.1q.575.575.575%201.35t-.575%201.35L16.1%2018.4q-.575.575-1.35.575T13.4%2018.4l-7.85-7.85q-.575-.575-.575-1.35t.575-1.35L9.9%203.5q.575-.575%201.35-.575t1.35.575l1.1%201.1l-1.35%201.45l-1.1-1.1L7%209.2l7.75%207.75L19%2012.7zM13%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.85%209q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18%201t1.413.588T20%203v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM17%204h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm-4%206.95%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.svg?color=%231a73e8&size=48