Touchpad Mouse Off icon

Touchpad Mouse 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

touchpad_mouse_off_outlined_fill0_wght400.svg

Touchpad Mouse 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,[email protected],100..700,0..1,-50..200&icon_names=touchpad_mouse_off" />

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

Touchpad Mouse Off icon in React

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

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

Touchpad Mouse Off icon in Vue

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

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

Touchpad Mouse Off icon in Angular

With Angular Material and the font from the HTML tab:

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

Touchpad Mouse 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.touchpad_mouse_off, fill: 0, weight: 400)

Touchpad Mouse Off icon in Android

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

<!-- res/drawable/touchpad_mouse_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="M16.5 15Zm0 0ZM20.825 22.975 .65 2.8l1.075-1.075L21.9 21.9l-1.075 1.075ZM16.5 15Zm0 0Zm0 7q-2.3 0-3.9-1.6t-1.6-3.9v-3q0-.575 .105-1.087 .105-.513 .291-1.013L14.75 14.75h-2.25v1.75q0 1.657 1.171 2.829Q14.841 20.5 16.497 20.5q.828 0 1.557-.308Q18.782 19.885 19.325 19.325l1.075 1.075q-.75 .739-1.75 1.169Q17.65 22 16.5 22Zm4.825-2.825-1.125-1.125q.15-.35 .225-.738 .075-.388 .075-.812v-1.75H16.9l-1.15-1.175v-4q-.75 .15-1.4 .55t-1.075 1l-1.075-1.075q.75-.95 1.863-1.5t2.437-.55q2.3 0 3.9 1.6t1.6 3.9v3q0 .725-.175 1.4t-.5 1.275ZM17.25 13.25h3.25q-.1-1.375-1-2.387T17.25 9.575v3.675ZM10.275 10.275ZM3.5 20q-.6 0-1.05-.45t-.45-1.05v-13q0-.6 .45-1.05t1.05-.45h.5l1.5 1.5h-2v13h6.275q.125 .396 .288 .773Q10.225 19.65 10.425 20H3.5Zm4.15-14.5-1.5-1.5h14.35q.619 0 1.06 .441Q22 4.881 22 5.5H7.65Zm3.65 3.65Z" />
</vector>

Touchpad Mouse Off icon in SVG

npm install @material-symbols/svg-400

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

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

Touchpad Mouse 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

NameTouchpad Mouse Off
Ligaturetouchpad_mouse_off
Code pointU+F4E6
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/touchpad_mouse_off.svg, touchpad_mouse_off-fill.svg
FlutterSymbols.touchpad_mouse_off
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwareondisabledslashenabledwirelessinputcomputerofflineunavailableblockeddisable

Related icons