touchpad mouse off icon
touchpad-mouse-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- touchpad-mouse-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M20.756 22.171L2.24 3.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.502 21q-1.879 0-3.19-1.309Q12 18.381 12 16.5v-3q0-.354.045-.67q.045-.314.15-.642l2.31 2.312H13v2q0 1.45 1.025 2.475T16.5 20q.725 0 1.363-.275t1.112-.756l.714.714q-.613.608-1.43.962q-.817.355-1.757.355m3.997-3.442q-.212 0-.356-.144T20 17.058V14.5h-2.683L16 13.183v-3.13q-.506.057-.964.271q-.459.215-.844.557q-.157.123-.346.08t-.286-.213q-.13-.182-.075-.415t.238-.387q.593-.482 1.305-.714T16.5 9q1.882 0 3.191 1.309Q21 11.619 21 13.5v3.558q0 .212-.144.356t-.357.144M17 13.5h2.994q-.034-1.333-.856-2.3T17 10.054zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.39l1 1h-1.39q-.269 0-.442.173T4 6.616v10.769q0 .269.173.442t.443.173h4.519q.212 0 .356.144t.143.357t-.143.356t-.357.143zM8.917 6q-.212 0-.356-.144t-.144-.357t.144-.356T8.917 5H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 6zm2.637 2.737"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTouchpadMouseOffOutlineRounded(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="M20.756 22.171L2.24 3.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.502 21q-1.879 0-3.19-1.309Q12 18.381 12 16.5v-3q0-.354.045-.67q.045-.314.15-.642l2.31 2.312H13v2q0 1.45 1.025 2.475T16.5 20q.725 0 1.363-.275t1.112-.756l.714.714q-.613.608-1.43.962q-.817.355-1.757.355m3.997-3.442q-.212 0-.356-.144T20 17.058V14.5h-2.683L16 13.183v-3.13q-.506.057-.964.271q-.459.215-.844.557q-.157.123-.346.08t-.286-.213q-.13-.182-.075-.415t.238-.387q.593-.482 1.305-.714T16.5 9q1.882 0 3.191 1.309Q21 11.619 21 13.5v3.558q0 .212-.144.356t-.357.144M17 13.5h2.994q-.034-1.333-.856-2.3T17 10.054zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.39l1 1h-1.39q-.269 0-.442.173T4 6.616v10.769q0 .269.173.442t.443.173h4.519q.212 0 .356.144t.143.357t-.143.356t-.357.143zM8.917 6q-.212 0-.356-.144t-.144-.357t.144-.356T8.917 5H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 6zm2.637 2.737"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.756 22.171L2.24 3.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.502 21q-1.879 0-3.19-1.309Q12 18.381 12 16.5v-3q0-.354.045-.67q.045-.314.15-.642l2.31 2.312H13v2q0 1.45 1.025 2.475T16.5 20q.725 0 1.363-.275t1.112-.756l.714.714q-.613.608-1.43.962q-.817.355-1.757.355m3.997-3.442q-.212 0-.356-.144T20 17.058V14.5h-2.683L16 13.183v-3.13q-.506.057-.964.271q-.459.215-.844.557q-.157.123-.346.08t-.286-.213q-.13-.182-.075-.415t.238-.387q.593-.482 1.305-.714T16.5 9q1.882 0 3.191 1.309Q21 11.619 21 13.5v3.558q0 .212-.144.356t-.357.144M17 13.5h2.994q-.034-1.333-.856-2.3T17 10.054zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.39l1 1h-1.39q-.269 0-.442.173T4 6.616v10.769q0 .269.173.442t.443.173h4.519q.212 0 .356.144t.143.357t-.143.356t-.357.143zM8.917 6q-.212 0-.356-.144t-.144-.357t.144-.356T8.917 5H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 6zm2.637 2.737"/></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%22M20.756%2022.171L2.24%203.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.502%2021q-1.879%200-3.19-1.309Q12%2018.381%2012%2016.5v-3q0-.354.045-.67q.045-.314.15-.642l2.31%202.312H13v2q0%201.45%201.025%202.475T16.5%2020q.725%200%201.363-.275t1.112-.756l.714.714q-.613.608-1.43.962q-.817.355-1.757.355m3.997-3.442q-.212%200-.356-.144T20%2017.058V14.5h-2.683L16%2013.183v-3.13q-.506.057-.964.271q-.459.215-.844.557q-.157.123-.346.08t-.286-.213q-.13-.182-.075-.415t.238-.387q.593-.482%201.305-.714T16.5%209q1.882%200%203.191%201.309Q21%2011.619%2021%2013.5v3.558q0%20.212-.144.356t-.357.144M17%2013.5h2.994q-.034-1.333-.856-2.3T17%2010.054zM4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h.39l1%201h-1.39q-.269%200-.442.173T4%206.616v10.769q0%20.269.173.442t.443.173h4.519q.212%200%20.356.144t.143.357t-.143.356t-.357.143zM8.917%206q-.212%200-.356-.144t-.144-.357t.144-.356T8.917%205H20.5q.213%200%20.356.144t.144.357t-.144.356T20.5%206zm2.637%202.737%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%22M20.756%2022.171L2.24%203.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.502%2021q-1.879%200-3.19-1.309Q12%2018.381%2012%2016.5v-3q0-.354.045-.67q.045-.314.15-.642l2.31%202.312H13v2q0%201.45%201.025%202.475T16.5%2020q.725%200%201.363-.275t1.112-.756l.714.714q-.613.608-1.43.962q-.817.355-1.757.355m3.997-3.442q-.212%200-.356-.144T20%2017.058V14.5h-2.683L16%2013.183v-3.13q-.506.057-.964.271q-.459.215-.844.557q-.157.123-.346.08t-.286-.213q-.13-.182-.075-.415t.238-.387q.593-.482%201.305-.714T16.5%209q1.882%200%203.191%201.309Q21%2011.619%2021%2013.5v3.558q0%20.212-.144.356t-.357.144M17%2013.5h2.994q-.034-1.333-.856-2.3T17%2010.054zM4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h.39l1%201h-1.39q-.269%200-.442.173T4%206.616v10.769q0%20.269.173.442t.443.173h4.519q.212%200%20.356.144t.143.357t-.143.356t-.357.143zM8.917%206q-.212%200-.356-.144t-.144-.357t.144-.356T8.917%205H20.5q.213%200%20.356.144t.144.357t-.144.356T20.5%206zm2.637%202.737%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-outline-rounded.svg?color=%231a73e8&size=48