round screen lock rotation icon

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

Name
round-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 round 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="m20.41 11.36l-.35-.35a.996.996 0 1 0-1.41 1.41l.35.35l-4.24 4.24l-7.78-7.78l4.24-4.24l.35.35a.996.996 0 1 0 1.41-1.41l-.35-.36c-.79-.79-2.03-.79-2.82 0L5.57 7.82c-.78.78-.78 2.05 0 2.83l7.78 7.78c.79.79 2.03.79 2.82 0l4.24-4.24c.79-.78.79-2.05 0-2.83m-9.56 6.49a.5.5 0 0 0-.85.36v1.53c-3.17-.82-5.59-3.54-5.95-6.86a.995.995 0 0 0-.99-.88c-.6 0-1.07.53-1 1.12C2.62 18.11 6.87 22 12 22c.59 0 1.17-.06 1.73-.16c.4-.07.55-.56.27-.85z"/><path fill="currentColor" d="M16 9h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.89c0-1-.68-1.92-1.66-2.08A2 2 0 0 0 16 3v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1m1-6c0-.55.45-1 1-1s1 .45 1 1v1h-2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundScreenLockRotation(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="m20.41 11.36l-.35-.35a.996.996 0 1 0-1.41 1.41l.35.35l-4.24 4.24l-7.78-7.78l4.24-4.24l.35.35a.996.996 0 1 0 1.41-1.41l-.35-.36c-.79-.79-2.03-.79-2.82 0L5.57 7.82c-.78.78-.78 2.05 0 2.83l7.78 7.78c.79.79 2.03.79 2.82 0l4.24-4.24c.79-.78.79-2.05 0-2.83m-9.56 6.49a.5.5 0 0 0-.85.36v1.53c-3.17-.82-5.59-3.54-5.95-6.86a.995.995 0 0 0-.99-.88c-.6 0-1.07.53-1 1.12C2.62 18.11 6.87 22 12 22c.59 0 1.17-.06 1.73-.16c.4-.07.55-.56.27-.85z"/><path fill="currentColor" d="M16 9h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.89c0-1-.68-1.92-1.66-2.08A2 2 0 0 0 16 3v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1m1-6c0-.55.45-1 1-1s1 .45 1 1v1h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.41 11.36l-.35-.35a.996.996 0 1 0-1.41 1.41l.35.35l-4.24 4.24l-7.78-7.78l4.24-4.24l.35.35a.996.996 0 1 0 1.41-1.41l-.35-.36c-.79-.79-2.03-.79-2.82 0L5.57 7.82c-.78.78-.78 2.05 0 2.83l7.78 7.78c.79.79 2.03.79 2.82 0l4.24-4.24c.79-.78.79-2.05 0-2.83m-9.56 6.49a.5.5 0 0 0-.85.36v1.53c-3.17-.82-5.59-3.54-5.95-6.86a.995.995 0 0 0-.99-.88c-.6 0-1.07.53-1 1.12C2.62 18.11 6.87 22 12 22c.59 0 1.17-.06 1.73-.16c.4-.07.55-.56.27-.85z"/><path fill="currentColor" d="M16 9h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1v-.89c0-1-.68-1.92-1.66-2.08A2 2 0 0 0 16 3v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1m1-6c0-.55.45-1 1-1s1 .45 1 1v1h-2z"/></svg>
</template>

CSS

.icon-round-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%22m20.41%2011.36l-.35-.35a.996.996%200%201%200-1.41%201.41l.35.35l-4.24%204.24l-7.78-7.78l4.24-4.24l.35.35a.996.996%200%201%200%201.41-1.41l-.35-.36c-.79-.79-2.03-.79-2.82%200L5.57%207.82c-.78.78-.78%202.05%200%202.83l7.78%207.78c.79.79%202.03.79%202.82%200l4.24-4.24c.79-.78.79-2.05%200-2.83m-9.56%206.49a.5.5%200%200%200-.85.36v1.53c-3.17-.82-5.59-3.54-5.95-6.86a.995.995%200%200%200-.99-.88c-.6%200-1.07.53-1%201.12C2.62%2018.11%206.87%2022%2012%2022c.59%200%201.17-.06%201.73-.16c.4-.07.55-.56.27-.85z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209h4c.55%200%201-.45%201-1V5c0-.55-.45-1-1-1v-.89c0-1-.68-1.92-1.66-2.08A2%202%200%200%200%2016%203v1c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201m1-6c0-.55.45-1%201-1s1%20.45%201%201v1h-2z%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%22m20.41%2011.36l-.35-.35a.996.996%200%201%200-1.41%201.41l.35.35l-4.24%204.24l-7.78-7.78l4.24-4.24l.35.35a.996.996%200%201%200%201.41-1.41l-.35-.36c-.79-.79-2.03-.79-2.82%200L5.57%207.82c-.78.78-.78%202.05%200%202.83l7.78%207.78c.79.79%202.03.79%202.82%200l4.24-4.24c.79-.78.79-2.05%200-2.83m-9.56%206.49a.5.5%200%200%200-.85.36v1.53c-3.17-.82-5.59-3.54-5.95-6.86a.995.995%200%200%200-.99-.88c-.6%200-1.07.53-1%201.12C2.62%2018.11%206.87%2022%2012%2022c.59%200%201.17-.06%201.73-.16c.4-.07.55-.56.27-.85z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209h4c.55%200%201-.45%201-1V5c0-.55-.45-1-1-1v-.89c0-1-.68-1.92-1.66-2.08A2%202%200%200%200%2016%203v1c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201m1-6c0-.55.45-1%201-1s1%20.45%201%201v1h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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