hands-clapping from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
hands-clapping
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the hands clapping icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M336 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V16c0-8.8 7.2-16 16-16s16 7.2 16 16m-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4M135 119c9.4-9.4 24.6-9.4 33.9 0l123.8 123.7c10.1 10.1 27.3 2.9 27.3-11.3V192c0-17.7 14.3-32 32-32s32 14.3 32 32v153.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zm298.1 365.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4v-98.1c8.2-.1 16-6.4 16-16v-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32v153.6c0 57.1-30 110-78.9 139.4zm-8.2-466.2c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHandsClapping(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M336 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V16c0-8.8 7.2-16 16-16s16 7.2 16 16m-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4M135 119c9.4-9.4 24.6-9.4 33.9 0l123.8 123.7c10.1 10.1 27.3 2.9 27.3-11.3V192c0-17.7 14.3-32 32-32s32 14.3 32 32v153.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zm298.1 365.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4v-98.1c8.2-.1 16-6.4 16-16v-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32v153.6c0 57.1-30 110-78.9 139.4zm-8.2-466.2c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M336 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V16c0-8.8 7.2-16 16-16s16 7.2 16 16m-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4M135 119c9.4-9.4 24.6-9.4 33.9 0l123.8 123.7c10.1 10.1 27.3 2.9 27.3-11.3V192c0-17.7 14.3-32 32-32s32 14.3 32 32v153.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zm298.1 365.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4v-98.1c8.2-.1 16-6.4 16-16v-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32v153.6c0 57.1-30 110-78.9 139.4zm-8.2-466.2c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4"/></svg>
</template>

CSS

.icon-hands-clapping {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%2016v64c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V16c0-8.8%207.2-16%2016-16s16%207.2%2016%2016m-98.7%207.1l32%2048c4.9%207.4%202.9%2017.3-4.4%2022.2s-17.3%202.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3%204.4-22.2s17.3-2.9%2022.2%204.4M135%20119c9.4-9.4%2024.6-9.4%2033.9%200l123.8%20123.7c10.1%2010.1%2027.3%202.9%2027.3-11.3V192c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v153.6c0%2057.1-30%20110-78.9%20139.4c-64%2038.4-145.8%2028.3-198.5-24.4L7%20361c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l53%2053c6.1%206.1%2016%206.1%2022.1%200s6.1-16%200-22.1l-93-93c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l93%2093c6.1%206.1%2016%206.1%2022.1%200s6.1-16%200-22.1L55%20185c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l117%20117c6.1%206.1%2016%206.1%2022.1%200s6.1-16%200-22.1l-93-93c-9.4-9.4-9.4-24.6%200-33.9zm298.1%20365.9c-24.2%2014.5-50.9%2022.1-77.7%2023.1c48.1-39.6%2076.6-99%2076.6-162.4v-98.1c8.2-.1%2016-6.4%2016-16v-39.4c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v153.6c0%2057.1-30%20110-78.9%20139.4zm-8.2-466.2c7.4%204.9%209.3%2014.8%204.4%2022.2l-32%2048c-4.9%207.4-14.8%209.3-22.2%204.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4%2014.8-9.3%2022.2-4.4%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%2016v64c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V16c0-8.8%207.2-16%2016-16s16%207.2%2016%2016m-98.7%207.1l32%2048c4.9%207.4%202.9%2017.3-4.4%2022.2s-17.3%202.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3%204.4-22.2s17.3-2.9%2022.2%204.4M135%20119c9.4-9.4%2024.6-9.4%2033.9%200l123.8%20123.7c10.1%2010.1%2027.3%202.9%2027.3-11.3V192c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v153.6c0%2057.1-30%20110-78.9%20139.4c-64%2038.4-145.8%2028.3-198.5-24.4L7%20361c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l53%2053c6.1%206.1%2016%206.1%2022.1%200s6.1-16%200-22.1l-93-93c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l93%2093c6.1%206.1%2016%206.1%2022.1%200s6.1-16%200-22.1L55%20185c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l117%20117c6.1%206.1%2016%206.1%2022.1%200s6.1-16%200-22.1l-93-93c-9.4-9.4-9.4-24.6%200-33.9zm298.1%20365.9c-24.2%2014.5-50.9%2022.1-77.7%2023.1c48.1-39.6%2076.6-99%2076.6-162.4v-98.1c8.2-.1%2016-6.4%2016-16v-39.4c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v153.6c0%2057.1-30%20110-78.9%20139.4zm-8.2-466.2c7.4%204.9%209.3%2014.8%204.4%2022.2l-32%2048c-4.9%207.4-14.8%209.3-22.2%204.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4%2014.8-9.3%2022.2-4.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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