hands clapping icon
hands-clapping-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- hands-clapping-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the hands clapping icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.77 83.57L199.59 47a30.14 30.14 0 0 0-41.11-11a30.5 30.5 0 0 0-4.92 3.52L144 23a30.16 30.16 0 0 0-49.55-3.78a30.18 30.18 0 0 0-28.59.8a29.95 29.95 0 0 0-12.78 37.45A29.7 29.7 0 0 0 47.32 60a30 30 0 0 0-11 41l.3.52A31 31 0 0 0 31 104a30 30 0 0 0-11 41l35.33 61a84.48 84.48 0 0 0 115.12 30.75a83.5 83.5 0 0 0 39.27-51c.39-1.45.73-2.89 1-4.35a84.13 84.13 0 0 0 10.05-97.83m-53.06-23.12a6 6 0 0 1 11-1.45l21.18 36.57a59.85 59.85 0 0 1 7.34 39a85 85 0 0 0-5.9-12.57l-33-57a5.94 5.94 0 0 1-.62-4.55m-55.61-24a6 6 0 0 1 7.38-4.25a6 6 0 0 1 3.65 2.8l22.33 38.55A30.7 30.7 0 0 0 140 76a30.2 30.2 0 0 0-4.9 3.52L112.7 41a6 6 0 0 1-.6-4.55m-37 8a6 6 0 0 1 7.37-4.25a6.05 6.05 0 0 1 3.62 2.8l3.77 6.58A30 30 0 0 0 84.34 52a30.4 30.4 0 0 0-4.88 3.5L75.68 49a5.93 5.93 0 0 1-.6-4.55ZM158.44 216a60.37 60.37 0 0 1-82.23-22l-35.33-61a6 6 0 0 1 2.2-8.2a6 6 0 0 1 8.22 2.2l20.29 35a12 12 0 0 0 20.85-12L57.15 89a6 6 0 0 1 10.41-6l31.86 55a12 12 0 0 0 20.85-12L94.2 81.05V81a6 6 0 0 1 10.44-6l36.57 63A12 12 0 0 0 162 126l-12.55-21.61A6 6 0 0 1 160.21 99l20.27 35a60 60 0 0 1-22.04 82"/></svg>
React
import type { SVGProps } from "react";
export function PhHandsClappingBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.77 83.57L199.59 47a30.14 30.14 0 0 0-41.11-11a30.5 30.5 0 0 0-4.92 3.52L144 23a30.16 30.16 0 0 0-49.55-3.78a30.18 30.18 0 0 0-28.59.8a29.95 29.95 0 0 0-12.78 37.45A29.7 29.7 0 0 0 47.32 60a30 30 0 0 0-11 41l.3.52A31 31 0 0 0 31 104a30 30 0 0 0-11 41l35.33 61a84.48 84.48 0 0 0 115.12 30.75a83.5 83.5 0 0 0 39.27-51c.39-1.45.73-2.89 1-4.35a84.13 84.13 0 0 0 10.05-97.83m-53.06-23.12a6 6 0 0 1 11-1.45l21.18 36.57a59.85 59.85 0 0 1 7.34 39a85 85 0 0 0-5.9-12.57l-33-57a5.94 5.94 0 0 1-.62-4.55m-55.61-24a6 6 0 0 1 7.38-4.25a6 6 0 0 1 3.65 2.8l22.33 38.55A30.7 30.7 0 0 0 140 76a30.2 30.2 0 0 0-4.9 3.52L112.7 41a6 6 0 0 1-.6-4.55m-37 8a6 6 0 0 1 7.37-4.25a6.05 6.05 0 0 1 3.62 2.8l3.77 6.58A30 30 0 0 0 84.34 52a30.4 30.4 0 0 0-4.88 3.5L75.68 49a5.93 5.93 0 0 1-.6-4.55ZM158.44 216a60.37 60.37 0 0 1-82.23-22l-35.33-61a6 6 0 0 1 2.2-8.2a6 6 0 0 1 8.22 2.2l20.29 35a12 12 0 0 0 20.85-12L57.15 89a6 6 0 0 1 10.41-6l31.86 55a12 12 0 0 0 20.85-12L94.2 81.05V81a6 6 0 0 1 10.44-6l36.57 63A12 12 0 0 0 162 126l-12.55-21.61A6 6 0 0 1 160.21 99l20.27 35a60 60 0 0 1-22.04 82"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.77 83.57L199.59 47a30.14 30.14 0 0 0-41.11-11a30.5 30.5 0 0 0-4.92 3.52L144 23a30.16 30.16 0 0 0-49.55-3.78a30.18 30.18 0 0 0-28.59.8a29.95 29.95 0 0 0-12.78 37.45A29.7 29.7 0 0 0 47.32 60a30 30 0 0 0-11 41l.3.52A31 31 0 0 0 31 104a30 30 0 0 0-11 41l35.33 61a84.48 84.48 0 0 0 115.12 30.75a83.5 83.5 0 0 0 39.27-51c.39-1.45.73-2.89 1-4.35a84.13 84.13 0 0 0 10.05-97.83m-53.06-23.12a6 6 0 0 1 11-1.45l21.18 36.57a59.85 59.85 0 0 1 7.34 39a85 85 0 0 0-5.9-12.57l-33-57a5.94 5.94 0 0 1-.62-4.55m-55.61-24a6 6 0 0 1 7.38-4.25a6 6 0 0 1 3.65 2.8l22.33 38.55A30.7 30.7 0 0 0 140 76a30.2 30.2 0 0 0-4.9 3.52L112.7 41a6 6 0 0 1-.6-4.55m-37 8a6 6 0 0 1 7.37-4.25a6.05 6.05 0 0 1 3.62 2.8l3.77 6.58A30 30 0 0 0 84.34 52a30.4 30.4 0 0 0-4.88 3.5L75.68 49a5.93 5.93 0 0 1-.6-4.55ZM158.44 216a60.37 60.37 0 0 1-82.23-22l-35.33-61a6 6 0 0 1 2.2-8.2a6 6 0 0 1 8.22 2.2l20.29 35a12 12 0 0 0 20.85-12L57.15 89a6 6 0 0 1 10.41-6l31.86 55a12 12 0 0 0 20.85-12L94.2 81.05V81a6 6 0 0 1 10.44-6l36.57 63A12 12 0 0 0 162 126l-12.55-21.61A6 6 0 0 1 160.21 99l20.27 35a60 60 0 0 1-22.04 82"/></svg> </template>
CSS
.icon-hands-clapping-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220.77%2083.57L199.59%2047a30.14%2030.14%200%200%200-41.11-11a30.5%2030.5%200%200%200-4.92%203.52L144%2023a30.16%2030.16%200%200%200-49.55-3.78a30.18%2030.18%200%200%200-28.59.8a29.95%2029.95%200%200%200-12.78%2037.45A29.7%2029.7%200%200%200%2047.32%2060a30%2030%200%200%200-11%2041l.3.52A31%2031%200%200%200%2031%20104a30%2030%200%200%200-11%2041l35.33%2061a84.48%2084.48%200%200%200%20115.12%2030.75a83.5%2083.5%200%200%200%2039.27-51c.39-1.45.73-2.89%201-4.35a84.13%2084.13%200%200%200%2010.05-97.83m-53.06-23.12a6%206%200%200%201%2011-1.45l21.18%2036.57a59.85%2059.85%200%200%201%207.34%2039a85%2085%200%200%200-5.9-12.57l-33-57a5.94%205.94%200%200%201-.62-4.55m-55.61-24a6%206%200%200%201%207.38-4.25a6%206%200%200%201%203.65%202.8l22.33%2038.55A30.7%2030.7%200%200%200%20140%2076a30.2%2030.2%200%200%200-4.9%203.52L112.7%2041a6%206%200%200%201-.6-4.55m-37%208a6%206%200%200%201%207.37-4.25a6.05%206.05%200%200%201%203.62%202.8l3.77%206.58A30%2030%200%200%200%2084.34%2052a30.4%2030.4%200%200%200-4.88%203.5L75.68%2049a5.93%205.93%200%200%201-.6-4.55ZM158.44%20216a60.37%2060.37%200%200%201-82.23-22l-35.33-61a6%206%200%200%201%202.2-8.2a6%206%200%200%201%208.22%202.2l20.29%2035a12%2012%200%200%200%2020.85-12L57.15%2089a6%206%200%200%201%2010.41-6l31.86%2055a12%2012%200%200%200%2020.85-12L94.2%2081.05V81a6%206%200%200%201%2010.44-6l36.57%2063A12%2012%200%200%200%20162%20126l-12.55-21.61A6%206%200%200%201%20160.21%2099l20.27%2035a60%2060%200%200%201-22.04%2082%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220.77%2083.57L199.59%2047a30.14%2030.14%200%200%200-41.11-11a30.5%2030.5%200%200%200-4.92%203.52L144%2023a30.16%2030.16%200%200%200-49.55-3.78a30.18%2030.18%200%200%200-28.59.8a29.95%2029.95%200%200%200-12.78%2037.45A29.7%2029.7%200%200%200%2047.32%2060a30%2030%200%200%200-11%2041l.3.52A31%2031%200%200%200%2031%20104a30%2030%200%200%200-11%2041l35.33%2061a84.48%2084.48%200%200%200%20115.12%2030.75a83.5%2083.5%200%200%200%2039.27-51c.39-1.45.73-2.89%201-4.35a84.13%2084.13%200%200%200%2010.05-97.83m-53.06-23.12a6%206%200%200%201%2011-1.45l21.18%2036.57a59.85%2059.85%200%200%201%207.34%2039a85%2085%200%200%200-5.9-12.57l-33-57a5.94%205.94%200%200%201-.62-4.55m-55.61-24a6%206%200%200%201%207.38-4.25a6%206%200%200%201%203.65%202.8l22.33%2038.55A30.7%2030.7%200%200%200%20140%2076a30.2%2030.2%200%200%200-4.9%203.52L112.7%2041a6%206%200%200%201-.6-4.55m-37%208a6%206%200%200%201%207.37-4.25a6.05%206.05%200%200%201%203.62%202.8l3.77%206.58A30%2030%200%200%200%2084.34%2052a30.4%2030.4%200%200%200-4.88%203.5L75.68%2049a5.93%205.93%200%200%201-.6-4.55ZM158.44%20216a60.37%2060.37%200%200%201-82.23-22l-35.33-61a6%206%200%200%201%202.2-8.2a6%206%200%200%201%208.22%202.2l20.29%2035a12%2012%200%200%200%2020.85-12L57.15%2089a6%206%200%200%201%2010.41-6l31.86%2055a12%2012%200%200%200%2020.85-12L94.2%2081.05V81a6%206%200%200%201%2010.44-6l36.57%2063A12%2012%200%200%200%20162%20126l-12.55-21.61A6%206%200%200%201%20160.21%2099l20.27%2035a60%2060%200%200%201-22.04%2082%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hands-clapping-bold.svg?color=%231a73e8&size=48