screen lock rotation icon

screen-lock-rotation-outline-rounded from Material Symbols by Google · Outline Rounded · Apache-2.0 Free for personal and commercial use.

Name
screen-lock-rotation-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M15.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-5.975 16.775L9.1 18.85q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25 4.25q.3.3.175.7t-.55.475q-.35.05-.688.063T13 22.95q-2.475 0-4.663-.95t-3.812-2.575t-2.575-3.812T1 10.95q0-.425.288-.712T2 9.95t.713.288t.287.712q0 1.8.613 3.425T5.3 17.3t2.55 2.213t3.175 1.262m3.725-1.825q-.35 0-.712-.137T13.4 18.4l-7.85-7.85q-.275-.275-.412-.638T5 9.2q0-.375.138-.725t.412-.625L9.9 3.5q.275-.275.638-.425t.712-.15q.375 0 .725.15t.625.425l.425.425q.275.275.288.675t-.263.7t-.7.313t-.725-.288l-.375-.375L7 9.2l7.75 7.75L19 12.7l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.4.4q.275.275.425.625t.15.725q0 .35-.15.713t-.425.637L16.1 18.4q-.275.275-.625.413t-.725.137m-1.75-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScreenLockRotationOutlineRounded(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="M15.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-5.975 16.775L9.1 18.85q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25 4.25q.3.3.175.7t-.55.475q-.35.05-.688.063T13 22.95q-2.475 0-4.663-.95t-3.812-2.575t-2.575-3.812T1 10.95q0-.425.288-.712T2 9.95t.713.288t.287.712q0 1.8.613 3.425T5.3 17.3t2.55 2.213t3.175 1.262m3.725-1.825q-.35 0-.712-.137T13.4 18.4l-7.85-7.85q-.275-.275-.412-.638T5 9.2q0-.375.138-.725t.412-.625L9.9 3.5q.275-.275.638-.425t.712-.15q.375 0 .725.15t.625.425l.425.425q.275.275.288.675t-.263.7t-.7.313t-.725-.288l-.375-.375L7 9.2l7.75 7.75L19 12.7l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.4.4q.275.275.425.625t.15.725q0 .35-.15.713t-.425.637L16.1 18.4q-.275.275-.625.413t-.725.137m-1.75-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18 1t1.413.588T20 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-5.975 16.775L9.1 18.85q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25 4.25q.3.3.175.7t-.55.475q-.35.05-.688.063T13 22.95q-2.475 0-4.663-.95t-3.812-2.575t-2.575-3.812T1 10.95q0-.425.288-.712T2 9.95t.713.288t.287.712q0 1.8.613 3.425T5.3 17.3t2.55 2.213t3.175 1.262m3.725-1.825q-.35 0-.712-.137T13.4 18.4l-7.85-7.85q-.275-.275-.412-.638T5 9.2q0-.375.138-.725t.412-.625L9.9 3.5q.275-.275.638-.425t.712-.15q.375 0 .725.15t.625.425l.425.425q.275.275.288.675t-.263.7t-.7.313t-.725-.288l-.375-.375L7 9.2l7.75 7.75L19 12.7l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.4.4q.275.275.425.625t.15.725q0 .35-.15.713t-.425.637L16.1 18.4q-.275.275-.625.413t-.725.137m-1.75-8"/></svg>
</template>

CSS

.icon-screen-lock-rotation-outline-rounded {
  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%22M15.85%209q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18%201t1.413.588T20%203v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM17%204h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm-5.975%2016.775L9.1%2018.85q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25%204.25q.3.3.175.7t-.55.475q-.35.05-.688.063T13%2022.95q-2.475%200-4.663-.95t-3.812-2.575t-2.575-3.812T1%2010.95q0-.425.288-.712T2%209.95t.713.288t.287.712q0%201.8.613%203.425T5.3%2017.3t2.55%202.213t3.175%201.262m3.725-1.825q-.35%200-.712-.137T13.4%2018.4l-7.85-7.85q-.275-.275-.412-.638T5%209.2q0-.375.138-.725t.412-.625L9.9%203.5q.275-.275.638-.425t.712-.15q.375%200%20.725.15t.625.425l.425.425q.275.275.288.675t-.263.7t-.7.313t-.725-.288l-.375-.375L7%209.2l7.75%207.75L19%2012.7l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.4.4q.275.275.425.625t.15.725q0%20.35-.15.713t-.425.637L16.1%2018.4q-.275.275-.625.413t-.725.137m-1.75-8%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%22M15.85%209q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H16V3q0-.825.588-1.412T18%201t1.413.588T20%203v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM17%204h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm-5.975%2016.775L9.1%2018.85q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.25%204.25q.3.3.175.7t-.55.475q-.35.05-.688.063T13%2022.95q-2.475%200-4.663-.95t-3.812-2.575t-2.575-3.812T1%2010.95q0-.425.288-.712T2%209.95t.713.288t.287.712q0%201.8.613%203.425T5.3%2017.3t2.55%202.213t3.175%201.262m3.725-1.825q-.35%200-.712-.137T13.4%2018.4l-7.85-7.85q-.275-.275-.412-.638T5%209.2q0-.375.138-.725t.412-.625L9.9%203.5q.275-.275.638-.425t.712-.15q.375%200%20.725.15t.625.425l.425.425q.275.275.288.675t-.263.7t-.7.313t-.725-.288l-.375-.375L7%209.2l7.75%207.75L19%2012.7l-.35-.35q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.4.4q.275.275.425.625t.15.725q0%20.35-.15.713t-.425.637L16.1%2018.4q-.275.275-.625.413t-.725.137m-1.75-8%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-outline-rounded.svg?color=%231a73e8&size=48