touchpad mouse off icon
touchpad-mouse-off-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- touchpad-mouse-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.39l5.362 5.362q-.373.703-.562 1.5t-.19 1.638v3q0 .402.05.778q.049.376.152.778q.087.367-.125.655T9.114 19zM16.5 6.616q-1.46 0-2.729.574t-2.217 1.547L9.19 6.373q-.38-.379-.175-.876T9.761 5h9.624q.69 0 1.153.463T21 6.616v.528q0 .368-.323.523t-.615-.061q-.797-.483-1.695-.737q-.898-.253-1.867-.253M17 13.5V9.017q1.702.19 2.842 1.467Q20.982 11.76 21 13.5zm-1-4.483v4.166l-2.77-2.77q.524-.58 1.238-.942q.715-.361 1.532-.454m4.762 8.927L17.317 14.5H21v2q0 .383-.058.75t-.18.694M16.5 21q-1.877 0-3.189-1.311T12 16.5v-2h1.079L2.24 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165L18.879 20.3q-.5.321-1.11.51q-.611.19-1.269.19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTouchpadMouseOffRounded(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.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.39l5.362 5.362q-.373.703-.562 1.5t-.19 1.638v3q0 .402.05.778q.049.376.152.778q.087.367-.125.655T9.114 19zM16.5 6.616q-1.46 0-2.729.574t-2.217 1.547L9.19 6.373q-.38-.379-.175-.876T9.761 5h9.624q.69 0 1.153.463T21 6.616v.528q0 .368-.323.523t-.615-.061q-.797-.483-1.695-.737q-.898-.253-1.867-.253M17 13.5V9.017q1.702.19 2.842 1.467Q20.982 11.76 21 13.5zm-1-4.483v4.166l-2.77-2.77q.524-.58 1.238-.942q.715-.361 1.532-.454m4.762 8.927L17.317 14.5H21v2q0 .383-.058.75t-.18.694M16.5 21q-1.877 0-3.189-1.311T12 16.5v-2h1.079L2.24 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165L18.879 20.3q-.5.321-1.11.51q-.611.19-1.269.19"/></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.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.39l5.362 5.362q-.373.703-.562 1.5t-.19 1.638v3q0 .402.05.778q.049.376.152.778q.087.367-.125.655T9.114 19zM16.5 6.616q-1.46 0-2.729.574t-2.217 1.547L9.19 6.373q-.38-.379-.175-.876T9.761 5h9.624q.69 0 1.153.463T21 6.616v.528q0 .368-.323.523t-.615-.061q-.797-.483-1.695-.737q-.898-.253-1.867-.253M17 13.5V9.017q1.702.19 2.842 1.467Q20.982 11.76 21 13.5zm-1-4.483v4.166l-2.77-2.77q.524-.58 1.238-.942q.715-.361 1.532-.454m4.762 8.927L17.317 14.5H21v2q0 .383-.058.75t-.18.694M16.5 21q-1.877 0-3.189-1.311T12 16.5v-2h1.079L2.24 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165L18.879 20.3q-.5.321-1.11.51q-.611.19-1.269.19"/></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.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h.39l5.362%205.362q-.373.703-.562%201.5t-.19%201.638v3q0%20.402.05.778q.049.376.152.778q.087.367-.125.655T9.114%2019zM16.5%206.616q-1.46%200-2.729.574t-2.217%201.547L9.19%206.373q-.38-.379-.175-.876T9.761%205h9.624q.69%200%201.153.463T21%206.616v.528q0%20.368-.323.523t-.615-.061q-.797-.483-1.695-.737q-.898-.253-1.867-.253M17%2013.5V9.017q1.702.19%202.842%201.467Q20.982%2011.76%2021%2013.5zm-1-4.483v4.166l-2.77-2.77q.524-.58%201.238-.942q.715-.361%201.532-.454m4.762%208.927L17.317%2014.5H21v2q0%20.383-.058.75t-.18.694M16.5%2021q-1.877%200-3.189-1.311T12%2016.5v-2h1.079L2.24%203.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165L18.879%2020.3q-.5.321-1.11.51q-.611.19-1.269.19%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.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h.39l5.362%205.362q-.373.703-.562%201.5t-.19%201.638v3q0%20.402.05.778q.049.376.152.778q.087.367-.125.655T9.114%2019zM16.5%206.616q-1.46%200-2.729.574t-2.217%201.547L9.19%206.373q-.38-.379-.175-.876T9.761%205h9.624q.69%200%201.153.463T21%206.616v.528q0%20.368-.323.523t-.615-.061q-.797-.483-1.695-.737q-.898-.253-1.867-.253M17%2013.5V9.017q1.702.19%202.842%201.467Q20.982%2011.76%2021%2013.5zm-1-4.483v4.166l-2.77-2.77q.524-.58%201.238-.942q.715-.361%201.532-.454m4.762%208.927L17.317%2014.5H21v2q0%20.383-.058.75t-.18.694M16.5%2021q-1.877%200-3.189-1.311T12%2016.5v-2h1.079L2.24%203.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165L18.879%2020.3q-.5.321-1.11.51q-.611.19-1.269.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/touchpad-mouse-off-rounded.svg?color=%231a73e8&size=48