touchpad 04 icon

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

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

Related icons in Huge Icons

Use the touchpad 04 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="M22 13.579v.163m0 0c0-.823-.6-1.525-1.418-1.66l-1.128-.187v.842M22 13.742v2.083c0 1.83 0 2.745-.28 3.473a4.22 4.22 0 0 1-2.433 2.422c-.732.28-1.651.28-3.49.28c-.964 0-1.446 0-1.894-.098a4.24 4.24 0 0 1-1.852-.922c-.348-.298-.637-.682-1.216-1.45l-2.549-3.384a1.42 1.42 0 0 1 .028-1.745a1.435 1.435 0 0 1 2.13-.117l1.29 1.368v-8.24c0-.78.626-1.412 1.4-1.412c.772 0 1.4.632 1.4 1.412v2.798m0 0h.678a1.69 1.69 0 0 1 1.697 1.685m-2.376-1.684v2.526m2.376-.842v.842m0-.842v-.842h.849a1.69 1.69 0 0 1 1.697 1.684m0 0v.842"/><path d="M22 8.01c-.036-2.484-.22-3.892-1.163-4.836C19.665 2 17.778 2 14.005 2h-4.001C6.23 2 4.344 2 3.172 3.174S2 6.236 2 10.014v2.003c0 1.867 0 2.8.305 3.537a4 4 0 0 0 2.165 2.168c.408.17.876.244 1.53.278"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTouchpad04(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="M22 13.579v.163m0 0c0-.823-.6-1.525-1.418-1.66l-1.128-.187v.842M22 13.742v2.083c0 1.83 0 2.745-.28 3.473a4.22 4.22 0 0 1-2.433 2.422c-.732.28-1.651.28-3.49.28c-.964 0-1.446 0-1.894-.098a4.24 4.24 0 0 1-1.852-.922c-.348-.298-.637-.682-1.216-1.45l-2.549-3.384a1.42 1.42 0 0 1 .028-1.745a1.435 1.435 0 0 1 2.13-.117l1.29 1.368v-8.24c0-.78.626-1.412 1.4-1.412c.772 0 1.4.632 1.4 1.412v2.798m0 0h.678a1.69 1.69 0 0 1 1.697 1.685m-2.376-1.684v2.526m2.376-.842v.842m0-.842v-.842h.849a1.69 1.69 0 0 1 1.697 1.684m0 0v.842"/><path d="M22 8.01c-.036-2.484-.22-3.892-1.163-4.836C19.665 2 17.778 2 14.005 2h-4.001C6.23 2 4.344 2 3.172 3.174S2 6.236 2 10.014v2.003c0 1.867 0 2.8.305 3.537a4 4 0 0 0 2.165 2.168c.408.17.876.244 1.53.278"/></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="M22 13.579v.163m0 0c0-.823-.6-1.525-1.418-1.66l-1.128-.187v.842M22 13.742v2.083c0 1.83 0 2.745-.28 3.473a4.22 4.22 0 0 1-2.433 2.422c-.732.28-1.651.28-3.49.28c-.964 0-1.446 0-1.894-.098a4.24 4.24 0 0 1-1.852-.922c-.348-.298-.637-.682-1.216-1.45l-2.549-3.384a1.42 1.42 0 0 1 .028-1.745a1.435 1.435 0 0 1 2.13-.117l1.29 1.368v-8.24c0-.78.626-1.412 1.4-1.412c.772 0 1.4.632 1.4 1.412v2.798m0 0h.678a1.69 1.69 0 0 1 1.697 1.685m-2.376-1.684v2.526m2.376-.842v.842m0-.842v-.842h.849a1.69 1.69 0 0 1 1.697 1.684m0 0v.842"/><path d="M22 8.01c-.036-2.484-.22-3.892-1.163-4.836C19.665 2 17.778 2 14.005 2h-4.001C6.23 2 4.344 2 3.172 3.174S2 6.236 2 10.014v2.003c0 1.867 0 2.8.305 3.537a4 4 0 0 0 2.165 2.168c.408.17.876.244 1.53.278"/></g></svg>
</template>

CSS

.icon-touchpad-04 {
  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%22M22%2013.579v.163m0%200c0-.823-.6-1.525-1.418-1.66l-1.128-.187v.842M22%2013.742v2.083c0%201.83%200%202.745-.28%203.473a4.22%204.22%200%200%201-2.433%202.422c-.732.28-1.651.28-3.49.28c-.964%200-1.446%200-1.894-.098a4.24%204.24%200%200%201-1.852-.922c-.348-.298-.637-.682-1.216-1.45l-2.549-3.384a1.42%201.42%200%200%201%20.028-1.745a1.435%201.435%200%200%201%202.13-.117l1.29%201.368v-8.24c0-.78.626-1.412%201.4-1.412c.772%200%201.4.632%201.4%201.412v2.798m0%200h.678a1.69%201.69%200%200%201%201.697%201.685m-2.376-1.684v2.526m2.376-.842v.842m0-.842v-.842h.849a1.69%201.69%200%200%201%201.697%201.684m0%200v.842%22%2F%3E%3Cpath%20d%3D%22M22%208.01c-.036-2.484-.22-3.892-1.163-4.836C19.665%202%2017.778%202%2014.005%202h-4.001C6.23%202%204.344%202%203.172%203.174S2%206.236%202%2010.014v2.003c0%201.867%200%202.8.305%203.537a4%204%200%200%200%202.165%202.168c.408.17.876.244%201.53.278%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%22M22%2013.579v.163m0%200c0-.823-.6-1.525-1.418-1.66l-1.128-.187v.842M22%2013.742v2.083c0%201.83%200%202.745-.28%203.473a4.22%204.22%200%200%201-2.433%202.422c-.732.28-1.651.28-3.49.28c-.964%200-1.446%200-1.894-.098a4.24%204.24%200%200%201-1.852-.922c-.348-.298-.637-.682-1.216-1.45l-2.549-3.384a1.42%201.42%200%200%201%20.028-1.745a1.435%201.435%200%200%201%202.13-.117l1.29%201.368v-8.24c0-.78.626-1.412%201.4-1.412c.772%200%201.4.632%201.4%201.412v2.798m0%200h.678a1.69%201.69%200%200%201%201.697%201.685m-2.376-1.684v2.526m2.376-.842v.842m0-.842v-.842h.849a1.69%201.69%200%200%201%201.697%201.684m0%200v.842%22%2F%3E%3Cpath%20d%3D%22M22%208.01c-.036-2.484-.22-3.892-1.163-4.836C19.665%202%2017.778%202%2014.005%202h-4.001C6.23%202%204.344%202%203.172%203.174S2%206.236%202%2010.014v2.003c0%201.867%200%202.8.305%203.537a4%204%200%200%200%202.165%202.168c.408.17.876.244%201.53.278%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-04.svg?color=%231a73e8&size=48