touchpad mouse off icon

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

Name
touchpad-mouse-off-outline-rounded
Set
Material Symbols
Style
Outline 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="M19.775 22.575L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.5 22q-2.3 0-3.9-1.6T11 16.5v-3q0-.575.113-1.088t.312-1.012l3.6 3.6H13v1.5q0 1.45 1.025 2.475T16.5 20q.725 0 1.363-.275t1.112-.775l1.425 1.425q-.75.75-1.75 1.188T16.5 22m4.5-4q-.425 0-.712-.288T20 17v-2h-2.125L15.5 12.625V10.15q-.275.075-.513.213t-.487.287q-.35.2-.737.113t-.588-.438q-.225-.375-.112-.8t.487-.675q.65-.425 1.4-.638T16.5 8q2.3 0 3.9 1.6t1.6 3.9V17q0 .425-.288.713T21 18m-3.5-5h2.475q-.15-1.025-.837-1.8T17.5 10.15zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h.025l2 2H4v12h4q.425 0 .713.288T9 19t-.288.713T8 20zM8.475 6q-.425 0-.712-.288T7.475 5t.288-.712T8.475 4H21q.425 0 .713.288T22 5t-.288.713T21 6zm2.675 2.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchpadMouseOffOutlineRounded(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="M19.775 22.575L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.5 22q-2.3 0-3.9-1.6T11 16.5v-3q0-.575.113-1.088t.312-1.012l3.6 3.6H13v1.5q0 1.45 1.025 2.475T16.5 20q.725 0 1.363-.275t1.112-.775l1.425 1.425q-.75.75-1.75 1.188T16.5 22m4.5-4q-.425 0-.712-.288T20 17v-2h-2.125L15.5 12.625V10.15q-.275.075-.513.213t-.487.287q-.35.2-.737.113t-.588-.438q-.225-.375-.112-.8t.487-.675q.65-.425 1.4-.638T16.5 8q2.3 0 3.9 1.6t1.6 3.9V17q0 .425-.288.713T21 18m-3.5-5h2.475q-.15-1.025-.837-1.8T17.5 10.15zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h.025l2 2H4v12h4q.425 0 .713.288T9 19t-.288.713T8 20zM8.475 6q-.425 0-.712-.288T7.475 5t.288-.712T8.475 4H21q.425 0 .713.288T22 5t-.288.713T21 6zm2.675 2.275"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 22.575L1.375 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.5 22q-2.3 0-3.9-1.6T11 16.5v-3q0-.575.113-1.088t.312-1.012l3.6 3.6H13v1.5q0 1.45 1.025 2.475T16.5 20q.725 0 1.363-.275t1.112-.775l1.425 1.425q-.75.75-1.75 1.188T16.5 22m4.5-4q-.425 0-.712-.288T20 17v-2h-2.125L15.5 12.625V10.15q-.275.075-.513.213t-.487.287q-.35.2-.737.113t-.588-.438q-.225-.375-.112-.8t.487-.675q.65-.425 1.4-.638T16.5 8q2.3 0 3.9 1.6t1.6 3.9V17q0 .425-.288.713T21 18m-3.5-5h2.475q-.15-1.025-.837-1.8T17.5 10.15zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h.025l2 2H4v12h4q.425 0 .713.288T9 19t-.288.713T8 20zM8.475 6q-.425 0-.712-.288T7.475 5t.288-.712T8.475 4H21q.425 0 .713.288T22 5t-.288.713T21 6zm2.675 2.275"/></svg>
</template>

CSS

.icon-touchpad-mouse-off-outline-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%22M19.775%2022.575L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.5%2022q-2.3%200-3.9-1.6T11%2016.5v-3q0-.575.113-1.088t.312-1.012l3.6%203.6H13v1.5q0%201.45%201.025%202.475T16.5%2020q.725%200%201.363-.275t1.112-.775l1.425%201.425q-.75.75-1.75%201.188T16.5%2022m4.5-4q-.425%200-.712-.288T20%2017v-2h-2.125L15.5%2012.625V10.15q-.275.075-.513.213t-.487.287q-.35.2-.737.113t-.588-.438q-.225-.375-.112-.8t.487-.675q.65-.425%201.4-.638T16.5%208q2.3%200%203.9%201.6t1.6%203.9V17q0%20.425-.288.713T21%2018m-3.5-5h2.475q-.15-1.025-.837-1.8T17.5%2010.15zM4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h.025l2%202H4v12h4q.425%200%20.713.288T9%2019t-.288.713T8%2020zM8.475%206q-.425%200-.712-.288T7.475%205t.288-.712T8.475%204H21q.425%200%20.713.288T22%205t-.288.713T21%206zm2.675%202.275%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%22M19.775%2022.575L1.375%204.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.5%2022q-2.3%200-3.9-1.6T11%2016.5v-3q0-.575.113-1.088t.312-1.012l3.6%203.6H13v1.5q0%201.45%201.025%202.475T16.5%2020q.725%200%201.363-.275t1.112-.775l1.425%201.425q-.75.75-1.75%201.188T16.5%2022m4.5-4q-.425%200-.712-.288T20%2017v-2h-2.125L15.5%2012.625V10.15q-.275.075-.513.213t-.487.287q-.35.2-.737.113t-.588-.438q-.225-.375-.112-.8t.487-.675q.65-.425%201.4-.638T16.5%208q2.3%200%203.9%201.6t1.6%203.9V17q0%20.425-.288.713T21%2018m-3.5-5h2.475q-.15-1.025-.837-1.8T17.5%2010.15zM4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h.025l2%202H4v12h4q.425%200%20.713.288T9%2019t-.288.713T8%2020zM8.475%206q-.425%200-.712-.288T7.475%205t.288-.712T8.475%204H21q.425%200%20.713.288T22%205t-.288.713T21%206zm2.675%202.275%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-outline-rounded.svg?color=%231a73e8&size=48