trackpad input 3 icon
trackpad-input-3-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- trackpad-input-3-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 14V9q0-.425.288-.712T19 8t.713.288T20 9v5h1q0-.425.288-.712T22 13t.713.288T23 14v4q0 1.65-1.175 2.825T19 22h-4.175q-.6 0-1.15-.225t-.975-.65L8.3 16.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T13 7t.713.288T14 8v6h1V7q0-.425.288-.712T16 6t.713.288T17 7v7zM4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5H4v12h1.8q.425 0 .713.288T6.8 18t-.287.713T5.8 19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTrackpadInput3Rounded(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 14V9q0-.425.288-.712T19 8t.713.288T20 9v5h1q0-.425.288-.712T22 13t.713.288T23 14v4q0 1.65-1.175 2.825T19 22h-4.175q-.6 0-1.15-.225t-.975-.65L8.3 16.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T13 7t.713.288T14 8v6h1V7q0-.425.288-.712T16 6t.713.288T17 7v7zM4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5H4v12h1.8q.425 0 .713.288T6.8 18t-.287.713T5.8 19z"/></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 14V9q0-.425.288-.712T19 8t.713.288T20 9v5h1q0-.425.288-.712T22 13t.713.288T23 14v4q0 1.65-1.175 2.825T19 22h-4.175q-.6 0-1.15-.225t-.975-.65L8.3 16.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T13 7t.713.288T14 8v6h1V7q0-.425.288-.712T16 6t.713.288T17 7v7zM4 19q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5H4v12h1.8q.425 0 .713.288T6.8 18t-.287.713T5.8 19z"/></svg> </template>
CSS
.icon-trackpad-input-3-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%22M18%2014V9q0-.425.288-.712T19%208t.713.288T20%209v5h1q0-.425.288-.712T22%2013t.713.288T23%2014v4q0%201.65-1.175%202.825T19%2022h-4.175q-.6%200-1.15-.225t-.975-.65L8.3%2016.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1%200l1.725.5V8q0-.425.288-.712T13%207t.713.288T14%208v6h1V7q0-.425.288-.712T16%206t.713.288T17%207v7zM4%2019q-.825%200-1.412-.587T2%2017V5q0-.825.588-1.412T4%203h16q.425%200%20.713.288T21%204t-.288.713T20%205H4v12h1.8q.425%200%20.713.288T6.8%2018t-.287.713T5.8%2019z%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%2014V9q0-.425.288-.712T19%208t.713.288T20%209v5h1q0-.425.288-.712T22%2013t.713.288T23%2014v4q0%201.65-1.175%202.825T19%2022h-4.175q-.6%200-1.15-.225t-.975-.65L8.3%2016.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1%200l1.725.5V8q0-.425.288-.712T13%207t.713.288T14%208v6h1V7q0-.425.288-.712T16%206t.713.288T17%207v7zM4%2019q-.825%200-1.412-.587T2%2017V5q0-.825.588-1.412T4%203h16q.425%200%20.713.288T21%204t-.288.713T20%205H4v12h1.8q.425%200%20.713.288T6.8%2018t-.287.713T5.8%2019z%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-3-rounded.svg?color=%231a73e8&size=48