screen rotation lock icon

screen-rotation-lock from Material Design Icons by Pictogrammers · Filled · Lock · Apache-2.0 Free for personal and commercial use.

Name
screen-rotation-lock
Set
Material Design Icons
Style
Filled
Category
Lock
Viewbox
24×24
License
Apache 2.0
Aliases
screen-lock-rotation

More lock icons from Material Design Icons

Use the screen rotation lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.8 2.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4zM16 9h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 18.5 0A2.5 2.5 0 0 0 16 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1M8.47 20.5C5.2 18.94 2.86 15.76 2.5 12H1c.5 6.16 5.66 11 11.95 11l.66-.03l-3.81-3.82zm14.78-7.73l-2.57-2.57l-1.41 1.41l2.23 2.22l-5.67 5.67L4.5 8.17l5.67-5.67l2.1 2.11l1.41-1.41L11.23.75a1.49 1.49 0 0 0-2.12 0L2.75 7.11a1.49 1.49 0 0 0 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12"/></svg>

React

import type { SVGProps } from "react";

export function MdiScreenRotationLock(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.8 2.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4zM16 9h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 18.5 0A2.5 2.5 0 0 0 16 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1M8.47 20.5C5.2 18.94 2.86 15.76 2.5 12H1c.5 6.16 5.66 11 11.95 11l.66-.03l-3.81-3.82zm14.78-7.73l-2.57-2.57l-1.41 1.41l2.23 2.22l-5.67 5.67L4.5 8.17l5.67-5.67l2.1 2.11l1.41-1.41L11.23.75a1.49 1.49 0 0 0-2.12 0L2.75 7.11a1.49 1.49 0 0 0 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12"/></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.8 2.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4zM16 9h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1v-.5A2.5 2.5 0 0 0 18.5 0A2.5 2.5 0 0 0 16 2.5V3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1M8.47 20.5C5.2 18.94 2.86 15.76 2.5 12H1c.5 6.16 5.66 11 11.95 11l.66-.03l-3.81-3.82zm14.78-7.73l-2.57-2.57l-1.41 1.41l2.23 2.22l-5.67 5.67L4.5 8.17l5.67-5.67l2.1 2.11l1.41-1.41L11.23.75a1.49 1.49 0 0 0-2.12 0L2.75 7.11a1.49 1.49 0 0 0 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12"/></svg>
</template>

CSS

.icon-screen-rotation-lock {
  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.8%202.5c0-.94.76-1.7%201.7-1.7s1.7.76%201.7%201.7V3h-3.4zM16%209h5a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1v-.5A2.5%202.5%200%200%200%2018.5%200A2.5%202.5%200%200%200%2016%202.5V3a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201M8.47%2020.5C5.2%2018.94%202.86%2015.76%202.5%2012H1c.5%206.16%205.66%2011%2011.95%2011l.66-.03l-3.81-3.82zm14.78-7.73l-2.57-2.57l-1.41%201.41l2.23%202.22l-5.67%205.67L4.5%208.17l5.67-5.67l2.1%202.11l1.41-1.41L11.23.75a1.49%201.49%200%200%200-2.12%200L2.75%207.11a1.49%201.49%200%200%200%200%202.12l12.02%2012.02c.59.59%201.54.59%202.12%200l6.36-6.36c.59-.59.59-1.54%200-2.12%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.8%202.5c0-.94.76-1.7%201.7-1.7s1.7.76%201.7%201.7V3h-3.4zM16%209h5a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1v-.5A2.5%202.5%200%200%200%2018.5%200A2.5%202.5%200%200%200%2016%202.5V3a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201M8.47%2020.5C5.2%2018.94%202.86%2015.76%202.5%2012H1c.5%206.16%205.66%2011%2011.95%2011l.66-.03l-3.81-3.82zm14.78-7.73l-2.57-2.57l-1.41%201.41l2.23%202.22l-5.67%205.67L4.5%208.17l5.67-5.67l2.1%202.11l1.41-1.41L11.23.75a1.49%201.49%200%200%200-2.12%200L2.75%207.11a1.49%201.49%200%200%200%200%202.12l12.02%2012.02c.59.59%201.54.59%202.12%200l6.36-6.36c.59-.59.59-1.54%200-2.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/screen-rotation-lock.svg?color=%231a73e8&size=48