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

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

Related icons in Huge Icons

Use the tap 07 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="M13 6a4 4 0 0 0-8 0"/><path d="M10.318 8.92V6.365a1.364 1.364 0 0 0-2.727 0v7.892L6.118 12.8a1.547 1.547 0 0 0-2.282.125a1.5 1.5 0 0 0-.03 1.854l2.732 3.595c.62.816.93 1.224 1.302 1.541c.57.484 1.25.82 1.984.98c.48.104.997.104 2.03.104c1.97 0 2.955 0 3.739-.297a4.5 4.5 0 0 0 2.606-2.574c.301-.774.301-1.746.301-3.69v-2.213a1.8 1.8 0 0 0-1.52-1.765l-.31-.05a.766.766 0 0 0-.897.747M10.318 8.92l.525-.258c.253-.125.535-.205.81-.14a1.796 1.796 0 0 1 1.393 1.74M10.318 8.92v2.237m2.728-.895v.895m0-.895c0-.494.407-.895.909-.895c1.004 0 1.818.801 1.818 1.79m0 0v.895"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTap07(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="M13 6a4 4 0 0 0-8 0"/><path d="M10.318 8.92V6.365a1.364 1.364 0 0 0-2.727 0v7.892L6.118 12.8a1.547 1.547 0 0 0-2.282.125a1.5 1.5 0 0 0-.03 1.854l2.732 3.595c.62.816.93 1.224 1.302 1.541c.57.484 1.25.82 1.984.98c.48.104.997.104 2.03.104c1.97 0 2.955 0 3.739-.297a4.5 4.5 0 0 0 2.606-2.574c.301-.774.301-1.746.301-3.69v-2.213a1.8 1.8 0 0 0-1.52-1.765l-.31-.05a.766.766 0 0 0-.897.747M10.318 8.92l.525-.258c.253-.125.535-.205.81-.14a1.796 1.796 0 0 1 1.393 1.74M10.318 8.92v2.237m2.728-.895v.895m0-.895c0-.494.407-.895.909-.895c1.004 0 1.818.801 1.818 1.79m0 0v.895"/></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="M13 6a4 4 0 0 0-8 0"/><path d="M10.318 8.92V6.365a1.364 1.364 0 0 0-2.727 0v7.892L6.118 12.8a1.547 1.547 0 0 0-2.282.125a1.5 1.5 0 0 0-.03 1.854l2.732 3.595c.62.816.93 1.224 1.302 1.541c.57.484 1.25.82 1.984.98c.48.104.997.104 2.03.104c1.97 0 2.955 0 3.739-.297a4.5 4.5 0 0 0 2.606-2.574c.301-.774.301-1.746.301-3.69v-2.213a1.8 1.8 0 0 0-1.52-1.765l-.31-.05a.766.766 0 0 0-.897.747M10.318 8.92l.525-.258c.253-.125.535-.205.81-.14a1.796 1.796 0 0 1 1.393 1.74M10.318 8.92v2.237m2.728-.895v.895m0-.895c0-.494.407-.895.909-.895c1.004 0 1.818.801 1.818 1.79m0 0v.895"/></g></svg>
</template>

CSS

.icon-tap-07 {
  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%22M13%206a4%204%200%200%200-8%200%22%2F%3E%3Cpath%20d%3D%22M10.318%208.92V6.365a1.364%201.364%200%200%200-2.727%200v7.892L6.118%2012.8a1.547%201.547%200%200%200-2.282.125a1.5%201.5%200%200%200-.03%201.854l2.732%203.595c.62.816.93%201.224%201.302%201.541c.57.484%201.25.82%201.984.98c.48.104.997.104%202.03.104c1.97%200%202.955%200%203.739-.297a4.5%204.5%200%200%200%202.606-2.574c.301-.774.301-1.746.301-3.69v-2.213a1.8%201.8%200%200%200-1.52-1.765l-.31-.05a.766.766%200%200%200-.897.747M10.318%208.92l.525-.258c.253-.125.535-.205.81-.14a1.796%201.796%200%200%201%201.393%201.74M10.318%208.92v2.237m2.728-.895v.895m0-.895c0-.494.407-.895.909-.895c1.004%200%201.818.801%201.818%201.79m0%200v.895%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%22M13%206a4%204%200%200%200-8%200%22%2F%3E%3Cpath%20d%3D%22M10.318%208.92V6.365a1.364%201.364%200%200%200-2.727%200v7.892L6.118%2012.8a1.547%201.547%200%200%200-2.282.125a1.5%201.5%200%200%200-.03%201.854l2.732%203.595c.62.816.93%201.224%201.302%201.541c.57.484%201.25.82%201.984.98c.48.104.997.104%202.03.104c1.97%200%202.955%200%203.739-.297a4.5%204.5%200%200%200%202.606-2.574c.301-.774.301-1.746.301-3.69v-2.213a1.8%201.8%200%200%200-1.52-1.765l-.31-.05a.766.766%200%200%200-.897.747M10.318%208.92l.525-.258c.253-.125.535-.205.81-.14a1.796%201.796%200%200%201%201.393%201.74M10.318%208.92v2.237m2.728-.895v.895m0-.895c0-.494.407-.895.909-.895c1.004%200%201.818.801%201.818%201.79m0%200v.895%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-07.svg?color=%231a73e8&size=48