touchpad mouse off icon

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

Name
touchpad-mouse-off-rounded
Set
Material Symbols
Style
Rounded
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 .575.088 1.163t.287 1.162q.125.425-.125.8T8.575 20zM16.5 6q-1.575 0-2.95.613t-2.4 1.662L8.575 5.7q-.475-.475-.212-1.088T9.3 4H20q.825 0 1.413.588T22 6v.875q0 .425-.4.6t-.75-.1Q19.9 6.7 18.8 6.35T16.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.175L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-1.05-1.05q-.5.225-1.062.338T16.5 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchpadMouseOffRounded(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 .575.088 1.163t.287 1.162q.125.425-.125.8T8.575 20zM16.5 6q-1.575 0-2.95.613t-2.4 1.662L8.575 5.7q-.475-.475-.212-1.088T9.3 4H20q.825 0 1.413.588T22 6v.875q0 .425-.4.6t-.75-.1Q19.9 6.7 18.8 6.35T16.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.175L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-1.05-1.05q-.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 .575.088 1.163t.287 1.162q.125.425-.125.8T8.575 20zM16.5 6q-1.575 0-2.95.613t-2.4 1.662L8.575 5.7q-.475-.475-.212-1.088T9.3 4H20q.825 0 1.413.588T22 6v.875q0 .425-.4.6t-.75-.1Q19.9 6.7 18.8 6.35T16.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.175L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-1.05-1.05q-.5.225-1.062.338T16.5 22"/></svg>
</template>

CSS

.icon-touchpad-mouse-off-rounded {
  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.575.088%201.163t.287%201.162q.125.425-.125.8T8.575%2020zM16.5%206q-1.575%200-2.95.613t-2.4%201.662L8.575%205.7q-.475-.475-.212-1.088T9.3%204H20q.825%200%201.413.588T22%206v.875q0%20.425-.4.6t-.75-.1Q19.9%206.7%2018.8%206.35T16.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.175L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4%2018.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-1.05-1.05q-.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.575.088%201.163t.287%201.162q.125.425-.125.8T8.575%2020zM16.5%206q-1.575%200-2.95.613t-2.4%201.662L8.575%205.7q-.475-.475-.212-1.088T9.3%204H20q.825%200%201.413.588T22%206v.875q0%20.425-.4.6t-.75-.1Q19.9%206.7%2018.8%206.35T16.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.175L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4%2018.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-1.05-1.05q-.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-rounded.svg?color=%231a73e8&size=48