hand tap icon

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

Name
hand-tap-light
Set
Phosphor
Style
Light
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="M58 76a58 58 0 0 1 116 0a6 6 0 0 1-12 0a46 46 0 0 0-92 0a6 6 0 0 1-12 0m138 46a25.87 25.87 0 0 0-14.59 4.49A26 26 0 0 0 142 110.1V76a26 26 0 0 0-52 0v87l-7.53-12.1a26 26 0 0 0-45 26.13l29.32 50A6 6 0 0 0 77.16 221l-29.29-50a14 14 0 0 1 24.25-14a1 1 0 0 0 .1.17l18.68 30A6 6 0 0 0 102 184V76a14 14 0 0 1 28 0v68a6 6 0 0 0 12 0v-12a14 14 0 0 1 28 0v20a6 6 0 0 0 12 0v-4a14 14 0 0 1 28 0v36c0 22.13-7.3 37.18-7.37 37.32a6 6 0 0 0 2.69 8a5.8 5.8 0 0 0 2.68.68a6 6 0 0 0 5.38-3.32c.35-.7 8.63-17.55 8.63-42.68v-36A26 26 0 0 0 196 122"/></svg>

React

import type { SVGProps } from "react";

export function PhHandTapLight(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="M58 76a58 58 0 0 1 116 0a6 6 0 0 1-12 0a46 46 0 0 0-92 0a6 6 0 0 1-12 0m138 46a25.87 25.87 0 0 0-14.59 4.49A26 26 0 0 0 142 110.1V76a26 26 0 0 0-52 0v87l-7.53-12.1a26 26 0 0 0-45 26.13l29.32 50A6 6 0 0 0 77.16 221l-29.29-50a14 14 0 0 1 24.25-14a1 1 0 0 0 .1.17l18.68 30A6 6 0 0 0 102 184V76a14 14 0 0 1 28 0v68a6 6 0 0 0 12 0v-12a14 14 0 0 1 28 0v20a6 6 0 0 0 12 0v-4a14 14 0 0 1 28 0v36c0 22.13-7.3 37.18-7.37 37.32a6 6 0 0 0 2.69 8a5.8 5.8 0 0 0 2.68.68a6 6 0 0 0 5.38-3.32c.35-.7 8.63-17.55 8.63-42.68v-36A26 26 0 0 0 196 122"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M58 76a58 58 0 0 1 116 0a6 6 0 0 1-12 0a46 46 0 0 0-92 0a6 6 0 0 1-12 0m138 46a25.87 25.87 0 0 0-14.59 4.49A26 26 0 0 0 142 110.1V76a26 26 0 0 0-52 0v87l-7.53-12.1a26 26 0 0 0-45 26.13l29.32 50A6 6 0 0 0 77.16 221l-29.29-50a14 14 0 0 1 24.25-14a1 1 0 0 0 .1.17l18.68 30A6 6 0 0 0 102 184V76a14 14 0 0 1 28 0v68a6 6 0 0 0 12 0v-12a14 14 0 0 1 28 0v20a6 6 0 0 0 12 0v-4a14 14 0 0 1 28 0v36c0 22.13-7.3 37.18-7.37 37.32a6 6 0 0 0 2.69 8a5.8 5.8 0 0 0 2.68.68a6 6 0 0 0 5.38-3.32c.35-.7 8.63-17.55 8.63-42.68v-36A26 26 0 0 0 196 122"/></svg>
</template>

CSS

.icon-hand-tap-light {
  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%22M58%2076a58%2058%200%200%201%20116%200a6%206%200%200%201-12%200a46%2046%200%200%200-92%200a6%206%200%200%201-12%200m138%2046a25.87%2025.87%200%200%200-14.59%204.49A26%2026%200%200%200%20142%20110.1V76a26%2026%200%200%200-52%200v87l-7.53-12.1a26%2026%200%200%200-45%2026.13l29.32%2050A6%206%200%200%200%2077.16%20221l-29.29-50a14%2014%200%200%201%2024.25-14a1%201%200%200%200%20.1.17l18.68%2030A6%206%200%200%200%20102%20184V76a14%2014%200%200%201%2028%200v68a6%206%200%200%200%2012%200v-12a14%2014%200%200%201%2028%200v20a6%206%200%200%200%2012%200v-4a14%2014%200%200%201%2028%200v36c0%2022.13-7.3%2037.18-7.37%2037.32a6%206%200%200%200%202.69%208a5.8%205.8%200%200%200%202.68.68a6%206%200%200%200%205.38-3.32c.35-.7%208.63-17.55%208.63-42.68v-36A26%2026%200%200%200%20196%20122%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%22M58%2076a58%2058%200%200%201%20116%200a6%206%200%200%201-12%200a46%2046%200%200%200-92%200a6%206%200%200%201-12%200m138%2046a25.87%2025.87%200%200%200-14.59%204.49A26%2026%200%200%200%20142%20110.1V76a26%2026%200%200%200-52%200v87l-7.53-12.1a26%2026%200%200%200-45%2026.13l29.32%2050A6%206%200%200%200%2077.16%20221l-29.29-50a14%2014%200%200%201%2024.25-14a1%201%200%200%200%20.1.17l18.68%2030A6%206%200%200%200%20102%20184V76a14%2014%200%200%201%2028%200v68a6%206%200%200%200%2012%200v-12a14%2014%200%200%201%2028%200v20a6%206%200%200%200%2012%200v-4a14%2014%200%200%201%2028%200v36c0%2022.13-7.3%2037.18-7.37%2037.32a6%206%200%200%200%202.69%208a5.8%205.8%200%200%200%202.68.68a6%206%200%200%200%205.38-3.32c.35-.7%208.63-17.55%208.63-42.68v-36A26%2026%200%200%200%20196%20122%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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