Mouse Lock icon

Mouse Lock 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_outlined_fill0_wght400.svg

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

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

Mouse Lock icon in React

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

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

Mouse Lock icon in Vue

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

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

Mouse Lock icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Mouse Lock icon in Android

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

<!-- res/drawable/mouse_lock.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 10Zm0 12q-2.95 0-4.975-2.025t-2.025-4.975v-6.5q0-2.95 2.025-4.975t4.975-2.025q2.95 0 4.975 2.025t2.025 4.975v4.175q-.375-.1-.75-.125t-.75 .025v-2.575H6.5v5q0 2.283 1.609 3.891Q9.718 20.5 12 20.5q.4 0 .788-.05t.737-.175v1.575q-.375 .075-.75 .113T12 22ZM6.5 8.5h4.75v-5.45q-2.1 .275-3.425 1.85t-1.325 3.6Zm6.25 0h4.75q0-2.025-1.325-3.6t-3.425-1.85v5.45ZM15.875 22q-.375 0-.712-.337T14.825 20.95v-3.05q0-.375 .338-.712T15.875 16.85v-1q0-.9 .588-1.525t1.462-.625q.875 0 1.45 .625t.575 1.525v1h.025q.35 0 .688 .338T21 17.9v3.05q0 .375-.337 .713T19.975 22H15.875Zm1-5.15h2.1v-1q0-.489-.287-.819Q18.4 14.7 17.913 14.7T17.15 15.031q-.275 .33-.275 .819v1ZM12 10Zm.75-1.5Zm-1.5 0Z" />
</vector>

Mouse Lock icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

hardwaresecuritywirelesspointercomputerprotectionprivacysafetyprivatesecurerestrictedblock

Related icons