mouse-lock-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mouse-lock-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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="M15 22v-5h1v-1q0-.825.588-1.412T18 14t1.413.588T20 16v1h1v5zm2-5h2v-1q0-.425-.288-.712T18 15t-.712.288T17 16zm-5 5q-2.9 0-4.95-2.05T5 15V9q0-2.9 2.05-4.95T12 2t4.95 2.05T19 9v3.1q-.5-.1-1-.1t-1 .1V11H7v4q0 2.075 1.463 3.538T12 20q.275 0 .513-.025T13 19.9v2.025q-.25.05-.488.063T12 22M7 9h4V4.1q-1.725.35-2.863 1.725T7 9m6 0h4q0-1.8-1.137-3.175T13 4.1zm-2 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMouseLockOutlineSharp(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="M15 22v-5h1v-1q0-.825.588-1.412T18 14t1.413.588T20 16v1h1v5zm2-5h2v-1q0-.425-.288-.712T18 15t-.712.288T17 16zm-5 5q-2.9 0-4.95-2.05T5 15V9q0-2.9 2.05-4.95T12 2t4.95 2.05T19 9v3.1q-.5-.1-1-.1t-1 .1V11H7v4q0 2.075 1.463 3.538T12 20q.275 0 .513-.025T13 19.9v2.025q-.25.05-.488.063T12 22M7 9h4V4.1q-1.725.35-2.863 1.725T7 9m6 0h4q0-1.8-1.137-3.175T13 4.1zm-2 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="M15 22v-5h1v-1q0-.825.588-1.412T18 14t1.413.588T20 16v1h1v5zm2-5h2v-1q0-.425-.288-.712T18 15t-.712.288T17 16zm-5 5q-2.9 0-4.95-2.05T5 15V9q0-2.9 2.05-4.95T12 2t4.95 2.05T19 9v3.1q-.5-.1-1-.1t-1 .1V11H7v4q0 2.075 1.463 3.538T12 20q.275 0 .513-.025T13 19.9v2.025q-.25.05-.488.063T12 22M7 9h4V4.1q-1.725.35-2.863 1.725T7 9m6 0h4q0-1.8-1.137-3.175T13 4.1zm-2 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%22M15%2022v-5h1v-1q0-.825.588-1.412T18%2014t1.413.588T20%2016v1h1v5zm2-5h2v-1q0-.425-.288-.712T18%2015t-.712.288T17%2016zm-5%205q-2.9%200-4.95-2.05T5%2015V9q0-2.9%202.05-4.95T12%202t4.95%202.05T19%209v3.1q-.5-.1-1-.1t-1%20.1V11H7v4q0%202.075%201.463%203.538T12%2020q.275%200%20.513-.025T13%2019.9v2.025q-.25.05-.488.063T12%2022M7%209h4V4.1q-1.725.35-2.863%201.725T7%209m6%200h4q0-1.8-1.137-3.175T13%204.1zm-2%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%22M15%2022v-5h1v-1q0-.825.588-1.412T18%2014t1.413.588T20%2016v1h1v5zm2-5h2v-1q0-.425-.288-.712T18%2015t-.712.288T17%2016zm-5%205q-2.9%200-4.95-2.05T5%2015V9q0-2.9%202.05-4.95T12%202t4.95%202.05T19%209v3.1q-.5-.1-1-.1t-1%20.1V11H7v4q0%202.075%201.463%203.538T12%2020q.275%200%20.513-.025T13%2019.9v2.025q-.25.05-.488.063T12%2022M7%209h4V4.1q-1.725.35-2.863%201.725T7%209m6%200h4q0-1.8-1.137-3.175T13%204.1zm-2%200%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-outline-sharp.svg?color=%231a73e8&size=48