hand tap icon

hand-tap-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
hand-tap-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the hand tap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M64 64a48 48 0 0 1 96 0a8 8 0 0 1-16 0a32 32 0 0 0-64 0a8 8 0 0 1-16 0m143.23 56c-8.61.4-15.23 7.82-15.23 16.43v7.28a8.17 8.17 0 0 1-7.47 8.25a8 8 0 0 1-8.53-8v-23.51c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 144 120v15.73a8.17 8.17 0 0 1-7.47 8.25a8 8 0 0 1-8.53-8V64.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 96 64v119.74a8.19 8.19 0 0 1-6.72 8.16h-.12a6.09 6.09 0 0 1-6-3.09l-21-36.44c-4.3-7.46-13.74-10.57-21.4-6.62A16 16 0 0 0 34.15 168l30.95 60.05A8 8 0 0 0 72 232h136a8 8 0 0 0 7.16-4.42c.36-.72 8.84-15.06 8.84-40.65V136a16 16 0 0 0-16.77-16"/></svg>

React

import type { SVGProps } from "react";

export function PhHandTapFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M64 64a48 48 0 0 1 96 0a8 8 0 0 1-16 0a32 32 0 0 0-64 0a8 8 0 0 1-16 0m143.23 56c-8.61.4-15.23 7.82-15.23 16.43v7.28a8.17 8.17 0 0 1-7.47 8.25a8 8 0 0 1-8.53-8v-23.51c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 144 120v15.73a8.17 8.17 0 0 1-7.47 8.25a8 8 0 0 1-8.53-8V64.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 96 64v119.74a8.19 8.19 0 0 1-6.72 8.16h-.12a6.09 6.09 0 0 1-6-3.09l-21-36.44c-4.3-7.46-13.74-10.57-21.4-6.62A16 16 0 0 0 34.15 168l30.95 60.05A8 8 0 0 0 72 232h136a8 8 0 0 0 7.16-4.42c.36-.72 8.84-15.06 8.84-40.65V136a16 16 0 0 0-16.77-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M64 64a48 48 0 0 1 96 0a8 8 0 0 1-16 0a32 32 0 0 0-64 0a8 8 0 0 1-16 0m143.23 56c-8.61.4-15.23 7.82-15.23 16.43v7.28a8.17 8.17 0 0 1-7.47 8.25a8 8 0 0 1-8.53-8v-23.51c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 144 120v15.73a8.17 8.17 0 0 1-7.47 8.25a8 8 0 0 1-8.53-8V64.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 96 64v119.74a8.19 8.19 0 0 1-6.72 8.16h-.12a6.09 6.09 0 0 1-6-3.09l-21-36.44c-4.3-7.46-13.74-10.57-21.4-6.62A16 16 0 0 0 34.15 168l30.95 60.05A8 8 0 0 0 72 232h136a8 8 0 0 0 7.16-4.42c.36-.72 8.84-15.06 8.84-40.65V136a16 16 0 0 0-16.77-16"/></svg>
</template>

CSS

.icon-hand-tap-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2064a48%2048%200%200%201%2096%200a8%208%200%200%201-16%200a32%2032%200%200%200-64%200a8%208%200%200%201-16%200m143.23%2056c-8.61.4-15.23%207.82-15.23%2016.43v7.28a8.17%208.17%200%200%201-7.47%208.25a8%208%200%200%201-8.53-8v-23.51c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20144%20120v15.73a8.17%208.17%200%200%201-7.47%208.25a8%208%200%200%201-8.53-8V64.45c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%2096%2064v119.74a8.19%208.19%200%200%201-6.72%208.16h-.12a6.09%206.09%200%200%201-6-3.09l-21-36.44c-4.3-7.46-13.74-10.57-21.4-6.62A16%2016%200%200%200%2034.15%20168l30.95%2060.05A8%208%200%200%200%2072%20232h136a8%208%200%200%200%207.16-4.42c.36-.72%208.84-15.06%208.84-40.65V136a16%2016%200%200%200-16.77-16%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2064a48%2048%200%200%201%2096%200a8%208%200%200%201-16%200a32%2032%200%200%200-64%200a8%208%200%200%201-16%200m143.23%2056c-8.61.4-15.23%207.82-15.23%2016.43v7.28a8.17%208.17%200%200%201-7.47%208.25a8%208%200%200%201-8.53-8v-23.51c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20144%20120v15.73a8.17%208.17%200%200%201-7.47%208.25a8%208%200%200%201-8.53-8V64.45c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%2096%2064v119.74a8.19%208.19%200%200%201-6.72%208.16h-.12a6.09%206.09%200%200%201-6-3.09l-21-36.44c-4.3-7.46-13.74-10.57-21.4-6.62A16%2016%200%200%200%2034.15%20168l30.95%2060.05A8%208%200%200%200%2072%20232h136a8%208%200%200%200%207.16-4.42c.36-.72%208.84-15.06%208.84-40.65V136a16%2016%200%200%200-16.77-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-tap-fill.svg?color=%231a73e8&size=48