sharp screen lock rotation icon

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

Name
sharp-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 sharp 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="M7.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.82zM20.05 4v-.36c0-1.31-.94-2.5-2.24-2.63a2.5 2.5 0 0 0-2.76 2.49V4h-1v6h7V4zm-.8 0h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7zm.48 7.2l-1.41 1.41l2.22 2.22l-5.66 5.66L3.56 9.17l5.66-5.66l2.1 2.1l1.41-1.41L9.22.69L.74 9.17l14.14 14.14l8.48-8.48z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpScreenLockRotation(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="M7.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.82zM20.05 4v-.36c0-1.31-.94-2.5-2.24-2.63a2.5 2.5 0 0 0-2.76 2.49V4h-1v6h7V4zm-.8 0h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7zm.48 7.2l-1.41 1.41l2.22 2.22l-5.66 5.66L3.56 9.17l5.66-5.66l2.1 2.1l1.41-1.41L9.22.69L.74 9.17l14.14 14.14l8.48-8.48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.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.82zM20.05 4v-.36c0-1.31-.94-2.5-2.24-2.63a2.5 2.5 0 0 0-2.76 2.49V4h-1v6h7V4zm-.8 0h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7zm.48 7.2l-1.41 1.41l2.22 2.22l-5.66 5.66L3.56 9.17l5.66-5.66l2.1 2.1l1.41-1.41L9.22.69L.74 9.17l14.14 14.14l8.48-8.48z"/></svg>
</template>

CSS

.icon-sharp-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%22M7.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.82zM20.05%204v-.36c0-1.31-.94-2.5-2.24-2.63a2.5%202.5%200%200%200-2.76%202.49V4h-1v6h7V4zm-.8%200h-3.4v-.5c0-.94.76-1.7%201.7-1.7s1.7.76%201.7%201.7zm.48%207.2l-1.41%201.41l2.22%202.22l-5.66%205.66L3.56%209.17l5.66-5.66l2.1%202.1l1.41-1.41L9.22.69L.74%209.17l14.14%2014.14l8.48-8.48z%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%22M7.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.82zM20.05%204v-.36c0-1.31-.94-2.5-2.24-2.63a2.5%202.5%200%200%200-2.76%202.49V4h-1v6h7V4zm-.8%200h-3.4v-.5c0-.94.76-1.7%201.7-1.7s1.7.76%201.7%201.7zm.48%207.2l-1.41%201.41l2.22%202.22l-5.66%205.66L3.56%209.17l5.66-5.66l2.1%202.1l1.41-1.41L9.22.69L.74%209.17l14.14%2014.14l8.48-8.48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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