Mouse Lock Off icon

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

mouse_lock_off_outlined_fill0_wght400.svg

Mouse Lock 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=mouse_lock_off" />

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

Mouse Lock Off icon in React

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

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

Mouse Lock Off icon in Vue

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

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

Mouse Lock Off icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Mouse Lock Off icon in Android

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

<!-- res/drawable/mouse_lock_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="M11.25 9.175Zm.825 .825Zm-1.65 2.575Zm-.4-2.575Zm1.225 0Zm1.5-1.5Zm-.75-7q2.95 0 4.975 2.025t2.025 4.975v4.175q-.375-.1-.75-.125t-.75 .025v-2.575H12.075l-.825-.825v-6.125q-1.2 .15-2.175 .763T7.45 5.375l-1.075-1.075q.95-1.275 2.413-2.037T12 1.5ZM5.625 5.575l4.4 4.425H6.5v5q0 2.283 1.609 3.891Q9.718 20.5 12 20.5q.4 0 .788-.05t.737-.175v1.575q-.375 .075-.75 .113T12 22q-2.95 0-4.975-2.025t-2.025-4.975v-6.5q0-.804 .163-1.54Q5.325 6.225 5.625 5.575Zm7.125 2.925h4.75q0-2.025-1.325-3.6t-3.425-1.85v5.45ZM21.025 23.2 .875 2.975l1.075-1.075L22.1 22.125l-1.075 1.075ZM15.875 22q-.375 0-.712-.337T14.825 20.953V17.6q0-.319 .216-.534Q15.256 16.85 15.575 16.85h1.275l4.15 4.175q-.05 .35-.362 .663T19.975 22H15.875Zm4.075-4.15-.975-1v-1q0-.489-.287-.819Q18.4 14.7 17.925 14.7q-.275 0-.475 .088T17.125 15.05l-.7-.7q.275-.3 .663-.475t.837-.175q.875 0 1.45 .625t.575 1.525v2Z" />
</vector>

Mouse Lock Off icon in SVG

npm install @material-symbols/svg-400

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

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

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

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

Keywords

hardwareiconondisabledsecurityslashenabledaccesswirelessinputpointersetting

Related icons