touchpad mouse off icon

touchpad-mouse-off from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
touchpad-mouse-off
Set
Material Symbols
Style
Regular
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

Use the touchpad mouse off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h.025l5.9 5.9q-.45.8-.687 1.713T9 13.5v3q0 .9.213 1.8T9.85 20zM16.5 6q-1.575 0-2.95.613t-2.4 1.662L6.875 4H20q.825 0 1.413.588T22 6v2.4q-1.075-1.175-2.488-1.787T16.5 6m1 7V8.075q1.875.325 3.15 1.688T22 13zm-2-4.925v4.55l-3-3q.6-.6 1.363-1t1.637-.55m6.05 10.6L17.875 15H22v1.5q0 .575-.125 1.125t-.325 1.05M16.5 22q-2.3 0-3.9-1.6T11 16.5V15h1.175L.675 3.5L2.1 2.075l19.8 19.8l-1.425 1.425l-1.75-1.75q-.5.225-1.062.338T16.5 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchpadMouseOff(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="M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h.025l5.9 5.9q-.45.8-.687 1.713T9 13.5v3q0 .9.213 1.8T9.85 20zM16.5 6q-1.575 0-2.95.613t-2.4 1.662L6.875 4H20q.825 0 1.413.588T22 6v2.4q-1.075-1.175-2.488-1.787T16.5 6m1 7V8.075q1.875.325 3.15 1.688T22 13zm-2-4.925v4.55l-3-3q.6-.6 1.363-1t1.637-.55m6.05 10.6L17.875 15H22v1.5q0 .575-.125 1.125t-.325 1.05M16.5 22q-2.3 0-3.9-1.6T11 16.5V15h1.175L.675 3.5L2.1 2.075l19.8 19.8l-1.425 1.425l-1.75-1.75q-.5.225-1.062.338T16.5 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h.025l5.9 5.9q-.45.8-.687 1.713T9 13.5v3q0 .9.213 1.8T9.85 20zM16.5 6q-1.575 0-2.95.613t-2.4 1.662L6.875 4H20q.825 0 1.413.588T22 6v2.4q-1.075-1.175-2.488-1.787T16.5 6m1 7V8.075q1.875.325 3.15 1.688T22 13zm-2-4.925v4.55l-3-3q.6-.6 1.363-1t1.637-.55m6.05 10.6L17.875 15H22v1.5q0 .575-.125 1.125t-.325 1.05M16.5 22q-2.3 0-3.9-1.6T11 16.5V15h1.175L.675 3.5L2.1 2.075l19.8 19.8l-1.425 1.425l-1.75-1.75q-.5.225-1.062.338T16.5 22"/></svg>
</template>

CSS

.icon-touchpad-mouse-off {
  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%22M4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h.025l5.9%205.9q-.45.8-.687%201.713T9%2013.5v3q0%20.9.213%201.8T9.85%2020zM16.5%206q-1.575%200-2.95.613t-2.4%201.662L6.875%204H20q.825%200%201.413.588T22%206v2.4q-1.075-1.175-2.488-1.787T16.5%206m1%207V8.075q1.875.325%203.15%201.688T22%2013zm-2-4.925v4.55l-3-3q.6-.6%201.363-1t1.637-.55m6.05%2010.6L17.875%2015H22v1.5q0%20.575-.125%201.125t-.325%201.05M16.5%2022q-2.3%200-3.9-1.6T11%2016.5V15h1.175L.675%203.5L2.1%202.075l19.8%2019.8l-1.425%201.425l-1.75-1.75q-.5.225-1.062.338T16.5%2022%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%22M4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h.025l5.9%205.9q-.45.8-.687%201.713T9%2013.5v3q0%20.9.213%201.8T9.85%2020zM16.5%206q-1.575%200-2.95.613t-2.4%201.662L6.875%204H20q.825%200%201.413.588T22%206v2.4q-1.075-1.175-2.488-1.787T16.5%206m1%207V8.075q1.875.325%203.15%201.688T22%2013zm-2-4.925v4.55l-3-3q.6-.6%201.363-1t1.637-.55m6.05%2010.6L17.875%2015H22v1.5q0%20.575-.125%201.125t-.325%201.05M16.5%2022q-2.3%200-3.9-1.6T11%2016.5V15h1.175L.675%203.5L2.1%202.075l19.8%2019.8l-1.425%201.425l-1.75-1.75q-.5.225-1.062.338T16.5%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/touchpad-mouse-off.svg?color=%231a73e8&size=48