mouse lock off icon
mouse-lock-off-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mouse-lock-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.077q2.496 0 4.248 1.752T18 9.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407h-4.34L11.5 8.912V4.1q-.948.073-1.764.496T8.298 5.704l-.707-.713q.834-.899 1.961-1.406q1.127-.508 2.448-.508M6.486 6.742l3.341 3.335H7V15q0 2.075 1.463 3.538T12 20q.069 0 .128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12 21q-2.496 0-4.248-1.752T6 15V9.077q0-.63.123-1.207q.123-.576.364-1.128M12.5 9.077H17q0-1.973-1.31-3.387T12.5 4.1zm7.86 12.954L2.027 3.692l.708-.707l18.338 18.338zM15.37 21q-.35 0-.62-.27t-.27-.618v-2.843q0-.343.233-.575t.576-.233h.923l3.769 3.77v.034q-.058.293-.308.514t-.542.221zm3.65-4.546l-.77-.764v-.228q0-.425-.288-.713t-.712-.288q-.05 0-.096.01t-.096.016l-.597-.596q.187-.087.381-.143t.408-.056q.748 0 1.259.511q.51.51.51 1.259z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMouseLockOffOutline(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="M12 3.077q2.496 0 4.248 1.752T18 9.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407h-4.34L11.5 8.912V4.1q-.948.073-1.764.496T8.298 5.704l-.707-.713q.834-.899 1.961-1.406q1.127-.508 2.448-.508M6.486 6.742l3.341 3.335H7V15q0 2.075 1.463 3.538T12 20q.069 0 .128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12 21q-2.496 0-4.248-1.752T6 15V9.077q0-.63.123-1.207q.123-.576.364-1.128M12.5 9.077H17q0-1.973-1.31-3.387T12.5 4.1zm7.86 12.954L2.027 3.692l.708-.707l18.338 18.338zM15.37 21q-.35 0-.62-.27t-.27-.618v-2.843q0-.343.233-.575t.576-.233h.923l3.769 3.77v.034q-.058.293-.308.514t-.542.221zm3.65-4.546l-.77-.764v-.228q0-.425-.288-.713t-.712-.288q-.05 0-.096.01t-.096.016l-.597-.596q.187-.087.381-.143t.408-.056q.748 0 1.259.511q.51.51.51 1.259z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.077q2.496 0 4.248 1.752T18 9.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407h-4.34L11.5 8.912V4.1q-.948.073-1.764.496T8.298 5.704l-.707-.713q.834-.899 1.961-1.406q1.127-.508 2.448-.508M6.486 6.742l3.341 3.335H7V15q0 2.075 1.463 3.538T12 20q.069 0 .128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12 21q-2.496 0-4.248-1.752T6 15V9.077q0-.63.123-1.207q.123-.576.364-1.128M12.5 9.077H17q0-1.973-1.31-3.387T12.5 4.1zm7.86 12.954L2.027 3.692l.708-.707l18.338 18.338zM15.37 21q-.35 0-.62-.27t-.27-.618v-2.843q0-.343.233-.575t.576-.233h.923l3.769 3.77v.034q-.058.293-.308.514t-.542.221zm3.65-4.546l-.77-.764v-.228q0-.425-.288-.713t-.712-.288q-.05 0-.096.01t-.096.016l-.597-.596q.187-.087.381-.143t.408-.056q.748 0 1.259.511q.51.51.51 1.259z"/></svg> </template>
CSS
.icon-mouse-lock-off-outline {
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%22M12%203.077q2.496%200%204.248%201.752T18%209.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407h-4.34L11.5%208.912V4.1q-.948.073-1.764.496T8.298%205.704l-.707-.713q.834-.899%201.961-1.406q1.127-.508%202.448-.508M6.486%206.742l3.341%203.335H7V15q0%202.075%201.463%203.538T12%2020q.069%200%20.128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12%2021q-2.496%200-4.248-1.752T6%2015V9.077q0-.63.123-1.207q.123-.576.364-1.128M12.5%209.077H17q0-1.973-1.31-3.387T12.5%204.1zm7.86%2012.954L2.027%203.692l.708-.707l18.338%2018.338zM15.37%2021q-.35%200-.62-.27t-.27-.618v-2.843q0-.343.233-.575t.576-.233h.923l3.769%203.77v.034q-.058.293-.308.514t-.542.221zm3.65-4.546l-.77-.764v-.228q0-.425-.288-.713t-.712-.288q-.05%200-.096.01t-.096.016l-.597-.596q.187-.087.381-.143t.408-.056q.748%200%201.259.511q.51.51.51%201.259z%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%22M12%203.077q2.496%200%204.248%201.752T18%209.077v2.446q-.25-.042-.5-.052t-.5.013v-1.407h-4.34L11.5%208.912V4.1q-.948.073-1.764.496T8.298%205.704l-.707-.713q.834-.899%201.961-1.406q1.127-.508%202.448-.508M6.486%206.742l3.341%203.335H7V15q0%202.075%201.463%203.538T12%2020q.069%200%20.128-.006q.06-.005.122-.017v1.006q-.062.011-.122.014T12%2021q-2.496%200-4.248-1.752T6%2015V9.077q0-.63.123-1.207q.123-.576.364-1.128M12.5%209.077H17q0-1.973-1.31-3.387T12.5%204.1zm7.86%2012.954L2.027%203.692l.708-.707l18.338%2018.338zM15.37%2021q-.35%200-.62-.27t-.27-.618v-2.843q0-.343.233-.575t.576-.233h.923l3.769%203.77v.034q-.058.293-.308.514t-.542.221zm3.65-4.546l-.77-.764v-.228q0-.425-.288-.713t-.712-.288q-.05%200-.096.01t-.096.016l-.597-.596q.187-.087.381-.143t.408-.056q.748%200%201.259.511q.51.51.51%201.259z%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-off-outline.svg?color=%231a73e8&size=48