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

Name
yep
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 yep icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGOLMCCemi"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 42c-4.736 2.706-11 2.5-16 0s-9-8-9-12.5c0-2.623 4.356-4.53 6.196-5.219c.46-.172.75-.64.677-1.126L11.586 7.909a3.404 3.404 0 1 1 6.75-.88L20 22l.83-15.77a3.408 3.408 0 1 1 6.795.518l-1.038 10.386A2.37 2.37 0 0 1 28.947 15A4.053 4.053 0 0 1 33 19.053V21.5a3.5 3.5 0 1 1 7 0v10.649c0 .566-.053 1.132-.253 1.661c-.596 1.577-2.46 5.169-7.747 8.19"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGOLMCCemi)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneYep(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="SVGOLMCCemi"><path fill="#555" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M32 42c-4.736 2.706-11 2.5-16 0s-9-8-9-12.5c0-2.623 4.356-4.53 6.196-5.219c.46-.172.75-.64.677-1.126L11.586 7.909a3.404 3.404 0 1 1 6.75-.88L20 22l.83-15.77a3.408 3.408 0 1 1 6.795.518l-1.038 10.386A2.37 2.37 0 0 1 28.947 15A4.053 4.053 0 0 1 33 19.053V21.5a3.5 3.5 0 1 1 7 0v10.649c0 .566-.053 1.132-.253 1.661c-.596 1.577-2.46 5.169-7.747 8.19"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGOLMCCemi)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGOLMCCemi"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 42c-4.736 2.706-11 2.5-16 0s-9-8-9-12.5c0-2.623 4.356-4.53 6.196-5.219c.46-.172.75-.64.677-1.126L11.586 7.909a3.404 3.404 0 1 1 6.75-.88L20 22l.83-15.77a3.408 3.408 0 1 1 6.795.518l-1.038 10.386A2.37 2.37 0 0 1 28.947 15A4.053 4.053 0 0 1 33 19.053V21.5a3.5 3.5 0 1 1 7 0v10.649c0 .566-.053 1.132-.253 1.661c-.596 1.577-2.46 5.169-7.747 8.19"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGOLMCCemi)"/></svg>
</template>

CSS

.icon-yep {
  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%22SVGOLMCCemi%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%22M32%2042c-4.736%202.706-11%202.5-16%200s-9-8-9-12.5c0-2.623%204.356-4.53%206.196-5.219c.46-.172.75-.64.677-1.126L11.586%207.909a3.404%203.404%200%201%201%206.75-.88L20%2022l.83-15.77a3.408%203.408%200%201%201%206.795.518l-1.038%2010.386A2.37%202.37%200%200%201%2028.947%2015A4.053%204.053%200%200%201%2033%2019.053V21.5a3.5%203.5%200%201%201%207%200v10.649c0%20.566-.053%201.132-.253%201.661c-.596%201.577-2.46%205.169-7.747%208.19%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGOLMCCemi)%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%22SVGOLMCCemi%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%22M32%2042c-4.736%202.706-11%202.5-16%200s-9-8-9-12.5c0-2.623%204.356-4.53%206.196-5.219c.46-.172.75-.64.677-1.126L11.586%207.909a3.404%203.404%200%201%201%206.75-.88L20%2022l.83-15.77a3.408%203.408%200%201%201%206.795.518l-1.038%2010.386A2.37%202.37%200%200%201%2028.947%2015A4.053%204.053%200%200%201%2033%2019.053V21.5a3.5%203.5%200%201%201%207%200v10.649c0%20.566-.053%201.132-.253%201.661c-.596%201.577-2.46%205.169-7.747%208.19%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGOLMCCemi)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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