mobile rotate lock icon
mobile-rotate-lock from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-rotate-lock
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- screen-lock-rotation
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the mobile rotate lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H18V3q0-.825.588-1.412T20 1t1.413.588T22 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM19 4h2V3q0-.425-.288-.712T20 2t-.712.288T19 3zm-7 20q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12h2q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287L7.4 19.2l1.4-1.4l5.9 5.9q-.65.15-1.337.225T12 24M9.325 10.1q.325 0 .538-.225t.212-.525q0-.325-.212-.537T9.325 8.6q-.3 0-.525.213t-.225.537q0 .3.225.525t.525.225m3.074 9.35L4.551 11.6q-.276-.275-.413-.637T4 10.25q0-.375.138-.725t.413-.626l4.34-4.347q.276-.277.64-.427t.715-.15q.376 0 .728.15t.627.426l7.848 7.843q.276.276.426.627t.15.727q0 .35-.15.714q-.15.363-.426.638l-4.34 4.35q-.276.275-.627.413t-.728.137q-.351 0-.715-.137t-.64-.413"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileRotateLock(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.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H18V3q0-.825.588-1.412T20 1t1.413.588T22 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM19 4h2V3q0-.425-.288-.712T20 2t-.712.288T19 3zm-7 20q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12h2q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287L7.4 19.2l1.4-1.4l5.9 5.9q-.65.15-1.337.225T12 24M9.325 10.1q.325 0 .538-.225t.212-.525q0-.325-.212-.537T9.325 8.6q-.3 0-.525.213t-.225.537q0 .3.225.525t.525.225m3.074 9.35L4.551 11.6q-.276-.275-.413-.637T4 10.25q0-.375.138-.725t.413-.626l4.34-4.347q.276-.277.64-.427t.715-.15q.376 0 .728.15t.627.426l7.848 7.843q.276.276.426.627t.15.727q0 .35-.15.714q-.15.363-.426.638l-4.34 4.35q-.276.275-.627.413t-.728.137q-.351 0-.715-.137t-.64-.413"/></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.85 9q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H18V3q0-.825.588-1.412T20 1t1.413.588T22 3v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM19 4h2V3q0-.425-.288-.712T20 2t-.712.288T19 3zm-7 20q-2.475 0-4.663-.937t-3.825-2.575t-2.575-3.825T0 12h2q0 1.775.6 3.4t1.663 2.925T6.8 20.538t3.225 1.287L7.4 19.2l1.4-1.4l5.9 5.9q-.65.15-1.337.225T12 24M9.325 10.1q.325 0 .538-.225t.212-.525q0-.325-.212-.537T9.325 8.6q-.3 0-.525.213t-.225.537q0 .3.225.525t.525.225m3.074 9.35L4.551 11.6q-.276-.275-.413-.637T4 10.25q0-.375.138-.725t.413-.626l4.34-4.347q.276-.277.64-.427t.715-.15q.376 0 .728.15t.627.426l7.848 7.843q.276.276.426.627t.15.727q0 .35-.15.714q-.15.363-.426.638l-4.34 4.35q-.276.275-.627.413t-.728.137q-.351 0-.715-.137t-.64-.413"/></svg> </template>
CSS
.icon-mobile-rotate-lock {
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.85%209q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H18V3q0-.825.588-1.412T20%201t1.413.588T22%203v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM19%204h2V3q0-.425-.288-.712T20%202t-.712.288T19%203zm-7%2020q-2.475%200-4.663-.937t-3.825-2.575t-2.575-3.825T0%2012h2q0%201.775.6%203.4t1.663%202.925T6.8%2020.538t3.225%201.287L7.4%2019.2l1.4-1.4l5.9%205.9q-.65.15-1.337.225T12%2024M9.325%2010.1q.325%200%20.538-.225t.212-.525q0-.325-.212-.537T9.325%208.6q-.3%200-.525.213t-.225.537q0%20.3.225.525t.525.225m3.074%209.35L4.551%2011.6q-.276-.275-.413-.637T4%2010.25q0-.375.138-.725t.413-.626l4.34-4.347q.276-.277.64-.427t.715-.15q.376%200%20.728.15t.627.426l7.848%207.843q.276.276.426.627t.15.727q0%20.35-.15.714q-.15.363-.426.638l-4.34%204.35q-.276.275-.627.413t-.728.137q-.351%200-.715-.137t-.64-.413%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.85%209q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H18V3q0-.825.588-1.412T20%201t1.413.588T22%203v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM19%204h2V3q0-.425-.288-.712T20%202t-.712.288T19%203zm-7%2020q-2.475%200-4.663-.937t-3.825-2.575t-2.575-3.825T0%2012h2q0%201.775.6%203.4t1.663%202.925T6.8%2020.538t3.225%201.287L7.4%2019.2l1.4-1.4l5.9%205.9q-.65.15-1.337.225T12%2024M9.325%2010.1q.325%200%20.538-.225t.212-.525q0-.325-.212-.537T9.325%208.6q-.3%200-.525.213t-.225.537q0%20.3.225.525t.525.225m3.074%209.35L4.551%2011.6q-.276-.275-.413-.637T4%2010.25q0-.375.138-.725t.413-.626l4.34-4.347q.276-.277.64-.427t.715-.15q.376%200%20.728.15t.627.426l7.848%207.843q.276.276.426.627t.15.727q0%20.35-.15.714q-.15.363-.426.638l-4.34%204.35q-.276.275-.627.413t-.728.137q-.351%200-.715-.137t-.64-.413%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mobile-rotate-lock.svg?color=%231a73e8&size=48