screen lock rotation icon

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

Name
screen-lock-rotation-sharp
Set
Material Symbols
Style
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="M17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 18.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.95m1.75-3.2L4.2 9.2l7.05-7.05L13 3.9V11h7.075l1.775 1.65zM15 9V4h1V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h1v5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScreenLockRotationSharp(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 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 18.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.95m1.75-3.2L4.2 9.2l7.05-7.05L13 3.9V11h7.075l1.775 1.65zM15 9V4h1V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h1v5z"/></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 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 18.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.95m1.75-3.2L4.2 9.2l7.05-7.05L13 3.9V11h7.075l1.775 1.65zM15 9V4h1V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h1v5z"/></svg>
</template>

CSS

.icon-screen-lock-rotation-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%22M17%204h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm-4%2018.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.95m1.75-3.2L4.2%209.2l7.05-7.05L13%203.9V11h7.075l1.775%201.65zM15%209V4h1V3q0-.825.588-1.412T18%201t1.413.588T20%203v1h1v5z%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%204h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm-4%2018.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.95m1.75-3.2L4.2%209.2l7.05-7.05L13%203.9V11h7.075l1.775%201.65zM15%209V4h1V3q0-.825.588-1.412T18%201t1.413.588T20%203v1h1v5z%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-sharp.svg?color=%231a73e8&size=48