trackpad input 2 icon
trackpad-input-2 from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- trackpad-input-2
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the trackpad input 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.825 22q-.6 0-1.15-.225t-.975-.65L7.6 16l.825-.85q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T13 7t.713.288T14 8v6h1V7q0-.425.288-.712T16 6t.713.288T17 7v7h1v-2q0-.425.288-.712T19 11t.713.288T20 12v2h1q0-.425.288-.712T22 13t.713.288T23 14v4q0 1.65-1.175 2.825T19 22zM4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h15q.825 0 1.413.588T21 5v4h-2V5H4v12h1.8l1.975 2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTrackpadInput2(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="M14.825 22q-.6 0-1.15-.225t-.975-.65L7.6 16l.825-.85q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T13 7t.713.288T14 8v6h1V7q0-.425.288-.712T16 6t.713.288T17 7v7h1v-2q0-.425.288-.712T19 11t.713.288T20 12v2h1q0-.425.288-.712T22 13t.713.288T23 14v4q0 1.65-1.175 2.825T19 22zM4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h15q.825 0 1.413.588T21 5v4h-2V5H4v12h1.8l1.975 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.825 22q-.6 0-1.15-.225t-.975-.65L7.6 16l.825-.85q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T13 7t.713.288T14 8v6h1V7q0-.425.288-.712T16 6t.713.288T17 7v7h1v-2q0-.425.288-.712T19 11t.713.288T20 12v2h1q0-.425.288-.712T22 13t.713.288T23 14v4q0 1.65-1.175 2.825T19 22zM4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h15q.825 0 1.413.588T21 5v4h-2V5H4v12h1.8l1.975 2z"/></svg> </template>
CSS
.icon-trackpad-input-2 {
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%22M14.825%2022q-.6%200-1.15-.225t-.975-.65L7.6%2016l.825-.85q.35-.35.85-.475t1%200l1.725.5V8q0-.425.288-.712T13%207t.713.288T14%208v6h1V7q0-.425.288-.712T16%206t.713.288T17%207v7h1v-2q0-.425.288-.712T19%2011t.713.288T20%2012v2h1q0-.425.288-.712T22%2013t.713.288T23%2014v4q0%201.65-1.175%202.825T19%2022zM4%2019q-.825%200-1.412-.587T2%2017V5q0-.825.588-1.412T4%203h15q.825%200%201.413.588T21%205v4h-2V5H4v12h1.8l1.975%202z%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%22M14.825%2022q-.6%200-1.15-.225t-.975-.65L7.6%2016l.825-.85q.35-.35.85-.475t1%200l1.725.5V8q0-.425.288-.712T13%207t.713.288T14%208v6h1V7q0-.425.288-.712T16%206t.713.288T17%207v7h1v-2q0-.425.288-.712T19%2011t.713.288T20%2012v2h1q0-.425.288-.712T22%2013t.713.288T23%2014v4q0%201.65-1.175%202.825T19%2022zM4%2019q-.825%200-1.412-.587T2%2017V5q0-.825.588-1.412T4%203h15q.825%200%201.413.588T21%205v4h-2V5H4v12h1.8l1.975%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/trackpad-input-2.svg?color=%231a73e8&size=48