hands clapping icon
hands-clapping-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- hands-clapping-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M199 187.76a71.67 71.67 0 0 0-8.66-47.76l-20.2-35a18 18 0 0 0-31.55 17.26L114.71 81a18 18 0 1 0-31.17 18l-5.73-10L65.1 67a18 18 0 1 1 31.18-18L102 59a18 18 0 1 1 31.17-18l24.23 42a18 18 0 0 1 31.2-18l21.11 36.57A72 72 0 0 1 199 187.76" opacity=".2"/><path d="M160.22 24V8a8 8 0 0 1 16 0v16a8 8 0 0 1-16 0m35.88 17a7.9 7.9 0 0 0 4.17 1.17a8 8 0 0 0 6.84-3.83l8-13.11a8 8 0 0 0-13.68-8.33l-8 13.1a8 8 0 0 0 2.67 11m47.51 12.59a8 8 0 0 0-10.08-5.16l-15.06 4.85a8 8 0 0 0 2.46 15.62a8.2 8.2 0 0 0 2.46-.39l15.05-4.85a8 8 0 0 0 5.17-10.11ZM217 97.58a80.22 80.22 0 0 1-10.22 94c-.34 1.73-.72 3.46-1.19 5.18A80.17 80.17 0 0 1 58.77 216L23.5 155a26 26 0 0 1 19.24-38.79l-3-5.2a26 26 0 0 1 19.2-38.78l-.7-1.23a26 26 0 0 1 37.23-34.47a26.06 26.06 0 0 1 44.83.47l12.26 21.2a26.07 26.07 0 0 1 43.25 2.8ZM109.07 55l25 43.17a26 26 0 0 1 17.33-10L126.42 45a10 10 0 1 0-17.35 10m-36.95 8l6.46 11.17a26.05 26.05 0 0 1 17.32-10L89.45 53a10 10 0 1 0-17.33 10m111.54 81l-20.22-35a10 10 0 0 0-17.74 9.25L158.3 140a8 8 0 0 1-13.87 8l-36.5-63a10 10 0 1 0-17.35 10l26.05 45a8 8 0 0 1-13.87 8L71 93a10 10 0 0 0-17.33 10l35.22 61A8 8 0 0 1 75 172l-20.28-35a10 10 0 0 0-17.34 10l35.27 61a64.12 64.12 0 0 0 117.42-15.44a63.52 63.52 0 0 0-6.41-48.56m19.41-38.42L181.93 69a10 10 0 0 0-17.38 10l33 57.05a80.2 80.2 0 0 1 9.45 25.46a64.23 64.23 0 0 0-3.93-55.93"/></g></svg>
React
import type { SVGProps } from "react";
export function PhHandsClappingDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M199 187.76a71.67 71.67 0 0 0-8.66-47.76l-20.2-35a18 18 0 0 0-31.55 17.26L114.71 81a18 18 0 1 0-31.17 18l-5.73-10L65.1 67a18 18 0 1 1 31.18-18L102 59a18 18 0 1 1 31.17-18l24.23 42a18 18 0 0 1 31.2-18l21.11 36.57A72 72 0 0 1 199 187.76" opacity=".2"/><path d="M160.22 24V8a8 8 0 0 1 16 0v16a8 8 0 0 1-16 0m35.88 17a7.9 7.9 0 0 0 4.17 1.17a8 8 0 0 0 6.84-3.83l8-13.11a8 8 0 0 0-13.68-8.33l-8 13.1a8 8 0 0 0 2.67 11m47.51 12.59a8 8 0 0 0-10.08-5.16l-15.06 4.85a8 8 0 0 0 2.46 15.62a8.2 8.2 0 0 0 2.46-.39l15.05-4.85a8 8 0 0 0 5.17-10.11ZM217 97.58a80.22 80.22 0 0 1-10.22 94c-.34 1.73-.72 3.46-1.19 5.18A80.17 80.17 0 0 1 58.77 216L23.5 155a26 26 0 0 1 19.24-38.79l-3-5.2a26 26 0 0 1 19.2-38.78l-.7-1.23a26 26 0 0 1 37.23-34.47a26.06 26.06 0 0 1 44.83.47l12.26 21.2a26.07 26.07 0 0 1 43.25 2.8ZM109.07 55l25 43.17a26 26 0 0 1 17.33-10L126.42 45a10 10 0 1 0-17.35 10m-36.95 8l6.46 11.17a26.05 26.05 0 0 1 17.32-10L89.45 53a10 10 0 1 0-17.33 10m111.54 81l-20.22-35a10 10 0 0 0-17.74 9.25L158.3 140a8 8 0 0 1-13.87 8l-36.5-63a10 10 0 1 0-17.35 10l26.05 45a8 8 0 0 1-13.87 8L71 93a10 10 0 0 0-17.33 10l35.22 61A8 8 0 0 1 75 172l-20.28-35a10 10 0 0 0-17.34 10l35.27 61a64.12 64.12 0 0 0 117.42-15.44a63.52 63.52 0 0 0-6.41-48.56m19.41-38.42L181.93 69a10 10 0 0 0-17.38 10l33 57.05a80.2 80.2 0 0 1 9.45 25.46a64.23 64.23 0 0 0-3.93-55.93"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M199 187.76a71.67 71.67 0 0 0-8.66-47.76l-20.2-35a18 18 0 0 0-31.55 17.26L114.71 81a18 18 0 1 0-31.17 18l-5.73-10L65.1 67a18 18 0 1 1 31.18-18L102 59a18 18 0 1 1 31.17-18l24.23 42a18 18 0 0 1 31.2-18l21.11 36.57A72 72 0 0 1 199 187.76" opacity=".2"/><path d="M160.22 24V8a8 8 0 0 1 16 0v16a8 8 0 0 1-16 0m35.88 17a7.9 7.9 0 0 0 4.17 1.17a8 8 0 0 0 6.84-3.83l8-13.11a8 8 0 0 0-13.68-8.33l-8 13.1a8 8 0 0 0 2.67 11m47.51 12.59a8 8 0 0 0-10.08-5.16l-15.06 4.85a8 8 0 0 0 2.46 15.62a8.2 8.2 0 0 0 2.46-.39l15.05-4.85a8 8 0 0 0 5.17-10.11ZM217 97.58a80.22 80.22 0 0 1-10.22 94c-.34 1.73-.72 3.46-1.19 5.18A80.17 80.17 0 0 1 58.77 216L23.5 155a26 26 0 0 1 19.24-38.79l-3-5.2a26 26 0 0 1 19.2-38.78l-.7-1.23a26 26 0 0 1 37.23-34.47a26.06 26.06 0 0 1 44.83.47l12.26 21.2a26.07 26.07 0 0 1 43.25 2.8ZM109.07 55l25 43.17a26 26 0 0 1 17.33-10L126.42 45a10 10 0 1 0-17.35 10m-36.95 8l6.46 11.17a26.05 26.05 0 0 1 17.32-10L89.45 53a10 10 0 1 0-17.33 10m111.54 81l-20.22-35a10 10 0 0 0-17.74 9.25L158.3 140a8 8 0 0 1-13.87 8l-36.5-63a10 10 0 1 0-17.35 10l26.05 45a8 8 0 0 1-13.87 8L71 93a10 10 0 0 0-17.33 10l35.22 61A8 8 0 0 1 75 172l-20.28-35a10 10 0 0 0-17.34 10l35.27 61a64.12 64.12 0 0 0 117.42-15.44a63.52 63.52 0 0 0-6.41-48.56m19.41-38.42L181.93 69a10 10 0 0 0-17.38 10l33 57.05a80.2 80.2 0 0 1 9.45 25.46a64.23 64.23 0 0 0-3.93-55.93"/></g></svg> </template>
CSS
.icon-hands-clapping-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M199%20187.76a71.67%2071.67%200%200%200-8.66-47.76l-20.2-35a18%2018%200%200%200-31.55%2017.26L114.71%2081a18%2018%200%201%200-31.17%2018l-5.73-10L65.1%2067a18%2018%200%201%201%2031.18-18L102%2059a18%2018%200%201%201%2031.17-18l24.23%2042a18%2018%200%200%201%2031.2-18l21.11%2036.57A72%2072%200%200%201%20199%20187.76%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M160.22%2024V8a8%208%200%200%201%2016%200v16a8%208%200%200%201-16%200m35.88%2017a7.9%207.9%200%200%200%204.17%201.17a8%208%200%200%200%206.84-3.83l8-13.11a8%208%200%200%200-13.68-8.33l-8%2013.1a8%208%200%200%200%202.67%2011m47.51%2012.59a8%208%200%200%200-10.08-5.16l-15.06%204.85a8%208%200%200%200%202.46%2015.62a8.2%208.2%200%200%200%202.46-.39l15.05-4.85a8%208%200%200%200%205.17-10.11ZM217%2097.58a80.22%2080.22%200%200%201-10.22%2094c-.34%201.73-.72%203.46-1.19%205.18A80.17%2080.17%200%200%201%2058.77%20216L23.5%20155a26%2026%200%200%201%2019.24-38.79l-3-5.2a26%2026%200%200%201%2019.2-38.78l-.7-1.23a26%2026%200%200%201%2037.23-34.47a26.06%2026.06%200%200%201%2044.83.47l12.26%2021.2a26.07%2026.07%200%200%201%2043.25%202.8ZM109.07%2055l25%2043.17a26%2026%200%200%201%2017.33-10L126.42%2045a10%2010%200%201%200-17.35%2010m-36.95%208l6.46%2011.17a26.05%2026.05%200%200%201%2017.32-10L89.45%2053a10%2010%200%201%200-17.33%2010m111.54%2081l-20.22-35a10%2010%200%200%200-17.74%209.25L158.3%20140a8%208%200%200%201-13.87%208l-36.5-63a10%2010%200%201%200-17.35%2010l26.05%2045a8%208%200%200%201-13.87%208L71%2093a10%2010%200%200%200-17.33%2010l35.22%2061A8%208%200%200%201%2075%20172l-20.28-35a10%2010%200%200%200-17.34%2010l35.27%2061a64.12%2064.12%200%200%200%20117.42-15.44a63.52%2063.52%200%200%200-6.41-48.56m19.41-38.42L181.93%2069a10%2010%200%200%200-17.38%2010l33%2057.05a80.2%2080.2%200%200%201%209.45%2025.46a64.23%2064.23%200%200%200-3.93-55.93%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M199%20187.76a71.67%2071.67%200%200%200-8.66-47.76l-20.2-35a18%2018%200%200%200-31.55%2017.26L114.71%2081a18%2018%200%201%200-31.17%2018l-5.73-10L65.1%2067a18%2018%200%201%201%2031.18-18L102%2059a18%2018%200%201%201%2031.17-18l24.23%2042a18%2018%200%200%201%2031.2-18l21.11%2036.57A72%2072%200%200%201%20199%20187.76%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M160.22%2024V8a8%208%200%200%201%2016%200v16a8%208%200%200%201-16%200m35.88%2017a7.9%207.9%200%200%200%204.17%201.17a8%208%200%200%200%206.84-3.83l8-13.11a8%208%200%200%200-13.68-8.33l-8%2013.1a8%208%200%200%200%202.67%2011m47.51%2012.59a8%208%200%200%200-10.08-5.16l-15.06%204.85a8%208%200%200%200%202.46%2015.62a8.2%208.2%200%200%200%202.46-.39l15.05-4.85a8%208%200%200%200%205.17-10.11ZM217%2097.58a80.22%2080.22%200%200%201-10.22%2094c-.34%201.73-.72%203.46-1.19%205.18A80.17%2080.17%200%200%201%2058.77%20216L23.5%20155a26%2026%200%200%201%2019.24-38.79l-3-5.2a26%2026%200%200%201%2019.2-38.78l-.7-1.23a26%2026%200%200%201%2037.23-34.47a26.06%2026.06%200%200%201%2044.83.47l12.26%2021.2a26.07%2026.07%200%200%201%2043.25%202.8ZM109.07%2055l25%2043.17a26%2026%200%200%201%2017.33-10L126.42%2045a10%2010%200%201%200-17.35%2010m-36.95%208l6.46%2011.17a26.05%2026.05%200%200%201%2017.32-10L89.45%2053a10%2010%200%201%200-17.33%2010m111.54%2081l-20.22-35a10%2010%200%200%200-17.74%209.25L158.3%20140a8%208%200%200%201-13.87%208l-36.5-63a10%2010%200%201%200-17.35%2010l26.05%2045a8%208%200%200%201-13.87%208L71%2093a10%2010%200%200%200-17.33%2010l35.22%2061A8%208%200%200%201%2075%20172l-20.28-35a10%2010%200%200%200-17.34%2010l35.27%2061a64.12%2064.12%200%200%200%20117.42-15.44a63.52%2063.52%200%200%200-6.41-48.56m19.41-38.42L181.93%2069a10%2010%200%200%200-17.38%2010l33%2057.05a80.2%2080.2%200%200%201%209.45%2025.46a64.23%2064.23%200%200%200-3.93-55.93%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hands-clapping-duotone.svg?color=%231a73e8&size=48