mouse lock off icon
mouse-lock-off-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mouse-lock-off-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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 2q2.9 0 4.95 2.05T19 9v3.1q-.5-.1-1-.1t-1 .1V11h-3.225L11 8.2V4.1q-.775.15-1.437.525t-1.188.925l-1.4-1.425q.95-.975 2.25-1.55T12 2M5.775 5.8L11 11H7v4q0 2.075 1.463 3.538T12 20q.275 0 .513-.025T13 19.9v2.025q-.25.05-.488.063T12 22q-2.9 0-4.95-2.05T5 15V9q0-.875.2-1.675T5.775 5.8M13 9h4q0-1.8-1.137-3.175T13 4.1zm7.475 14.3L.7 3.5l1.4-1.4l19.8 19.8zM15 22v-5h2l4 4v1zm5-4.7l-1-1V16q0-.425-.288-.712T18 15h-.125q-.075 0-.125.025l-.75-.75q.225-.125.475-.2T18 14q.825 0 1.413.588T20 16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMouseLockOffOutlineSharp(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 2q2.9 0 4.95 2.05T19 9v3.1q-.5-.1-1-.1t-1 .1V11h-3.225L11 8.2V4.1q-.775.15-1.437.525t-1.188.925l-1.4-1.425q.95-.975 2.25-1.55T12 2M5.775 5.8L11 11H7v4q0 2.075 1.463 3.538T12 20q.275 0 .513-.025T13 19.9v2.025q-.25.05-.488.063T12 22q-2.9 0-4.95-2.05T5 15V9q0-.875.2-1.675T5.775 5.8M13 9h4q0-1.8-1.137-3.175T13 4.1zm7.475 14.3L.7 3.5l1.4-1.4l19.8 19.8zM15 22v-5h2l4 4v1zm5-4.7l-1-1V16q0-.425-.288-.712T18 15h-.125q-.075 0-.125.025l-.75-.75q.225-.125.475-.2T18 14q.825 0 1.413.588T20 16z"/></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 2q2.9 0 4.95 2.05T19 9v3.1q-.5-.1-1-.1t-1 .1V11h-3.225L11 8.2V4.1q-.775.15-1.437.525t-1.188.925l-1.4-1.425q.95-.975 2.25-1.55T12 2M5.775 5.8L11 11H7v4q0 2.075 1.463 3.538T12 20q.275 0 .513-.025T13 19.9v2.025q-.25.05-.488.063T12 22q-2.9 0-4.95-2.05T5 15V9q0-.875.2-1.675T5.775 5.8M13 9h4q0-1.8-1.137-3.175T13 4.1zm7.475 14.3L.7 3.5l1.4-1.4l19.8 19.8zM15 22v-5h2l4 4v1zm5-4.7l-1-1V16q0-.425-.288-.712T18 15h-.125q-.075 0-.125.025l-.75-.75q.225-.125.475-.2T18 14q.825 0 1.413.588T20 16z"/></svg> </template>
CSS
.icon-mouse-lock-off-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%22M12%202q2.9%200%204.95%202.05T19%209v3.1q-.5-.1-1-.1t-1%20.1V11h-3.225L11%208.2V4.1q-.775.15-1.437.525t-1.188.925l-1.4-1.425q.95-.975%202.25-1.55T12%202M5.775%205.8L11%2011H7v4q0%202.075%201.463%203.538T12%2020q.275%200%20.513-.025T13%2019.9v2.025q-.25.05-.488.063T12%2022q-2.9%200-4.95-2.05T5%2015V9q0-.875.2-1.675T5.775%205.8M13%209h4q0-1.8-1.137-3.175T13%204.1zm7.475%2014.3L.7%203.5l1.4-1.4l19.8%2019.8zM15%2022v-5h2l4%204v1zm5-4.7l-1-1V16q0-.425-.288-.712T18%2015h-.125q-.075%200-.125.025l-.75-.75q.225-.125.475-.2T18%2014q.825%200%201.413.588T20%2016z%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%202q2.9%200%204.95%202.05T19%209v3.1q-.5-.1-1-.1t-1%20.1V11h-3.225L11%208.2V4.1q-.775.15-1.437.525t-1.188.925l-1.4-1.425q.95-.975%202.25-1.55T12%202M5.775%205.8L11%2011H7v4q0%202.075%201.463%203.538T12%2020q.275%200%20.513-.025T13%2019.9v2.025q-.25.05-.488.063T12%2022q-2.9%200-4.95-2.05T5%2015V9q0-.875.2-1.675T5.775%205.8M13%209h4q0-1.8-1.137-3.175T13%204.1zm7.475%2014.3L.7%203.5l1.4-1.4l19.8%2019.8zM15%2022v-5h2l4%204v1zm5-4.7l-1-1V16q0-.425-.288-.712T18%2015h-.125q-.075%200-.125.025l-.75-.75q.225-.125.475-.2T18%2014q.825%200%201.413.588T20%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mouse-lock-off-outline-sharp.svg?color=%231a73e8&size=48