Mobile Rotate icon

Mobile Rotate 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_outlined_fill0_wght400.svg

Mobile Rotate 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" />

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

Mobile Rotate icon in React

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

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

Mobile Rotate icon in Vue

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

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

Mobile Rotate icon in Angular

With Angular Material and the font from the HTML tab:

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

Mobile Rotate 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, fill: 0, weight: 400)

Mobile Rotate icon in Android

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

<!-- res/drawable/mobile_rotate.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="M12.9 19.225 4.775 11.1q-.25-.25-.362-.537T4.3 9.95q0-.325 .113-.612T4.775 8.8l4.15-4.125q.25-.25 .538-.362T10.075 4.2q.325 0 .613 .113T11.225 4.675l8.125 8.125q.25 .25 .363 .538T19.825 13.95q0 .325-.112 .613T19.35 15.1L15.2 19.225q-.25 .25-.537 .363T14.05 19.7q-.325 0-.612-.112T12.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.025Zm10.55-11.975q0-2-.7-3.787T19.863 5.075Q18.625 3.675 16.925 2.788T13.25 1.7l3.2 3.2-1.075 1.075-5.7-5.7q.575-.15 1.138-.212T11.95 0q2.5 0 4.688 .95t3.825 2.588Q22.1 5.175 23.05 7.363T24 12.05h-1.5Zm-10.425-.1Zm-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 icon in SVG

npm install @material-symbols/svg-400

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

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

Mobile Rotate 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
Ligaturemobile_rotate
Code pointU+F2D5
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mobile_rotate.svg, mobile_rotate-fill.svg
FlutterSymbols.mobile_rotate
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwaresettingsviewarrowsphoneadjusttogglemovementtabletroundswitchlandscape

Related icons