clapping hands 2 emoji

clapping-hands-2 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.

Name
clapping-hands-2
Set
Streamline Emojis
Style
Default
Category
Smiley People
Viewbox
48×48
License
CC BY 4.0

More smiley people icons from Streamline Emojis

Use the clapping hands 2 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffb59e" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3.94 23.14A2.16 2.16 0 0 1 7 23.07l-3-2.89a2.48 2.48 0 0 1 3.43-3.57l.12.12a2.64 2.64 0 0 1 3.65-3.81l1.72 1.65A2.48 2.48 0 0 1 16.33 11l8.93 8.57c-1.11-1.64-.74-4.5 1-5.42a1.6 1.6 0 0 1 2.09.58l4.35 5.61a15.37 15.37 0 0 1-2 18.68a9.25 9.25 0 0 1-13.08.27L4 26.2a2.16 2.16 0 0 1-.06-3.06"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m29.75 23.87l-4.49-4.31M7.54 16.73l9.01 8.65M7 23.07l6.13 5.88m-.22-14.38l7.3 7"/><path fill="#45413c" d="M14.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M38.22 13.66L43.54 12a.39.39 0 0 0 .25-.56l-1.37-2.31a.4.4 0 0 0-.62 0l-3.94 4a.35.35 0 0 0 .36.53m-2.94-2.39l2.6-4.92a.39.39 0 0 0-.21-.58l-2.61-.67a.39.39 0 0 0-.46.41v5.59a.36.36 0 0 0 .68.17M16.21 7.58L19 2.73a.4.4 0 0 0-.2-.58l-2.59-.74a.39.39 0 0 0-.47.39l-.16 5.6a.35.35 0 0 0 .63.18m-3.78.27L11 2.48a.39.39 0 0 0-.55-.27L8.05 3.5a.4.4 0 0 0-.05.62l3.82 4.08a.36.36 0 0 0 .61-.35"/><path fill="#ffcebf" d="M10.38 25.28a2.16 2.16 0 0 1 3.06-.06l-3-2.89a2.48 2.48 0 1 1 3.43-3.57l.12.11a2.64 2.64 0 1 1 3.65-3.81l1.72 1.65a2.47 2.47 0 0 1 3.42-3.57l8.93 8.57c-1.11-1.64-.74-4.51 1-5.42a1.59 1.59 0 0 1 2.09.57l4.35 5.62a15.35 15.35 0 0 1-2 18.67a9.25 9.25 0 0 1-13.08.27L10.44 28.35a2.18 2.18 0 0 1-.06-3.07"/><path fill="#ffdcd1" d="M32.71 19.16a1.59 1.59 0 0 1 2.09.57l4.35 5.62A15.44 15.44 0 0 1 41.36 32a15.35 15.35 0 0 0-2.21-9.47l-4.35-5.67a1.59 1.59 0 0 0-2.09-.57c-1.49.78-2 3-1.4 4.62a3 3 0 0 1 1.4-1.75m-13.43-3.08a2.48 2.48 0 0 1 3.49-.08L29 22a3.45 3.45 0 0 0 3.73.71l-10-9.59a2.47 2.47 0 0 0-3.72 3.22a1.5 1.5 0 0 1 .27-.26"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M10.38 25.28a2.16 2.16 0 0 1 3.06-.06l-3-2.89a2.48 2.48 0 1 1 3.43-3.57l.12.11a2.64 2.64 0 1 1 3.65-3.81l1.72 1.65a2.47 2.47 0 0 1 3.42-3.57l8.93 8.57c-1.11-1.64-.74-4.51 1-5.42a1.59 1.59 0 0 1 2.09.57l4.35 5.62a15.35 15.35 0 0 1-2 18.67a9.25 9.25 0 0 1-13.08.27L10.44 28.35a2.18 2.18 0 0 1-.06-3.07m25.81.73l-4.49-4.3m-17.72-2.84L23 27.53m-9.56-2.31l6.13 5.88m-.22-14.39l7.3 7.01"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisClappingHands2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffb59e" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M3.94 23.14A2.16 2.16 0 0 1 7 23.07l-3-2.89a2.48 2.48 0 0 1 3.43-3.57l.12.12a2.64 2.64 0 0 1 3.65-3.81l1.72 1.65A2.48 2.48 0 0 1 16.33 11l8.93 8.57c-1.11-1.64-.74-4.5 1-5.42a1.6 1.6 0 0 1 2.09.58l4.35 5.61a15.37 15.37 0 0 1-2 18.68a9.25 9.25 0 0 1-13.08.27L4 26.2a2.16 2.16 0 0 1-.06-3.06"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m29.75 23.87l-4.49-4.31M7.54 16.73l9.01 8.65M7 23.07l6.13 5.88m-.22-14.38l7.3 7"/><path fill="#45413c" d="M14.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M38.22 13.66L43.54 12a.39.39 0 0 0 .25-.56l-1.37-2.31a.4.4 0 0 0-.62 0l-3.94 4a.35.35 0 0 0 .36.53m-2.94-2.39l2.6-4.92a.39.39 0 0 0-.21-.58l-2.61-.67a.39.39 0 0 0-.46.41v5.59a.36.36 0 0 0 .68.17M16.21 7.58L19 2.73a.4.4 0 0 0-.2-.58l-2.59-.74a.39.39 0 0 0-.47.39l-.16 5.6a.35.35 0 0 0 .63.18m-3.78.27L11 2.48a.39.39 0 0 0-.55-.27L8.05 3.5a.4.4 0 0 0-.05.62l3.82 4.08a.36.36 0 0 0 .61-.35"/><path fill="#ffcebf" d="M10.38 25.28a2.16 2.16 0 0 1 3.06-.06l-3-2.89a2.48 2.48 0 1 1 3.43-3.57l.12.11a2.64 2.64 0 1 1 3.65-3.81l1.72 1.65a2.47 2.47 0 0 1 3.42-3.57l8.93 8.57c-1.11-1.64-.74-4.51 1-5.42a1.59 1.59 0 0 1 2.09.57l4.35 5.62a15.35 15.35 0 0 1-2 18.67a9.25 9.25 0 0 1-13.08.27L10.44 28.35a2.18 2.18 0 0 1-.06-3.07"/><path fill="#ffdcd1" d="M32.71 19.16a1.59 1.59 0 0 1 2.09.57l4.35 5.62A15.44 15.44 0 0 1 41.36 32a15.35 15.35 0 0 0-2.21-9.47l-4.35-5.67a1.59 1.59 0 0 0-2.09-.57c-1.49.78-2 3-1.4 4.62a3 3 0 0 1 1.4-1.75m-13.43-3.08a2.48 2.48 0 0 1 3.49-.08L29 22a3.45 3.45 0 0 0 3.73.71l-10-9.59a2.47 2.47 0 0 0-3.72 3.22a1.5 1.5 0 0 1 .27-.26"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M10.38 25.28a2.16 2.16 0 0 1 3.06-.06l-3-2.89a2.48 2.48 0 1 1 3.43-3.57l.12.11a2.64 2.64 0 1 1 3.65-3.81l1.72 1.65a2.47 2.47 0 0 1 3.42-3.57l8.93 8.57c-1.11-1.64-.74-4.51 1-5.42a1.59 1.59 0 0 1 2.09.57l4.35 5.62a15.35 15.35 0 0 1-2 18.67a9.25 9.25 0 0 1-13.08.27L10.44 28.35a2.18 2.18 0 0 1-.06-3.07m25.81.73l-4.49-4.3m-17.72-2.84L23 27.53m-9.56-2.31l6.13 5.88m-.22-14.39l7.3 7.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffb59e" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3.94 23.14A2.16 2.16 0 0 1 7 23.07l-3-2.89a2.48 2.48 0 0 1 3.43-3.57l.12.12a2.64 2.64 0 0 1 3.65-3.81l1.72 1.65A2.48 2.48 0 0 1 16.33 11l8.93 8.57c-1.11-1.64-.74-4.5 1-5.42a1.6 1.6 0 0 1 2.09.58l4.35 5.61a15.37 15.37 0 0 1-2 18.68a9.25 9.25 0 0 1-13.08.27L4 26.2a2.16 2.16 0 0 1-.06-3.06"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m29.75 23.87l-4.49-4.31M7.54 16.73l9.01 8.65M7 23.07l6.13 5.88m-.22-14.38l7.3 7"/><path fill="#45413c" d="M14.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M38.22 13.66L43.54 12a.39.39 0 0 0 .25-.56l-1.37-2.31a.4.4 0 0 0-.62 0l-3.94 4a.35.35 0 0 0 .36.53m-2.94-2.39l2.6-4.92a.39.39 0 0 0-.21-.58l-2.61-.67a.39.39 0 0 0-.46.41v5.59a.36.36 0 0 0 .68.17M16.21 7.58L19 2.73a.4.4 0 0 0-.2-.58l-2.59-.74a.39.39 0 0 0-.47.39l-.16 5.6a.35.35 0 0 0 .63.18m-3.78.27L11 2.48a.39.39 0 0 0-.55-.27L8.05 3.5a.4.4 0 0 0-.05.62l3.82 4.08a.36.36 0 0 0 .61-.35"/><path fill="#ffcebf" d="M10.38 25.28a2.16 2.16 0 0 1 3.06-.06l-3-2.89a2.48 2.48 0 1 1 3.43-3.57l.12.11a2.64 2.64 0 1 1 3.65-3.81l1.72 1.65a2.47 2.47 0 0 1 3.42-3.57l8.93 8.57c-1.11-1.64-.74-4.51 1-5.42a1.59 1.59 0 0 1 2.09.57l4.35 5.62a15.35 15.35 0 0 1-2 18.67a9.25 9.25 0 0 1-13.08.27L10.44 28.35a2.18 2.18 0 0 1-.06-3.07"/><path fill="#ffdcd1" d="M32.71 19.16a1.59 1.59 0 0 1 2.09.57l4.35 5.62A15.44 15.44 0 0 1 41.36 32a15.35 15.35 0 0 0-2.21-9.47l-4.35-5.67a1.59 1.59 0 0 0-2.09-.57c-1.49.78-2 3-1.4 4.62a3 3 0 0 1 1.4-1.75m-13.43-3.08a2.48 2.48 0 0 1 3.49-.08L29 22a3.45 3.45 0 0 0 3.73.71l-10-9.59a2.47 2.47 0 0 0-3.72 3.22a1.5 1.5 0 0 1 .27-.26"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M10.38 25.28a2.16 2.16 0 0 1 3.06-.06l-3-2.89a2.48 2.48 0 1 1 3.43-3.57l.12.11a2.64 2.64 0 1 1 3.65-3.81l1.72 1.65a2.47 2.47 0 0 1 3.42-3.57l8.93 8.57c-1.11-1.64-.74-4.51 1-5.42a1.59 1.59 0 0 1 2.09.57l4.35 5.62a15.35 15.35 0 0 1-2 18.67a9.25 9.25 0 0 1-13.08.27L10.44 28.35a2.18 2.18 0 0 1-.06-3.07m25.81.73l-4.49-4.3m-17.72-2.84L23 27.53m-9.56-2.31l6.13 5.88m-.22-14.39l7.3 7.01"/></svg>
</template>

