Mobile Hand Left icon

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

Mobile Hand Left 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_hand_left" />

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

Mobile Hand Left icon in React

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

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

Mobile Hand Left icon in Vue

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

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

Mobile Hand Left icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Mobile Hand Left icon in Android

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

<!-- res/drawable/mobile_hand_left.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.5 20.5v-6.525 1.175-11.65 17ZM7.825 23h-1.075q-1.575 0-2.662-1.087T3 19.25v-8.25q0-1.575 1.116-2.662T6.8 7.25h1.75v9.275l3.45-1.4q.525-.2 1.075-.137t.95 .462l.75 .775L9.85 22.1q-.375 .45-.912 .675T7.825 23Zm10.675-1H9.95l1.25-1.5h7.3v-17H8.55v3.75h-1.5v-3.75q0-.619 .441-1.059Q7.931 2 8.55 2h9.95q.619 0 1.06 .441Q20 2.881 20 3.5v17q0 .619-.44 1.059Q19.119 22 18.5 22ZM14.063 6.783q.212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .537 0 .321 .217 .534 .217 .212 .537 .212 .321 0 .534-.217ZM12.575 16.475 7.05 18.975v-10.225h-.3q-.95 0-1.6 .65t-.65 1.6v8.25q0 .925 .65 1.588t1.6 .662h1.05q.275 0 .538-.112T8.775 21.05l3.8-4.575Z" />
</vector>

Mobile Hand Left icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

hardwareonoffdisabledphonegraphicslashenabledactionelementuseroffline

Related icons