twotone screen lock rotation icon

twotone-screen-lock-rotation from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-screen-lock-rotation
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone 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="m22.3 13.77l-2.57-2.57l-1.41 1.41l2.22 2.22l-5.66 5.66L3.56 9.17l5.66-5.66l2.1 2.1l1.41-1.41l-2.45-2.45a1.49 1.49 0 0 0-2.12 0L1.8 8.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.12M7.52 21.48A10.49 10.49 0 0 1 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03l-3.81-3.82zM15.05 10h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.5a2.5 2.5 0 0 0-5 0V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1m.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4h-3.4z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneScreenLockRotation(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="m22.3 13.77l-2.57-2.57l-1.41 1.41l2.22 2.22l-5.66 5.66L3.56 9.17l5.66-5.66l2.1 2.1l1.41-1.41l-2.45-2.45a1.49 1.49 0 0 0-2.12 0L1.8 8.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.12M7.52 21.48A10.49 10.49 0 0 1 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03l-3.81-3.82zM15.05 10h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.5a2.5 2.5 0 0 0-5 0V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1m.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4h-3.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.3 13.77l-2.57-2.57l-1.41 1.41l2.22 2.22l-5.66 5.66L3.56 9.17l5.66-5.66l2.1 2.1l1.41-1.41l-2.45-2.45a1.49 1.49 0 0 0-2.12 0L1.8 8.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.12M7.52 21.48A10.49 10.49 0 0 1 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03l-3.81-3.82zM15.05 10h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.5a2.5 2.5 0 0 0-5 0V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1m.8-6.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4h-3.4z"/></svg>
</template>

CSS

.icon-twotone-screen-lock-rotation {
  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%22m22.3%2013.77l-2.57-2.57l-1.41%201.41l2.22%202.22l-5.66%205.66L3.56%209.17l5.66-5.66l2.1%202.1l1.41-1.41l-2.45-2.45a1.49%201.49%200%200%200-2.12%200L1.8%208.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.12M7.52%2021.48A10.49%2010.49%200%200%201%201.55%2013H.05C.56%2019.16%205.71%2024%2012%2024l.66-.03l-3.81-3.82zM15.05%2010h5c.55%200%201-.45%201-1V5c0-.55-.45-1-1-1v-.5a2.5%202.5%200%200%200-5%200V4c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201m.8-6.5c0-.94.76-1.7%201.7-1.7s1.7.76%201.7%201.7V4h-3.4z%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%22m22.3%2013.77l-2.57-2.57l-1.41%201.41l2.22%202.22l-5.66%205.66L3.56%209.17l5.66-5.66l2.1%202.1l1.41-1.41l-2.45-2.45a1.49%201.49%200%200%200-2.12%200L1.8%208.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.12M7.52%2021.48A10.49%2010.49%200%200%201%201.55%2013H.05C.56%2019.16%205.71%2024%2012%2024l.66-.03l-3.81-3.82zM15.05%2010h5c.55%200%201-.45%201-1V5c0-.55-.45-1-1-1v-.5a2.5%202.5%200%200%200-5%200V4c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201m.8-6.5c0-.94.76-1.7%201.7-1.7s1.7.76%201.7%201.7V4h-3.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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