hands clapping icon
hands-clapping from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- hands-clapping
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the hands clapping icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M408 72v64c0 13.3-10.7 24-24 24s-24-10.7-24-24V72c0-13.3 10.7-24 24-24s24 10.7 24 24m-124 2.7l32 48c7.4 11 4.4 25.9-6.7 33.3s-25.9 4.4-33.3-6.7l-32-48c-7.4-11-4.4-25.9 6.7-33.3s25.9-4.3 33.3 6.7M199 183c9.4-9.4 24.6-9.4 33.9 0l123.8 123.7c10.1 10.1 27.3 2.9 27.3-11.3V256c0-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.4L71 425c-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.1L119 249c-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.4zM517.3 68c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandsClapping(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M408 72v64c0 13.3-10.7 24-24 24s-24-10.7-24-24V72c0-13.3 10.7-24 24-24s24 10.7 24 24m-124 2.7l32 48c7.4 11 4.4 25.9-6.7 33.3s-25.9 4.4-33.3-6.7l-32-48c-7.4-11-4.4-25.9 6.7-33.3s25.9-4.3 33.3 6.7M199 183c9.4-9.4 24.6-9.4 33.9 0l123.8 123.7c10.1 10.1 27.3 2.9 27.3-11.3V256c0-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.4L71 425c-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.1L119 249c-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.4zM517.3 68c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M408 72v64c0 13.3-10.7 24-24 24s-24-10.7-24-24V72c0-13.3 10.7-24 24-24s24 10.7 24 24m-124 2.7l32 48c7.4 11 4.4 25.9-6.7 33.3s-25.9 4.4-33.3-6.7l-32-48c-7.4-11-4.4-25.9 6.7-33.3s25.9-4.3 33.3 6.7M199 183c9.4-9.4 24.6-9.4 33.9 0l123.8 123.7c10.1 10.1 27.3 2.9 27.3-11.3V256c0-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.4L71 425c-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.1L119 249c-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.4zM517.3 68c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408%2072v64c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V72c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024m-124%202.7l32%2048c7.4%2011%204.4%2025.9-6.7%2033.3s-25.9%204.4-33.3-6.7l-32-48c-7.4-11-4.4-25.9%206.7-33.3s25.9-4.3%2033.3%206.7M199%20183c9.4-9.4%2024.6-9.4%2033.9%200l123.8%20123.7c10.1%2010.1%2027.3%202.9%2027.3-11.3V256c0-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.4L71%20425c-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.1L119%20249c-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.4zM517.3%2068c11%207.4%2014%2022.3%206.7%2033.3l-32%2048c-7.4%2011-22.3%2014-33.3%206.7s-14-22.3-6.7-33.3l32-48c7.4-11%2022.3-14%2033.3-6.7%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408%2072v64c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V72c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024m-124%202.7l32%2048c7.4%2011%204.4%2025.9-6.7%2033.3s-25.9%204.4-33.3-6.7l-32-48c-7.4-11-4.4-25.9%206.7-33.3s25.9-4.3%2033.3%206.7M199%20183c9.4-9.4%2024.6-9.4%2033.9%200l123.8%20123.7c10.1%2010.1%2027.3%202.9%2027.3-11.3V256c0-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.4L71%20425c-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.1L119%20249c-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.4zM517.3%2068c11%207.4%2014%2022.3%206.7%2033.3l-32%2048c-7.4%2011-22.3%2014-33.3%206.7s-14-22.3-6.7-33.3l32-48c7.4-11%2022.3-14%2033.3-6.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hands-clapping.svg?color=%231a73e8&size=48