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

Name
mouse-lock-outline
Set
Material Symbols Light
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
mouse-lock-outline-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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="M12 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.1zM15.37 21q-.35 0-.62-.27t-.27-.618v-2.8q0-.35.27-.6t.62-.25h.11v-1q0-.749.511-1.259t1.259-.51t1.259.51t.51 1.258v1h.112q.358 0 .613.25q.256.25.256.6v2.8q0 .35-.256.62q-.255.269-.613.269zm.88-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM11.5 9.077"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMouseLockOutline(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 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.1zM15.37 21q-.35 0-.62-.27t-.27-.618v-2.8q0-.35.27-.6t.62-.25h.11v-1q0-.749.511-1.259t1.259-.51t1.259.51t.51 1.258v1h.112q.358 0 .613.25q.256.25.256.6v2.8q0 .35-.256.62q-.255.269-.613.269zm.88-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM11.5 9.077"/></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 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.1zM15.37 21q-.35 0-.62-.27t-.27-.618v-2.8q0-.35.27-.6t.62-.25h.11v-1q0-.749.511-1.259t1.259-.51t1.259.51t.51 1.258v1h.112q.358 0 .613.25q.256.25.256.6v2.8q0 .35-.256.62q-.255.269-.613.269zm.88-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM11.5 9.077"/></svg>
</template>

CSS

.icon-mouse-lock-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%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.1zM15.37%2021q-.35%200-.62-.27t-.27-.618v-2.8q0-.35.27-.6t.62-.25h.11v-1q0-.749.511-1.259t1.259-.51t1.259.51t.51%201.258v1h.112q.358%200%20.613.25q.256.25.256.6v2.8q0%20.35-.256.62q-.255.269-.613.269zm.88-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM11.5%209.077%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%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.1zM15.37%2021q-.35%200-.62-.27t-.27-.618v-2.8q0-.35.27-.6t.62-.25h.11v-1q0-.749.511-1.259t1.259-.51t1.259.51t.51%201.258v1h.112q.358%200%20.613.25q.256.25.256.6v2.8q0%20.35-.256.62q-.255.269-.613.269zm.88-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM11.5%209.077%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.svg?color=%231a73e8&size=48