click tap two icon

click-tap-two from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.

Name
click-tap-two
Set
IconPark
Style
Color
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark

Use the click tap two icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M11 44V15C11 12.7909 12.7909 11 15 11C17.2091 11 19 12.7909 19 15V35L42 40V44"/><path d="M11 25.2501V25.2501C6.90264 23.65 4 19.664 4 15C4 8.92487 8.92487 4 15 4C21.0751 4 26 8.92487 26 15C26 19.664 23.0974 23.65 19 25.2501"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkClickTapTwo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M11 44V15C11 12.7909 12.7909 11 15 11C17.2091 11 19 12.7909 19 15V35L42 40V44"/><path d="M11 25.2501V25.2501C6.90264 23.65 4 19.664 4 15C4 8.92487 8.92487 4 15 4C21.0751 4 26 8.92487 26 15C26 19.664 23.0974 23.65 19 25.2501"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M11 44V15C11 12.7909 12.7909 11 15 11C17.2091 11 19 12.7909 19 15V35L42 40V44"/><path d="M11 25.2501V25.2501C6.90264 23.65 4 19.664 4 15C4 8.92487 8.92487 4 15 4C21.0751 4 26 8.92487 26 15C26 19.664 23.0974 23.65 19 25.2501"/></g></svg>
</template>

CSS

.icon-click-tap-two {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M11%2044V15C11%2012.7909%2012.7909%2011%2015%2011C17.2091%2011%2019%2012.7909%2019%2015V35L42%2040V44%22%2F%3E%3Cpath%20d%3D%22M11%2025.2501V25.2501C6.90264%2023.65%204%2019.664%204%2015C4%208.92487%208.92487%204%2015%204C21.0751%204%2026%208.92487%2026%2015C26%2019.664%2023.0974%2023.65%2019%2025.2501%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M11%2044V15C11%2012.7909%2012.7909%2011%2015%2011C17.2091%2011%2019%2012.7909%2019%2015V35L42%2040V44%22%2F%3E%3Cpath%20d%3D%22M11%2025.2501V25.2501C6.90264%2023.65%204%2019.664%204%2015C4%208.92487%208.92487%204%2015%204C21.0751%204%2026%208.92487%2026%2015C26%2019.664%2023.0974%2023.65%2019%2025.2501%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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