mouse lock icon
mouse-lock-outline-sharp from Material Symbols Light by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mouse-lock-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the mouse lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.48 21v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51 1.259v1H20V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM12 21q-2.496 0-4.248-1.752T6 15V9.077q0-2.496 1.752-4.248T12 3.077t4.248 1.752T18 9.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407H7V15q0 2.075 1.463 3.538T12 20q.069 0 .128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12 21M7 9.077h4.5V4.1q-1.879.177-3.19 1.59T7 9.078m5.5 0H17q0-1.973-1.31-3.387T12.5 4.1zm-1 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMouseLockOutlineSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.48 21v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51 1.259v1H20V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM12 21q-2.496 0-4.248-1.752T6 15V9.077q0-2.496 1.752-4.248T12 3.077t4.248 1.752T18 9.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407H7V15q0 2.075 1.463 3.538T12 20q.069 0 .128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12 21M7 9.077h4.5V4.1q-1.879.177-3.19 1.59T7 9.078m5.5 0H17q0-1.973-1.31-3.387T12.5 4.1zm-1 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.48 21v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51 1.259v1H20V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM12 21q-2.496 0-4.248-1.752T6 15V9.077q0-2.496 1.752-4.248T12 3.077t4.248 1.752T18 9.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407H7V15q0 2.075 1.463 3.538T12 20q.069 0 .128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12 21M7 9.077h4.5V4.1q-1.879.177-3.19 1.59T7 9.078m5.5 0H17q0-1.973-1.31-3.387T12.5 4.1zm-1 0"/></svg> </template>
CSS
.icon-mouse-lock-outline-sharp {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.48%2021v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51%201.259v1H20V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM12%2021q-2.496%200-4.248-1.752T6%2015V9.077q0-2.496%201.752-4.248T12%203.077t4.248%201.752T18%209.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407H7V15q0%202.075%201.463%203.538T12%2020q.069%200%20.128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12%2021M7%209.077h4.5V4.1q-1.879.177-3.19%201.59T7%209.078m5.5%200H17q0-1.973-1.31-3.387T12.5%204.1zm-1%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.48%2021v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51%201.259v1H20V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM12%2021q-2.496%200-4.248-1.752T6%2015V9.077q0-2.496%201.752-4.248T12%203.077t4.248%201.752T18%209.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407H7V15q0%202.075%201.463%203.538T12%2020q.069%200%20.128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12%2021M7%209.077h4.5V4.1q-1.879.177-3.19%201.59T7%209.078m5.5%200H17q0-1.973-1.31-3.387T12.5%204.1zm-1%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mouse-lock-outline-sharp.svg?color=%231a73e8&size=48