Mobile Rotate Lock icon

Mobile Rotate Lock is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

mobile_rotate_lock_outlined_fill0_wght400.svg

Mobile Rotate Lock icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=mobile_rotate_lock" />

<span class="material-symbols-outlined">mobile_rotate_lock</span>

Mobile Rotate Lock icon in React

// With the font from the HTML tab:
export function MobileRotateLockIcon() {
  return (
    <span className="material-symbols-outlined">
      mobile_rotate_lock
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import MobileRotateLockIcon from "@material-symbols/svg-400/outlined/mobile_rotate_lock.svg?react";

Mobile Rotate Lock icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">mobile_rotate_lock</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import MobileRotateLockIcon from "@material-symbols/svg-400/outlined/mobile_rotate_lock.svg?component"; -->

Mobile Rotate Lock icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">mobile_rotate_lock</mat-icon>

Mobile Rotate Lock icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.mobile_rotate_lock, fill: 0, weight: 400)

Mobile Rotate Lock icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/mobile_rotate_lock.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M18.075 9.05q-.375 0-.687-.312T17.075 8.05v-3q0-.375 .313-.687T18.075 4.05h.025v-1.05q0-.825 .563-1.387T20.05 1.05q.825 0 1.388 .563T22 3v1.05h.05q.375 0 .688 .313T23.05 5.05v3q0 .375-.312 .688T22.05 9.05H18.075Zm.975-5h2v-1.053Q21.05 2.55 20.775 2.275t-.725-.275q-.45 0-.725 .275t-.275 .722V4.05ZM12.9 19.225 4.775 11.1q-.225-.25-.35-.537t-.125-.602q0-.336 .125-.636t.35-.525l4.15-4.125q.25-.25 .538-.362t.601-.113q.336 0 .636 .113t.525 .362l8.125 8.125q.25 .225 .363 .526Q19.825 13.627 19.825 13.95q0 .325-.112 .613T19.35 15.1L15.2 19.225q-.225 .225-.526 .35-.301 .125-.624 .125-.325 0-.612-.125T12.9 19.225Zm1.15-.975 4.3-4.3-8.275-8.3-4.3 4.3 8.275 8.3ZM11.95 24.025q-2.463 0-4.64-.937-2.176-.938-3.806-2.575Q1.875 18.875 .938 16.696T0 12.05h1.5q0 2 .713 3.788t1.962 3.175Q5.425 20.4 7.138 21.275T10.825 22.35L7.575 19.1l1.075-1.075L14.35 23.725q-.575 .175-1.187 .238Q12.551 24.025 11.95 24.025Zm.125-12.075Zm-2.6-1.7q.3 0 .525-.225t.225-.525q0-.3-.225-.525t-.537-.225Q9.175 8.75 8.95 8.975t-.225 .537q0 .288 .225 .513t.525 .225Z" />
</vector>

Mobile Rotate Lock icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/mobile_rotate_lock.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/mobile_rotate_lock.svg" width="24" height="24" alt="Mobile Rotate Lock">

Mobile Rotate Lock icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameMobile Rotate Lock
Ligaturemobile_rotate_lock
Code pointU+F2D6
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mobile_rotate_lock.svg, mobile_rotate_lock-fill.svg
FlutterSymbols.mobile_rotate_lock
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwarephonesecurityaccesssettingprivacytabletoptionrestrictedlandscapeaccessibilityturn

Related icons