two hands icon

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

Name
two-hands
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 two hands 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="M36.9999 19.9757L36.0174 23.9333L27.3115 30.2403L27.3616 41.9576L33.9999 42.0002L33.6273 33.5147C40.5487 29.1859 44.0095 26.0144 44.0095 24.0002C44.0095 21.986 44.0095 16.6722 44.0095 6.05875"/><path d="M11.0001 20.051L12.0332 24.0002L20.4006 30.4159L20.7596 42.1279L14.0001 42.0002L14.203 33.9087C7.4094 30.0009 4.0127 27.0251 4.0127 24.9812C4.0127 22.9374 4.0127 17.2867 4.0127 6.02917"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkTwoHands(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="M36.9999 19.9757L36.0174 23.9333L27.3115 30.2403L27.3616 41.9576L33.9999 42.0002L33.6273 33.5147C40.5487 29.1859 44.0095 26.0144 44.0095 24.0002C44.0095 21.986 44.0095 16.6722 44.0095 6.05875"/><path d="M11.0001 20.051L12.0332 24.0002L20.4006 30.4159L20.7596 42.1279L14.0001 42.0002L14.203 33.9087C7.4094 30.0009 4.0127 27.0251 4.0127 24.9812C4.0127 22.9374 4.0127 17.2867 4.0127 6.02917"/></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="M36.9999 19.9757L36.0174 23.9333L27.3115 30.2403L27.3616 41.9576L33.9999 42.0002L33.6273 33.5147C40.5487 29.1859 44.0095 26.0144 44.0095 24.0002C44.0095 21.986 44.0095 16.6722 44.0095 6.05875"/><path d="M11.0001 20.051L12.0332 24.0002L20.4006 30.4159L20.7596 42.1279L14.0001 42.0002L14.203 33.9087C7.4094 30.0009 4.0127 27.0251 4.0127 24.9812C4.0127 22.9374 4.0127 17.2867 4.0127 6.02917"/></g></svg>
</template>

CSS

.icon-two-hands {
  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%22M36.9999%2019.9757L36.0174%2023.9333L27.3115%2030.2403L27.3616%2041.9576L33.9999%2042.0002L33.6273%2033.5147C40.5487%2029.1859%2044.0095%2026.0144%2044.0095%2024.0002C44.0095%2021.986%2044.0095%2016.6722%2044.0095%206.05875%22%2F%3E%3Cpath%20d%3D%22M11.0001%2020.051L12.0332%2024.0002L20.4006%2030.4159L20.7596%2042.1279L14.0001%2042.0002L14.203%2033.9087C7.4094%2030.0009%204.0127%2027.0251%204.0127%2024.9812C4.0127%2022.9374%204.0127%2017.2867%204.0127%206.02917%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%22M36.9999%2019.9757L36.0174%2023.9333L27.3115%2030.2403L27.3616%2041.9576L33.9999%2042.0002L33.6273%2033.5147C40.5487%2029.1859%2044.0095%2026.0144%2044.0095%2024.0002C44.0095%2021.986%2044.0095%2016.6722%2044.0095%206.05875%22%2F%3E%3Cpath%20d%3D%22M11.0001%2020.051L12.0332%2024.0002L20.4006%2030.4159L20.7596%2042.1279L14.0001%2042.0002L14.203%2033.9087C7.4094%2030.0009%204.0127%2027.0251%204.0127%2024.9812C4.0127%2022.9374%204.0127%2017.2867%204.0127%206.02917%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/two-hands.svg?color=%231a73e8&size=48