touchpad mouse icon
touchpad-mouse-outline-sharp from Material Symbols Light by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- touchpad-mouse-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.975 18.975Q20 17.95 20 16.5v-2h-7v2q0 1.45 1.025 2.475T16.5 20t2.475-1.025m-5.97-5.475H16v-3.446q-1.315.179-2.137 1.146t-.857 2.3m3.994 0h2.994q-.034-1.333-.856-2.3T17 10.054zm-3.688 6.191Q12 18.381 12 16.5v-3q0-1.882 1.308-3.191T16.497 9t3.192 1.309T21 13.5v3q0 1.882-1.308 3.191T16.503 21t-3.192-1.309M4 18V6zm-1 1V5h18v1.616h-1V6H4v12h5.621v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTouchpadMouseOutlineSharp(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="M18.975 18.975Q20 17.95 20 16.5v-2h-7v2q0 1.45 1.025 2.475T16.5 20t2.475-1.025m-5.97-5.475H16v-3.446q-1.315.179-2.137 1.146t-.857 2.3m3.994 0h2.994q-.034-1.333-.856-2.3T17 10.054zm-3.688 6.191Q12 18.381 12 16.5v-3q0-1.882 1.308-3.191T16.497 9t3.192 1.309T21 13.5v3q0 1.882-1.308 3.191T16.503 21t-3.192-1.309M4 18V6zm-1 1V5h18v1.616h-1V6H4v12h5.621v1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.975 18.975Q20 17.95 20 16.5v-2h-7v2q0 1.45 1.025 2.475T16.5 20t2.475-1.025m-5.97-5.475H16v-3.446q-1.315.179-2.137 1.146t-.857 2.3m3.994 0h2.994q-.034-1.333-.856-2.3T17 10.054zm-3.688 6.191Q12 18.381 12 16.5v-3q0-1.882 1.308-3.191T16.497 9t3.192 1.309T21 13.5v3q0 1.882-1.308 3.191T16.503 21t-3.192-1.309M4 18V6zm-1 1V5h18v1.616h-1V6H4v12h5.621v1z"/></svg> </template>
CSS
.icon-touchpad-mouse-outline-sharp {
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%22M18.975%2018.975Q20%2017.95%2020%2016.5v-2h-7v2q0%201.45%201.025%202.475T16.5%2020t2.475-1.025m-5.97-5.475H16v-3.446q-1.315.179-2.137%201.146t-.857%202.3m3.994%200h2.994q-.034-1.333-.856-2.3T17%2010.054zm-3.688%206.191Q12%2018.381%2012%2016.5v-3q0-1.882%201.308-3.191T16.497%209t3.192%201.309T21%2013.5v3q0%201.882-1.308%203.191T16.503%2021t-3.192-1.309M4%2018V6zm-1%201V5h18v1.616h-1V6H4v12h5.621v1z%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%22M18.975%2018.975Q20%2017.95%2020%2016.5v-2h-7v2q0%201.45%201.025%202.475T16.5%2020t2.475-1.025m-5.97-5.475H16v-3.446q-1.315.179-2.137%201.146t-.857%202.3m3.994%200h2.994q-.034-1.333-.856-2.3T17%2010.054zm-3.688%206.191Q12%2018.381%2012%2016.5v-3q0-1.882%201.308-3.191T16.497%209t3.192%201.309T21%2013.5v3q0%201.882-1.308%203.191T16.503%2021t-3.192-1.309M4%2018V6zm-1%201V5h18v1.616h-1V6H4v12h5.621v1z%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-outline-sharp.svg?color=%231a73e8&size=48