hands clapping icon
hands-clapping-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- hands-clapping-thin
- Set
- Phosphor
- Style
- Thin
- 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="M164.22 24V8a4 4 0 0 1 8 0v16a4 4 0 0 1-8 0m34 13.55a4 4 0 0 0 5.51-1.33l8-13.11a4 4 0 0 0-6.84-4.17l-8 13.11a4 4 0 0 0 1.3 5.5Zm41.62 17.23a4 4 0 0 0-5.05-2.58l-15.09 4.85a4 4 0 0 0 1.23 7.8a4 4 0 0 0 1.23-.19l15.06-4.85a4 4 0 0 0 2.59-5.03ZM203 189.66c-.37 2-.81 4-1.34 6A76.18 76.18 0 0 1 62.22 214L27 153a22 22 0 0 1 22.76-32.69L43.19 109a22 22 0 0 1 22.73-32.68L61.69 69a22 22 0 0 1 35.18-26a21.83 21.83 0 0 1 9.85-12a22.08 22.08 0 0 1 30.1 8l15.79 27.3a22.05 22.05 0 0 1 39.73-3.3l21.14 36.57A76.19 76.19 0 0 1 203 189.66M161.08 81l33 57.05a75.5 75.5 0 0 1 10.21 37.24a68.26 68.26 0 0 0 2.27-71.66L185.4 67a14 14 0 0 0-24.32 14m-55.49-24l28.54 49.29a22 22 0 0 1 24.28-14L129.88 43a14 14 0 1 0-24.29 14m-37 8l10 17.27a22 22 0 0 1 24.27-14L92.91 51a14 14 0 1 0-24.28 14Zm118.5 77l-20.19-35a14 14 0 0 0-24.67 13.26l12.6 21.74a4 4 0 1 1-6.93 4l-36.51-63a14 14 0 0 0-19.15-5.11A14 14 0 0 0 87.09 97l26.05 45a4 4 0 0 1-1.46 5.47a4 4 0 0 1-5.48-1.46L74.42 91a14 14 0 0 0-24.28 14l35.23 61a4 4 0 0 1-6.94 4l-20.25-35a14 14 0 0 0-24.29 14l35.27 61a68.09 68.09 0 0 0 118-68Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHandsClappingThin(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="M164.22 24V8a4 4 0 0 1 8 0v16a4 4 0 0 1-8 0m34 13.55a4 4 0 0 0 5.51-1.33l8-13.11a4 4 0 0 0-6.84-4.17l-8 13.11a4 4 0 0 0 1.3 5.5Zm41.62 17.23a4 4 0 0 0-5.05-2.58l-15.09 4.85a4 4 0 0 0 1.23 7.8a4 4 0 0 0 1.23-.19l15.06-4.85a4 4 0 0 0 2.59-5.03ZM203 189.66c-.37 2-.81 4-1.34 6A76.18 76.18 0 0 1 62.22 214L27 153a22 22 0 0 1 22.76-32.69L43.19 109a22 22 0 0 1 22.73-32.68L61.69 69a22 22 0 0 1 35.18-26a21.83 21.83 0 0 1 9.85-12a22.08 22.08 0 0 1 30.1 8l15.79 27.3a22.05 22.05 0 0 1 39.73-3.3l21.14 36.57A76.19 76.19 0 0 1 203 189.66M161.08 81l33 57.05a75.5 75.5 0 0 1 10.21 37.24a68.26 68.26 0 0 0 2.27-71.66L185.4 67a14 14 0 0 0-24.32 14m-55.49-24l28.54 49.29a22 22 0 0 1 24.28-14L129.88 43a14 14 0 1 0-24.29 14m-37 8l10 17.27a22 22 0 0 1 24.27-14L92.91 51a14 14 0 1 0-24.28 14Zm118.5 77l-20.19-35a14 14 0 0 0-24.67 13.26l12.6 21.74a4 4 0 1 1-6.93 4l-36.51-63a14 14 0 0 0-19.15-5.11A14 14 0 0 0 87.09 97l26.05 45a4 4 0 0 1-1.46 5.47a4 4 0 0 1-5.48-1.46L74.42 91a14 14 0 0 0-24.28 14l35.23 61a4 4 0 0 1-6.94 4l-20.25-35a14 14 0 0 0-24.29 14l35.27 61a68.09 68.09 0 0 0 118-68Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164.22 24V8a4 4 0 0 1 8 0v16a4 4 0 0 1-8 0m34 13.55a4 4 0 0 0 5.51-1.33l8-13.11a4 4 0 0 0-6.84-4.17l-8 13.11a4 4 0 0 0 1.3 5.5Zm41.62 17.23a4 4 0 0 0-5.05-2.58l-15.09 4.85a4 4 0 0 0 1.23 7.8a4 4 0 0 0 1.23-.19l15.06-4.85a4 4 0 0 0 2.59-5.03ZM203 189.66c-.37 2-.81 4-1.34 6A76.18 76.18 0 0 1 62.22 214L27 153a22 22 0 0 1 22.76-32.69L43.19 109a22 22 0 0 1 22.73-32.68L61.69 69a22 22 0 0 1 35.18-26a21.83 21.83 0 0 1 9.85-12a22.08 22.08 0 0 1 30.1 8l15.79 27.3a22.05 22.05 0 0 1 39.73-3.3l21.14 36.57A76.19 76.19 0 0 1 203 189.66M161.08 81l33 57.05a75.5 75.5 0 0 1 10.21 37.24a68.26 68.26 0 0 0 2.27-71.66L185.4 67a14 14 0 0 0-24.32 14m-55.49-24l28.54 49.29a22 22 0 0 1 24.28-14L129.88 43a14 14 0 1 0-24.29 14m-37 8l10 17.27a22 22 0 0 1 24.27-14L92.91 51a14 14 0 1 0-24.28 14Zm118.5 77l-20.19-35a14 14 0 0 0-24.67 13.26l12.6 21.74a4 4 0 1 1-6.93 4l-36.51-63a14 14 0 0 0-19.15-5.11A14 14 0 0 0 87.09 97l26.05 45a4 4 0 0 1-1.46 5.47a4 4 0 0 1-5.48-1.46L74.42 91a14 14 0 0 0-24.28 14l35.23 61a4 4 0 0 1-6.94 4l-20.25-35a14 14 0 0 0-24.29 14l35.27 61a68.09 68.09 0 0 0 118-68Z"/></svg> </template>
CSS
.icon-hands-clapping-thin {
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%22M164.22%2024V8a4%204%200%200%201%208%200v16a4%204%200%200%201-8%200m34%2013.55a4%204%200%200%200%205.51-1.33l8-13.11a4%204%200%200%200-6.84-4.17l-8%2013.11a4%204%200%200%200%201.3%205.5Zm41.62%2017.23a4%204%200%200%200-5.05-2.58l-15.09%204.85a4%204%200%200%200%201.23%207.8a4%204%200%200%200%201.23-.19l15.06-4.85a4%204%200%200%200%202.59-5.03ZM203%20189.66c-.37%202-.81%204-1.34%206A76.18%2076.18%200%200%201%2062.22%20214L27%20153a22%2022%200%200%201%2022.76-32.69L43.19%20109a22%2022%200%200%201%2022.73-32.68L61.69%2069a22%2022%200%200%201%2035.18-26a21.83%2021.83%200%200%201%209.85-12a22.08%2022.08%200%200%201%2030.1%208l15.79%2027.3a22.05%2022.05%200%200%201%2039.73-3.3l21.14%2036.57A76.19%2076.19%200%200%201%20203%20189.66M161.08%2081l33%2057.05a75.5%2075.5%200%200%201%2010.21%2037.24a68.26%2068.26%200%200%200%202.27-71.66L185.4%2067a14%2014%200%200%200-24.32%2014m-55.49-24l28.54%2049.29a22%2022%200%200%201%2024.28-14L129.88%2043a14%2014%200%201%200-24.29%2014m-37%208l10%2017.27a22%2022%200%200%201%2024.27-14L92.91%2051a14%2014%200%201%200-24.28%2014Zm118.5%2077l-20.19-35a14%2014%200%200%200-24.67%2013.26l12.6%2021.74a4%204%200%201%201-6.93%204l-36.51-63a14%2014%200%200%200-19.15-5.11A14%2014%200%200%200%2087.09%2097l26.05%2045a4%204%200%200%201-1.46%205.47a4%204%200%200%201-5.48-1.46L74.42%2091a14%2014%200%200%200-24.28%2014l35.23%2061a4%204%200%200%201-6.94%204l-20.25-35a14%2014%200%200%200-24.29%2014l35.27%2061a68.09%2068.09%200%200%200%20118-68Z%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%22M164.22%2024V8a4%204%200%200%201%208%200v16a4%204%200%200%201-8%200m34%2013.55a4%204%200%200%200%205.51-1.33l8-13.11a4%204%200%200%200-6.84-4.17l-8%2013.11a4%204%200%200%200%201.3%205.5Zm41.62%2017.23a4%204%200%200%200-5.05-2.58l-15.09%204.85a4%204%200%200%200%201.23%207.8a4%204%200%200%200%201.23-.19l15.06-4.85a4%204%200%200%200%202.59-5.03ZM203%20189.66c-.37%202-.81%204-1.34%206A76.18%2076.18%200%200%201%2062.22%20214L27%20153a22%2022%200%200%201%2022.76-32.69L43.19%20109a22%2022%200%200%201%2022.73-32.68L61.69%2069a22%2022%200%200%201%2035.18-26a21.83%2021.83%200%200%201%209.85-12a22.08%2022.08%200%200%201%2030.1%208l15.79%2027.3a22.05%2022.05%200%200%201%2039.73-3.3l21.14%2036.57A76.19%2076.19%200%200%201%20203%20189.66M161.08%2081l33%2057.05a75.5%2075.5%200%200%201%2010.21%2037.24a68.26%2068.26%200%200%200%202.27-71.66L185.4%2067a14%2014%200%200%200-24.32%2014m-55.49-24l28.54%2049.29a22%2022%200%200%201%2024.28-14L129.88%2043a14%2014%200%201%200-24.29%2014m-37%208l10%2017.27a22%2022%200%200%201%2024.27-14L92.91%2051a14%2014%200%201%200-24.28%2014Zm118.5%2077l-20.19-35a14%2014%200%200%200-24.67%2013.26l12.6%2021.74a4%204%200%201%201-6.93%204l-36.51-63a14%2014%200%200%200-19.15-5.11A14%2014%200%200%200%2087.09%2097l26.05%2045a4%204%200%200%201-1.46%205.47a4%204%200%200%201-5.48-1.46L74.42%2091a14%2014%200%200%200-24.28%2014l35.23%2061a4%204%200%200%201-6.94%204l-20.25-35a14%2014%200%200%200-24.29%2014l35.27%2061a68.09%2068.09%200%200%200%20118-68Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hands-clapping-thin.svg?color=%231a73e8&size=48