three from IconPark TwoTone by ByteDance · Two tone · Hands · Apache-2.0 Free for personal and commercial use.

Name
three
Set
IconPark TwoTone
Style
Two tone
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark TwoTone

Use the three icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGIsYipbDd"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m11 40l-4.208-9.117a5 5 0 0 1 1.767-6.255l1.904-1.27a1 1 0 0 1 1.085-.016l.452.283l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.484.138c.525.524.82 1.236.82 1.978V19.91a1 1 0 0 0 .017.175c.112.514.79 3.183 2.983 3.914c.907.302 2.364 2.8 3.373 4.727c.74 1.414.669 3.097-.106 4.492L34.5 40S31 44 23 44s-11.333-2.667-12-4"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGIsYipbDd)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneThree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGIsYipbDd"><path fill="#555" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="m11 40l-4.208-9.117a5 5 0 0 1 1.767-6.255l1.904-1.27a1 1 0 0 1 1.085-.016l.452.283l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.484.138c.525.524.82 1.236.82 1.978V19.91a1 1 0 0 0 .017.175c.112.514.79 3.183 2.983 3.914c.907.302 2.364 2.8 3.373 4.727c.74 1.414.669 3.097-.106 4.492L34.5 40S31 44 23 44s-11.333-2.667-12-4"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGIsYipbDd)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGIsYipbDd"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m11 40l-4.208-9.117a5 5 0 0 1 1.767-6.255l1.904-1.27a1 1 0 0 1 1.085-.016l.452.283l-1.87-13.68a2.32 2.32 0 0 1 .442-1.707a1.547 1.547 0 0 1 2.166-.31l.133.1c.41.308.719.73.886 1.215l4.112 11.879a.562.562 0 0 0 1.092-.22l-.883-13.685a2.7 2.7 0 0 1 .785-2.08a1.797 1.797 0 0 1 2.393-.132l.34.272a3 3 0 0 1 1.088 1.865l2.239 13.88a.568.568 0 0 0 1.127-.036l1.328-13.724a3 3 0 0 1 1.112-2.054l.206-.165a1.865 1.865 0 0 1 2.484.138c.525.524.82 1.236.82 1.978V19.91a1 1 0 0 0 .017.175c.112.514.79 3.183 2.983 3.914c.907.302 2.364 2.8 3.373 4.727c.74 1.414.669 3.097-.106 4.492L34.5 40S31 44 23 44s-11.333-2.667-12-4"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGIsYipbDd)"/></svg>
</template>

CSS

.icon-three {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVGIsYipbDd%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m11%2040l-4.208-9.117a5%205%200%200%201%201.767-6.255l1.904-1.27a1%201%200%200%201%201.085-.016l.452.283l-1.87-13.68a2.32%202.32%200%200%201%20.442-1.707a1.547%201.547%200%200%201%202.166-.31l.133.1c.41.308.719.73.886%201.215l4.112%2011.879a.562.562%200%200%200%201.092-.22l-.883-13.685a2.7%202.7%200%200%201%20.785-2.08a1.797%201.797%200%200%201%202.393-.132l.34.272a3%203%200%200%201%201.088%201.865l2.239%2013.88a.568.568%200%200%200%201.127-.036l1.328-13.724a3%203%200%200%201%201.112-2.054l.206-.165a1.865%201.865%200%200%201%202.484.138c.525.524.82%201.236.82%201.978V19.91a1%201%200%200%200%20.017.175c.112.514.79%203.183%202.983%203.914c.907.302%202.364%202.8%203.373%204.727c.74%201.414.669%203.097-.106%204.492L34.5%2040S31%2044%2023%2044s-11.333-2.667-12-4%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGIsYipbDd)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGIsYipbDd%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m11%2040l-4.208-9.117a5%205%200%200%201%201.767-6.255l1.904-1.27a1%201%200%200%201%201.085-.016l.452.283l-1.87-13.68a2.32%202.32%200%200%201%20.442-1.707a1.547%201.547%200%200%201%202.166-.31l.133.1c.41.308.719.73.886%201.215l4.112%2011.879a.562.562%200%200%200%201.092-.22l-.883-13.685a2.7%202.7%200%200%201%20.785-2.08a1.797%201.797%200%200%201%202.393-.132l.34.272a3%203%200%200%201%201.088%201.865l2.239%2013.88a.568.568%200%200%200%201.127-.036l1.328-13.724a3%203%200%200%201%201.112-2.054l.206-.165a1.865%201.865%200%200%201%202.484.138c.525.524.82%201.236.82%201.978V19.91a1%201%200%200%200%20.017.175c.112.514.79%203.183%202.983%203.914c.907.302%202.364%202.8%203.373%204.727c.74%201.414.669%203.097-.106%204.492L34.5%2040S31%2044%2023%2044s-11.333-2.667-12-4%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGIsYipbDd)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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