mobile rotate lock icon
mobile-rotate-lock-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-rotate-lock-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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.33 9.539q-.35 0-.618-.27t-.27-.619V5.889q0-.35.27-.62T17.33 5h.13V4q0-.748.511-1.259q.51-.51 1.259-.51t1.258.51T21 4v1h.13q.35 0 .6.27t.25.619V8.65q0 .35-.268.62t-.62.268zM18.23 5h2V4q0-.425-.287-.712T19.231 3t-.713.288t-.287.712zm-6.686 16.96l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12q0-.213.144-.356t.357-.144t.356.144T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903M9.418 10.139q.29 0 .483-.201t.193-.469q0-.29-.193-.484t-.488-.193q-.272 0-.469.193t-.196.489q0 .272.201.468q.2.196.469.196m3.405 8.12l-7.119-7.12q-.237-.231-.355-.537t-.118-.602q0-.316.118-.611t.355-.527L8.86 5.704q.232-.23.538-.354q.306-.125.602-.125q.317 0 .612.125t.527.354l7.119 7.118q.229.231.354.526t.125.61q0 .296-.125.603q-.125.306-.354.539l-3.156 3.158q-.232.236-.526.354q-.295.119-.611.119q-.295 0-.602-.119t-.54-.354"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileRotateLockRounded(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.33 9.539q-.35 0-.618-.27t-.27-.619V5.889q0-.35.27-.62T17.33 5h.13V4q0-.748.511-1.259q.51-.51 1.259-.51t1.258.51T21 4v1h.13q.35 0 .6.27t.25.619V8.65q0 .35-.268.62t-.62.268zM18.23 5h2V4q0-.425-.287-.712T19.231 3t-.713.288t-.287.712zm-6.686 16.96l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12q0-.213.144-.356t.357-.144t.356.144T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903M9.418 10.139q.29 0 .483-.201t.193-.469q0-.29-.193-.484t-.488-.193q-.272 0-.469.193t-.196.489q0 .272.201.468q.2.196.469.196m3.405 8.12l-7.119-7.12q-.237-.231-.355-.537t-.118-.602q0-.316.118-.611t.355-.527L8.86 5.704q.232-.23.538-.354q.306-.125.602-.125q.317 0 .612.125t.527.354l7.119 7.118q.229.231.354.526t.125.61q0 .296-.125.603q-.125.306-.354.539l-3.156 3.158q-.232.236-.526.354q-.295.119-.611.119q-.295 0-.602-.119t-.54-.354"/></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.33 9.539q-.35 0-.618-.27t-.27-.619V5.889q0-.35.27-.62T17.33 5h.13V4q0-.748.511-1.259q.51-.51 1.259-.51t1.258.51T21 4v1h.13q.35 0 .6.27t.25.619V8.65q0 .35-.268.62t-.62.268zM18.23 5h2V4q0-.425-.287-.712T19.231 3t-.713.288t-.287.712zm-6.686 16.96l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019 4.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269 0-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1 12q0-.213.144-.356t.357-.144t.356.144T2 12q0 2.006.744 3.785q.744 1.778 2.028 3.117T7.8 21.057t3.744.903M9.418 10.139q.29 0 .483-.201t.193-.469q0-.29-.193-.484t-.488-.193q-.272 0-.469.193t-.196.489q0 .272.201.468q.2.196.469.196m3.405 8.12l-7.119-7.12q-.237-.231-.355-.537t-.118-.602q0-.316.118-.611t.355-.527L8.86 5.704q.232-.23.538-.354q.306-.125.602-.125q.317 0 .612.125t.527.354l7.119 7.118q.229.231.354.526t.125.61q0 .296-.125.603q-.125.306-.354.539l-3.156 3.158q-.232.236-.526.354q-.295.119-.611.119q-.295 0-.602-.119t-.54-.354"/></svg> </template>
CSS
.icon-mobile-rotate-lock-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.33%209.539q-.35%200-.618-.27t-.27-.619V5.889q0-.35.27-.62T17.33%205h.13V4q0-.748.511-1.259q.51-.51%201.259-.51t1.258.51T21%204v1h.13q.35%200%20.6.27t.25.619V8.65q0%20.35-.268.62t-.62.268zM18.23%205h2V4q0-.425-.287-.712T19.231%203t-.713.288t-.287.712zm-6.686%2016.96l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019%204.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269%200-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1%2012q0-.213.144-.356t.357-.144t.356.144T2%2012q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903M9.418%2010.139q.29%200%20.483-.201t.193-.469q0-.29-.193-.484t-.488-.193q-.272%200-.469.193t-.196.489q0%20.272.201.468q.2.196.469.196m3.405%208.12l-7.119-7.12q-.237-.231-.355-.537t-.118-.602q0-.316.118-.611t.355-.527L8.86%205.704q.232-.23.538-.354q.306-.125.602-.125q.317%200%20.612.125t.527.354l7.119%207.118q.229.231.354.526t.125.61q0%20.296-.125.603q-.125.306-.354.539l-3.156%203.158q-.232.236-.526.354q-.295.119-.611.119q-.295%200-.602-.119t-.54-.354%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.33%209.539q-.35%200-.618-.27t-.27-.619V5.889q0-.35.27-.62T17.33%205h.13V4q0-.748.511-1.259q.51-.51%201.259-.51t1.258.51T21%204v1h.13q.35%200%20.6.27t.25.619V8.65q0%20.35-.268.62t-.62.268zM18.23%205h2V4q0-.425-.287-.712T19.231%203t-.713.288t-.287.712zm-6.686%2016.96l-3.098-3.098q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l4.019%204.019q.204.204.115.463q-.09.258-.377.3q-.236.043-.455.054q-.22.01-.456.01q-2.269%200-4.274-.86q-2.005-.859-3.506-2.36t-2.36-3.506T1%2012q0-.213.144-.356t.357-.144t.356.144T2%2012q0%202.006.744%203.785q.744%201.778%202.028%203.117T7.8%2021.057t3.744.903M9.418%2010.139q.29%200%20.483-.201t.193-.469q0-.29-.193-.484t-.488-.193q-.272%200-.469.193t-.196.489q0%20.272.201.468q.2.196.469.196m3.405%208.12l-7.119-7.12q-.237-.231-.355-.537t-.118-.602q0-.316.118-.611t.355-.527L8.86%205.704q.232-.23.538-.354q.306-.125.602-.125q.317%200%20.612.125t.527.354l7.119%207.118q.229.231.354.526t.125.61q0%20.296-.125.603q-.125.306-.354.539l-3.156%203.158q-.232.236-.526.354q-.295.119-.611.119q-.295%200-.602-.119t-.54-.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mobile-rotate-lock-rounded.svg?color=%231a73e8&size=48