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

Name
tap-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the tap 01 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-linejoin="round" stroke-width="1.5"><path d="M6.988 6.028c-.066-.92.5-2.742 2.056-3.503c.642-.39 2.403-.994 4.087.082c1.66 1.06 1.772 2.622 1.877 3.41"/><path d="M17.165 22.002c-.045-1.636.058-1.798.178-2.162s.956-1.677 1.252-2.614c.957-3.034.065-3.68-1.125-4.54c-1.32-.954-3.694-1.428-4.93-1.323v-4.84c0-.822-.788-1.496-1.631-1.496S9.29 5.7 9.29 6.524v8.312l-1.719-1.491c-.56-.593-1.459-.653-2.073-.114a1.45 1.45 0 0 0-.195 1.983l1.13 1.464m2.81 5.324v-.853c.038-1.053-.746-1.74-1.768-3.114l-.216-.287m0 0c-.31-.41-.582-.76-.825-1.07m.825 1.07l1.023 1.326M7.26 17.748l-.825-1.07m0 0c-.5-.634-.878-1.095-1.203-1.553"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTap01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M6.988 6.028c-.066-.92.5-2.742 2.056-3.503c.642-.39 2.403-.994 4.087.082c1.66 1.06 1.772 2.622 1.877 3.41"/><path d="M17.165 22.002c-.045-1.636.058-1.798.178-2.162s.956-1.677 1.252-2.614c.957-3.034.065-3.68-1.125-4.54c-1.32-.954-3.694-1.428-4.93-1.323v-4.84c0-.822-.788-1.496-1.631-1.496S9.29 5.7 9.29 6.524v8.312l-1.719-1.491c-.56-.593-1.459-.653-2.073-.114a1.45 1.45 0 0 0-.195 1.983l1.13 1.464m2.81 5.324v-.853c.038-1.053-.746-1.74-1.768-3.114l-.216-.287m0 0c-.31-.41-.582-.76-.825-1.07m.825 1.07l1.023 1.326M7.26 17.748l-.825-1.07m0 0c-.5-.634-.878-1.095-1.203-1.553"/></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-linejoin="round" stroke-width="1.5"><path d="M6.988 6.028c-.066-.92.5-2.742 2.056-3.503c.642-.39 2.403-.994 4.087.082c1.66 1.06 1.772 2.622 1.877 3.41"/><path d="M17.165 22.002c-.045-1.636.058-1.798.178-2.162s.956-1.677 1.252-2.614c.957-3.034.065-3.68-1.125-4.54c-1.32-.954-3.694-1.428-4.93-1.323v-4.84c0-.822-.788-1.496-1.631-1.496S9.29 5.7 9.29 6.524v8.312l-1.719-1.491c-.56-.593-1.459-.653-2.073-.114a1.45 1.45 0 0 0-.195 1.983l1.13 1.464m2.81 5.324v-.853c.038-1.053-.746-1.74-1.768-3.114l-.216-.287m0 0c-.31-.41-.582-.76-.825-1.07m.825 1.07l1.023 1.326M7.26 17.748l-.825-1.07m0 0c-.5-.634-.878-1.095-1.203-1.553"/></g></svg>
</template>

CSS

.icon-tap-01 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.988%206.028c-.066-.92.5-2.742%202.056-3.503c.642-.39%202.403-.994%204.087.082c1.66%201.06%201.772%202.622%201.877%203.41%22%2F%3E%3Cpath%20d%3D%22M17.165%2022.002c-.045-1.636.058-1.798.178-2.162s.956-1.677%201.252-2.614c.957-3.034.065-3.68-1.125-4.54c-1.32-.954-3.694-1.428-4.93-1.323v-4.84c0-.822-.788-1.496-1.631-1.496S9.29%205.7%209.29%206.524v8.312l-1.719-1.491c-.56-.593-1.459-.653-2.073-.114a1.45%201.45%200%200%200-.195%201.983l1.13%201.464m2.81%205.324v-.853c.038-1.053-.746-1.74-1.768-3.114l-.216-.287m0%200c-.31-.41-.582-.76-.825-1.07m.825%201.07l1.023%201.326M7.26%2017.748l-.825-1.07m0%200c-.5-.634-.878-1.095-1.203-1.553%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.988%206.028c-.066-.92.5-2.742%202.056-3.503c.642-.39%202.403-.994%204.087.082c1.66%201.06%201.772%202.622%201.877%203.41%22%2F%3E%3Cpath%20d%3D%22M17.165%2022.002c-.045-1.636.058-1.798.178-2.162s.956-1.677%201.252-2.614c.957-3.034.065-3.68-1.125-4.54c-1.32-.954-3.694-1.428-4.93-1.323v-4.84c0-.822-.788-1.496-1.631-1.496S9.29%205.7%209.29%206.524v8.312l-1.719-1.491c-.56-.593-1.459-.653-2.073-.114a1.45%201.45%200%200%200-.195%201.983l1.13%201.464m2.81%205.324v-.853c.038-1.053-.746-1.74-1.768-3.114l-.216-.287m0%200c-.31-.41-.582-.76-.825-1.07m.825%201.07l1.023%201.326M7.26%2017.748l-.825-1.07m0%200c-.5-.634-.878-1.095-1.203-1.553%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/tap-01.svg?color=%231a73e8&size=48