touchpad mouse icon
touchpad-mouse-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- touchpad-mouse-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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
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="M16.5 22q-2.275 0-3.887-1.612T11 16.5V15h11v1.5q0 2.275-1.6 3.888T16.5 22M2 20V4h20v4.4q-1.075-1.15-2.5-1.775T16.5 6q-3.125 0-5.312 2.188T9 13.5v3q0 .925.213 1.813T9.85 20zm9-7q.075-1.875 1.35-3.238t3.15-1.687V13zm6.5 0V8.075q1.875.325 3.15 1.688T22 13z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTouchpadMouseSharp(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="M16.5 22q-2.275 0-3.887-1.612T11 16.5V15h11v1.5q0 2.275-1.6 3.888T16.5 22M2 20V4h20v4.4q-1.075-1.15-2.5-1.775T16.5 6q-3.125 0-5.312 2.188T9 13.5v3q0 .925.213 1.813T9.85 20zm9-7q.075-1.875 1.35-3.238t3.15-1.687V13zm6.5 0V8.075q1.875.325 3.15 1.688T22 13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 22q-2.275 0-3.887-1.612T11 16.5V15h11v1.5q0 2.275-1.6 3.888T16.5 22M2 20V4h20v4.4q-1.075-1.15-2.5-1.775T16.5 6q-3.125 0-5.312 2.188T9 13.5v3q0 .925.213 1.813T9.85 20zm9-7q.075-1.875 1.35-3.238t3.15-1.687V13zm6.5 0V8.075q1.875.325 3.15 1.688T22 13z"/></svg> </template>
CSS
.icon-touchpad-mouse-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%22M16.5%2022q-2.275%200-3.887-1.612T11%2016.5V15h11v1.5q0%202.275-1.6%203.888T16.5%2022M2%2020V4h20v4.4q-1.075-1.15-2.5-1.775T16.5%206q-3.125%200-5.312%202.188T9%2013.5v3q0%20.925.213%201.813T9.85%2020zm9-7q.075-1.875%201.35-3.238t3.15-1.687V13zm6.5%200V8.075q1.875.325%203.15%201.688T22%2013z%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%22M16.5%2022q-2.275%200-3.887-1.612T11%2016.5V15h11v1.5q0%202.275-1.6%203.888T16.5%2022M2%2020V4h20v4.4q-1.075-1.15-2.5-1.775T16.5%206q-3.125%200-5.312%202.188T9%2013.5v3q0%20.925.213%201.813T9.85%2020zm9-7q.075-1.875%201.35-3.238t3.15-1.687V13zm6.5%200V8.075q1.875.325%203.15%201.688T22%2013z%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-sharp.svg?color=%231a73e8&size=48