touchpad mouse icon

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

Name
touchpad-mouse-outline
Set
Material Symbols
Style
Outline
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 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.5V15h-7v1.5q0 1.45 1.025 2.475T16.5 20t2.475-1.025M13.025 13H15.5v-2.85q-.95.275-1.638 1.05t-.837 1.8m4.475 0h2.475q-.15-1.025-.837-1.8T17.5 10.15zm-4.9 7.4Q11 18.8 11 16.5v-3q0-2.3 1.6-3.9T16.5 8t3.9 1.6t1.6 3.9v3q0 2.3-1.6 3.9T16.5 22t-3.9-1.6M4 18V6zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6H4v12h5.025v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTouchpadMouseOutline(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.5V15h-7v1.5q0 1.45 1.025 2.475T16.5 20t2.475-1.025M13.025 13H15.5v-2.85q-.95.275-1.638 1.05t-.837 1.8m4.475 0h2.475q-.15-1.025-.837-1.8T17.5 10.15zm-4.9 7.4Q11 18.8 11 16.5v-3q0-2.3 1.6-3.9T16.5 8t3.9 1.6t1.6 3.9v3q0 2.3-1.6 3.9T16.5 22t-3.9-1.6M4 18V6zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6H4v12h5.025v2z"/></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.5V15h-7v1.5q0 1.45 1.025 2.475T16.5 20t2.475-1.025M13.025 13H15.5v-2.85q-.95.275-1.638 1.05t-.837 1.8m4.475 0h2.475q-.15-1.025-.837-1.8T17.5 10.15zm-4.9 7.4Q11 18.8 11 16.5v-3q0-2.3 1.6-3.9T16.5 8t3.9 1.6t1.6 3.9v3q0 2.3-1.6 3.9T16.5 22t-3.9-1.6M4 18V6zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6H4v12h5.025v2z"/></svg>
</template>

CSS

.icon-touchpad-mouse-outline {
  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.5V15h-7v1.5q0%201.45%201.025%202.475T16.5%2020t2.475-1.025M13.025%2013H15.5v-2.85q-.95.275-1.638%201.05t-.837%201.8m4.475%200h2.475q-.15-1.025-.837-1.8T17.5%2010.15zm-4.9%207.4Q11%2018.8%2011%2016.5v-3q0-2.3%201.6-3.9T16.5%208t3.9%201.6t1.6%203.9v3q0%202.3-1.6%203.9T16.5%2022t-3.9-1.6M4%2018V6zm0%202q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206H4v12h5.025v2z%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.5V15h-7v1.5q0%201.45%201.025%202.475T16.5%2020t2.475-1.025M13.025%2013H15.5v-2.85q-.95.275-1.638%201.05t-.837%201.8m4.475%200h2.475q-.15-1.025-.837-1.8T17.5%2010.15zm-4.9%207.4Q11%2018.8%2011%2016.5v-3q0-2.3%201.6-3.9T16.5%208t3.9%201.6t1.6%203.9v3q0%202.3-1.6%203.9T16.5%2022t-3.9-1.6M4%2018V6zm0%202q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206H4v12h5.025v2z%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-outline.svg?color=%231a73e8&size=48