touchpad 02 icon

touchpad-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
touchpad-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the touchpad 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M11.196 14.144L13 15.762V7.5a1.5 1.5 0 0 1 3 0v4.482l1.789.315c1.475.243 2.212.365 2.731.708c.858.566 1.48 1.416 1.48 2.657c0 .864-.194 1.444-.666 3.002c-.299.989-.448 1.483-.692 1.874a3.1 3.1 0 0 1-1.677 1.33c-.414.132-.887.132-1.833.132h-.803c-1.258 0-1.887 0-2.447-.254a3 3 0 0 1-.294-.154c-.532-.319-.929-.856-1.722-1.931L9.298 16.18a1.58 1.58 0 0 1-.007-1.839c.47-.647 1.333-.736 1.905-.197"/><path d="M22 10c0-3.771 0-5.657-1.172-6.829S17.771 2 14 2h-4C6.229 2 4.343 2 3.172 3.17S2 6.23 2 10v2c0 1.864 0 2.796.304 3.53a4 4 0 0 0 2.165 2.165c.59.245 1.307.293 2.531.303"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTouchpad02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M11.196 14.144L13 15.762V7.5a1.5 1.5 0 0 1 3 0v4.482l1.789.315c1.475.243 2.212.365 2.731.708c.858.566 1.48 1.416 1.48 2.657c0 .864-.194 1.444-.666 3.002c-.299.989-.448 1.483-.692 1.874a3.1 3.1 0 0 1-1.677 1.33c-.414.132-.887.132-1.833.132h-.803c-1.258 0-1.887 0-2.447-.254a3 3 0 0 1-.294-.154c-.532-.319-.929-.856-1.722-1.931L9.298 16.18a1.58 1.58 0 0 1-.007-1.839c.47-.647 1.333-.736 1.905-.197"/><path d="M22 10c0-3.771 0-5.657-1.172-6.829S17.771 2 14 2h-4C6.229 2 4.343 2 3.172 3.17S2 6.23 2 10v2c0 1.864 0 2.796.304 3.53a4 4 0 0 0 2.165 2.165c.59.245 1.307.293 2.531.303"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M11.196 14.144L13 15.762V7.5a1.5 1.5 0 0 1 3 0v4.482l1.789.315c1.475.243 2.212.365 2.731.708c.858.566 1.48 1.416 1.48 2.657c0 .864-.194 1.444-.666 3.002c-.299.989-.448 1.483-.692 1.874a3.1 3.1 0 0 1-1.677 1.33c-.414.132-.887.132-1.833.132h-.803c-1.258 0-1.887 0-2.447-.254a3 3 0 0 1-.294-.154c-.532-.319-.929-.856-1.722-1.931L9.298 16.18a1.58 1.58 0 0 1-.007-1.839c.47-.647 1.333-.736 1.905-.197"/><path d="M22 10c0-3.771 0-5.657-1.172-6.829S17.771 2 14 2h-4C6.229 2 4.343 2 3.172 3.17S2 6.23 2 10v2c0 1.864 0 2.796.304 3.53a4 4 0 0 0 2.165 2.165c.59.245 1.307.293 2.531.303"/></g></svg>
</template>

CSS

.icon-touchpad-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.196%2014.144L13%2015.762V7.5a1.5%201.5%200%200%201%203%200v4.482l1.789.315c1.475.243%202.212.365%202.731.708c.858.566%201.48%201.416%201.48%202.657c0%20.864-.194%201.444-.666%203.002c-.299.989-.448%201.483-.692%201.874a3.1%203.1%200%200%201-1.677%201.33c-.414.132-.887.132-1.833.132h-.803c-1.258%200-1.887%200-2.447-.254a3%203%200%200%201-.294-.154c-.532-.319-.929-.856-1.722-1.931L9.298%2016.18a1.58%201.58%200%200%201-.007-1.839c.47-.647%201.333-.736%201.905-.197%22%2F%3E%3Cpath%20d%3D%22M22%2010c0-3.771%200-5.657-1.172-6.829S17.771%202%2014%202h-4C6.229%202%204.343%202%203.172%203.17S2%206.23%202%2010v2c0%201.864%200%202.796.304%203.53a4%204%200%200%200%202.165%202.165c.59.245%201.307.293%202.531.303%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.196%2014.144L13%2015.762V7.5a1.5%201.5%200%200%201%203%200v4.482l1.789.315c1.475.243%202.212.365%202.731.708c.858.566%201.48%201.416%201.48%202.657c0%20.864-.194%201.444-.666%203.002c-.299.989-.448%201.483-.692%201.874a3.1%203.1%200%200%201-1.677%201.33c-.414.132-.887.132-1.833.132h-.803c-1.258%200-1.887%200-2.447-.254a3%203%200%200%201-.294-.154c-.532-.319-.929-.856-1.722-1.931L9.298%2016.18a1.58%201.58%200%200%201-.007-1.839c.47-.647%201.333-.736%201.905-.197%22%2F%3E%3Cpath%20d%3D%22M22%2010c0-3.771%200-5.657-1.172-6.829S17.771%202%2014%202h-4C6.229%202%204.343%202%203.172%203.17S2%206.23%202%2010v2c0%201.864%200%202.796.304%203.53a4%204%200%200%200%202.165%202.165c.59.245%201.307.293%202.531.303%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/touchpad-02.svg?color=%231a73e8&size=48