CSS

.icon-clapping-hands-2 {
  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%3Cpath%20fill%3D%22%23ffb59e%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.94%2023.14A2.16%202.16%200%200%201%207%2023.07l-3-2.89a2.48%202.48%200%200%201%203.43-3.57l.12.12a2.64%202.64%200%200%201%203.65-3.81l1.72%201.65A2.48%202.48%200%200%201%2016.33%2011l8.93%208.57c-1.11-1.64-.74-4.5%201-5.42a1.6%201.6%200%200%201%202.09.58l4.35%205.61a15.37%2015.37%200%200%201-2%2018.68a9.25%209.25%200%200%201-13.08.27L4%2026.2a2.16%202.16%200%200%201-.06-3.06%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m29.75%2023.87l-4.49-4.31M7.54%2016.73l9.01%208.65M7%2023.07l6.13%205.88m-.22-14.38l7.3%207%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M14.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.22%2013.66L43.54%2012a.39.39%200%200%200%20.25-.56l-1.37-2.31a.4.4%200%200%200-.62%200l-3.94%204a.35.35%200%200%200%20.36.53m-2.94-2.39l2.6-4.92a.39.39%200%200%200-.21-.58l-2.61-.67a.39.39%200%200%200-.46.41v5.59a.36.36%200%200%200%20.68.17M16.21%207.58L19%202.73a.4.4%200%200%200-.2-.58l-2.59-.74a.39.39%200%200%200-.47.39l-.16%205.6a.35.35%200%200%200%20.63.18m-3.78.27L11%202.48a.39.39%200%200%200-.55-.27L8.05%203.5a.4.4%200%200%200-.05.62l3.82%204.08a.36.36%200%200%200%20.61-.35%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M10.38%2025.28a2.16%202.16%200%200%201%203.06-.06l-3-2.89a2.48%202.48%200%201%201%203.43-3.57l.12.11a2.64%202.64%200%201%201%203.65-3.81l1.72%201.65a2.47%202.47%200%200%201%203.42-3.57l8.93%208.57c-1.11-1.64-.74-4.51%201-5.42a1.59%201.59%200%200%201%202.09.57l4.35%205.62a15.35%2015.35%200%200%201-2%2018.67a9.25%209.25%200%200%201-13.08.27L10.44%2028.35a2.18%202.18%200%200%201-.06-3.07%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M32.71%2019.16a1.59%201.59%200%200%201%202.09.57l4.35%205.62A15.44%2015.44%200%200%201%2041.36%2032a15.35%2015.35%200%200%200-2.21-9.47l-4.35-5.67a1.59%201.59%200%200%200-2.09-.57c-1.49.78-2%203-1.4%204.62a3%203%200%200%201%201.4-1.75m-13.43-3.08a2.48%202.48%200%200%201%203.49-.08L29%2022a3.45%203.45%200%200%200%203.73.71l-10-9.59a2.47%202.47%200%200%200-3.72%203.22a1.5%201.5%200%200%201%20.27-.26%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.38%2025.28a2.16%202.16%200%200%201%203.06-.06l-3-2.89a2.48%202.48%200%201%201%203.43-3.57l.12.11a2.64%202.64%200%201%201%203.65-3.81l1.72%201.65a2.47%202.47%200%200%201%203.42-3.57l8.93%208.57c-1.11-1.64-.74-4.51%201-5.42a1.59%201.59%200%200%201%202.09.57l4.35%205.62a15.35%2015.35%200%200%201-2%2018.67a9.25%209.25%200%200%201-13.08.27L10.44%2028.35a2.18%202.18%200%200%201-.06-3.07m25.81.73l-4.49-4.3m-17.72-2.84L23%2027.53m-9.56-2.31l6.13%205.88m-.22-14.39l7.3%207.01%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%3Cpath%20fill%3D%22%23ffb59e%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.94%2023.14A2.16%202.16%200%200%201%207%2023.07l-3-2.89a2.48%202.48%200%200%201%203.43-3.57l.12.12a2.64%202.64%200%200%201%203.65-3.81l1.72%201.65A2.48%202.48%200%200%201%2016.33%2011l8.93%208.57c-1.11-1.64-.74-4.5%201-5.42a1.6%201.6%200%200%201%202.09.58l4.35%205.61a15.37%2015.37%200%200%201-2%2018.68a9.25%209.25%200%200%201-13.08.27L4%2026.2a2.16%202.16%200%200%201-.06-3.06%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m29.75%2023.87l-4.49-4.31M7.54%2016.73l9.01%208.65M7%2023.07l6.13%205.88m-.22-14.38l7.3%207%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M14.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.22%2013.66L43.54%2012a.39.39%200%200%200%20.25-.56l-1.37-2.31a.4.4%200%200%200-.62%200l-3.94%204a.35.35%200%200%200%20.36.53m-2.94-2.39l2.6-4.92a.39.39%200%200%200-.21-.58l-2.61-.67a.39.39%200%200%200-.46.41v5.59a.36.36%200%200%200%20.68.17M16.21%207.58L19%202.73a.4.4%200%200%200-.2-.58l-2.59-.74a.39.39%200%200%200-.47.39l-.16%205.6a.35.35%200%200%200%20.63.18m-3.78.27L11%202.48a.39.39%200%200%200-.55-.27L8.05%203.5a.4.4%200%200%200-.05.62l3.82%204.08a.36.36%200%200%200%20.61-.35%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M10.38%2025.28a2.16%202.16%200%200%201%203.06-.06l-3-2.89a2.48%202.48%200%201%201%203.43-3.57l.12.11a2.64%202.64%200%201%201%203.65-3.81l1.72%201.65a2.47%202.47%200%200%201%203.42-3.57l8.93%208.57c-1.11-1.64-.74-4.51%201-5.42a1.59%201.59%200%200%201%202.09.57l4.35%205.62a15.35%2015.35%200%200%201-2%2018.67a9.25%209.25%200%200%201-13.08.27L10.44%2028.35a2.18%202.18%200%200%201-.06-3.07%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M32.71%2019.16a1.59%201.59%200%200%201%202.09.57l4.35%205.62A15.44%2015.44%200%200%201%2041.36%2032a15.35%2015.35%200%200%200-2.21-9.47l-4.35-5.67a1.59%201.59%200%200%200-2.09-.57c-1.49.78-2%203-1.4%204.62a3%203%200%200%201%201.4-1.75m-13.43-3.08a2.48%202.48%200%200%201%203.49-.08L29%2022a3.45%203.45%200%200%200%203.73.71l-10-9.59a2.47%202.47%200%200%200-3.72%203.22a1.5%201.5%200%200%201%20.27-.26%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.38%2025.28a2.16%202.16%200%200%201%203.06-.06l-3-2.89a2.48%202.48%200%201%201%203.43-3.57l.12.11a2.64%202.64%200%201%201%203.65-3.81l1.72%201.65a2.47%202.47%200%200%201%203.42-3.57l8.93%208.57c-1.11-1.64-.74-4.51%201-5.42a1.59%201.59%200%200%201%202.09.57l4.35%205.62a15.35%2015.35%200%200%201-2%2018.67a9.25%209.25%200%200%201-13.08.27L10.44%2028.35a2.18%202.18%200%200%201-.06-3.07m25.81.73l-4.49-4.3m-17.72-2.84L23%2027.53m-9.56-2.31l6.13%205.88m-.22-14.39l7.3%207.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/clapping-hands-2.svg?color=%231a73e8&size=48