Mobile Hand Left Off icon

Mobile Hand Left Off 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_hand_left_off_outlined_fill0_wght400.svg

Mobile Hand Left Off 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=mobile_hand_left_off" />

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

Mobile Hand Left Off icon in React

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

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

Mobile Hand Left Off icon in Vue

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

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

Mobile Hand Left Off icon in Angular

With Angular Material and the font from the HTML tab:

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

Mobile Hand Left Off 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_hand_left_off, fill: 0, weight: 400)

Mobile Hand Left Off icon in Android

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

<!-- res/drawable/mobile_hand_left_off.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="m20 17.725-1.5-1.5v-12.725H8.55v2.775l-1.5-1.5v-1.275q0-.619 .441-1.059Q7.931 2 8.55 2h9.95q.619 0 1.06 .441Q20 2.881 20 3.5v14.225Zm-11.45-1.2 4.275-1.725-4.275-4.275v6ZM20.95 22.925l-1.375-1.375q-.2 .2-.477 .325-.277 .125-.598 .125H9.95l1.25-1.5h7.325L14.525 16.5 9.85 22.1q-.375 .45-.912 .675T7.825 23h-1.075q-1.575 0-2.662-1.087T3 19.25v-8.25q0-1.225 .7-2.175t1.8-1.35L.775 2.75l1.075-1.075L22.025 21.85l-1.075 1.075ZM13.525 9.85Zm.538-3.067q.212-.217 .212-.538 0-.32-.217-.533-.217-.212-.537-.212-.321 0-.533 .217-.213 .217-.213 .537 0 .321 .217 .533 .217 .213 .537 .213 .321 0 .534-.217ZM6.75 21.5h1.05q.275 0 .538-.112T8.775 21.05l3.8-4.575-5.525 2.5v-9.95l-.3-.275q-.95 0-1.6 .65t-.65 1.6v8.25q0 .925 .65 1.588t1.6 .662Zm11.775-1Z" />
</vector>

Mobile Hand Left Off icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/mobile_hand_left_off.svg" width="24" height="24" alt="Mobile Hand Left Off">

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

Keywords

hardwareondisabledphoneslashdigitalenabledofflineunavailablechattabletrestricted

Related icons