screen lock rotation icon
screen-lock-rotation-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- screen-lock-rotation-rounded
- Set
- Material Symbols
- Style
- 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="M17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 18.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.262L9.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.95m1.75-4q-.35 0-.713-.137T13.4 18.4l-7.85-7.85q-.275-.275-.412-.638T5 9.2q0-.375.138-.725t.412-.625L10.1 3.3q.25-.25.538-.362t.612-.113t.613.113t.537.362l.025.025q.275.275.425.638t.15.762V8.15q0 1.2.825 2.025T15.85 11h3.425q.375 0 .738.138t.637.412q.25.225.375.525t.125.625q0 .3-.112.588t-.338.512l-4.6 4.6q-.275.275-.625.413t-.725.137M15.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.25z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsScreenLockRotationRounded(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="M17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 18.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.262L9.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.95m1.75-4q-.35 0-.713-.137T13.4 18.4l-7.85-7.85q-.275-.275-.412-.638T5 9.2q0-.375.138-.725t.412-.625L10.1 3.3q.25-.25.538-.362t.612-.113t.613.113t.537.362l.025.025q.275.275.425.638t.15.762V8.15q0 1.2.825 2.025T15.85 11h3.425q.375 0 .738.138t.637.412q.25.225.375.525t.125.625q0 .3-.112.588t-.338.512l-4.6 4.6q-.275.275-.625.413t-.725.137M15.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.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 4h2V3q0-.425-.288-.712T18 2t-.712.288T17 3zm-4 18.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.262L9.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.95m1.75-4q-.35 0-.713-.137T13.4 18.4l-7.85-7.85q-.275-.275-.412-.638T5 9.2q0-.375.138-.725t.412-.625L10.1 3.3q.25-.25.538-.362t.612-.113t.613.113t.537.362l.025.025q.275.275.425.638t.15.762V8.15q0 1.2.825 2.025T15.85 11h3.425q.375 0 .738.138t.637.412q.25.225.375.525t.125.625q0 .3-.112.588t-.338.512l-4.6 4.6q-.275.275-.625.413t-.725.137M15.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.25z"/></svg> </template>
CSS
.icon-screen-lock-rotation-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%22M17%204h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm-4%2018.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.262L9.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.95m1.75-4q-.35%200-.713-.137T13.4%2018.4l-7.85-7.85q-.275-.275-.412-.638T5%209.2q0-.375.138-.725t.412-.625L10.1%203.3q.25-.25.538-.362t.612-.113t.613.113t.537.362l.025.025q.275.275.425.638t.15.762V8.15q0%201.2.825%202.025T15.85%2011h3.425q.375%200%20.738.138t.637.412q.25.225.375.525t.125.625q0%20.3-.112.588t-.338.512l-4.6%204.6q-.275.275-.625.413t-.725.137M15.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.25z%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%22M17%204h2V3q0-.425-.288-.712T18%202t-.712.288T17%203zm-4%2018.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.262L9.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.95m1.75-4q-.35%200-.713-.137T13.4%2018.4l-7.85-7.85q-.275-.275-.412-.638T5%209.2q0-.375.138-.725t.412-.625L10.1%203.3q.25-.25.538-.362t.612-.113t.613.113t.537.362l.025.025q.275.275.425.638t.15.762V8.15q0%201.2.825%202.025T15.85%2011h3.425q.375%200%20.738.138t.637.412q.25.225.375.525t.125.625q0%20.3-.112.588t-.338.512l-4.6%204.6q-.275.275-.625.413t-.725.137M15.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.25z%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-rounded.svg?color=%231a73e8&size=48