hands clapping icon
hands-clapping-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- hands-clapping-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the hands clapping icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.242 3.044A2.5 2.5 0 0 1 9.4 3.6q.198-.182.438-.322a2.5 2.5 0 0 1 3.415.915h.002l.688 1.198q.072-.099.151-.192c.574-.674 1.404-1.1 2.337-1.257c.833-.14 1.463.44 1.65 1.05c.206.669.578 1.48 1.05 2.349c1.579 2.914 1.356 6.59-.76 9.039c-.421 1.91-1.545 3.64-3.399 4.711a7.036 7.036 0 0 1-9.61-2.575c-.338-.585-.731-1.164-1.02-1.775l-1.176-1.959a2.487 2.487 0 0 1 1.336-3.636l-.775-1.34A2.5 2.5 0 0 1 5.18 6.16a2.5 2.5 0 0 1 1.06-3.115m10.082 2.984a1.66 1.66 0 0 0-.704.466a1.2 1.2 0 0 0-.281.675c.577.107.998.567 1.146 1.047c.205.668.578 1.48 1.049 2.349q.366.676.602 1.399a6.5 6.5 0 0 0-.762-3.672c-.412-.759-.785-1.536-1.05-2.264m-4.86-.918a.5.5 0 0 0-.807.582l.96 1.663l.04.061l.69 1.196c.204-.278.45-.52.728-.725l-1.552-2.695zm-3.54-.15a.5.5 0 0 0-.866.5l.773 1.337a2.5 2.5 0 0 1 .865-.501zM20 3.634a1 1 0 0 1 1.003 1.73l-.841.488a1 1 0 0 1-1.002-1.73zm-5.013-2.546a1 1 0 0 1 1.226.707l.128.483a1 1 0 0 1-1.931.518l-.13-.483a1 1 0 0 1 .707-1.225m2.423.707a1 1 0 0 1 1.931.518l-.128.483a1 1 0 0 1-1.933-.518z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteHandsClappingFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.242 3.044A2.5 2.5 0 0 1 9.4 3.6q.198-.182.438-.322a2.5 2.5 0 0 1 3.415.915h.002l.688 1.198q.072-.099.151-.192c.574-.674 1.404-1.1 2.337-1.257c.833-.14 1.463.44 1.65 1.05c.206.669.578 1.48 1.05 2.349c1.579 2.914 1.356 6.59-.76 9.039c-.421 1.91-1.545 3.64-3.399 4.711a7.036 7.036 0 0 1-9.61-2.575c-.338-.585-.731-1.164-1.02-1.775l-1.176-1.959a2.487 2.487 0 0 1 1.336-3.636l-.775-1.34A2.5 2.5 0 0 1 5.18 6.16a2.5 2.5 0 0 1 1.06-3.115m10.082 2.984a1.66 1.66 0 0 0-.704.466a1.2 1.2 0 0 0-.281.675c.577.107.998.567 1.146 1.047c.205.668.578 1.48 1.049 2.349q.366.676.602 1.399a6.5 6.5 0 0 0-.762-3.672c-.412-.759-.785-1.536-1.05-2.264m-4.86-.918a.5.5 0 0 0-.807.582l.96 1.663l.04.061l.69 1.196c.204-.278.45-.52.728-.725l-1.552-2.695zm-3.54-.15a.5.5 0 0 0-.866.5l.773 1.337a2.5 2.5 0 0 1 .865-.501zM20 3.634a1 1 0 0 1 1.003 1.73l-.841.488a1 1 0 0 1-1.002-1.73zm-5.013-2.546a1 1 0 0 1 1.226.707l.128.483a1 1 0 0 1-1.931.518l-.13-.483a1 1 0 0 1 .707-1.225m2.423.707a1 1 0 0 1 1.931.518l-.128.483a1 1 0 0 1-1.933-.518z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.242 3.044A2.5 2.5 0 0 1 9.4 3.6q.198-.182.438-.322a2.5 2.5 0 0 1 3.415.915h.002l.688 1.198q.072-.099.151-.192c.574-.674 1.404-1.1 2.337-1.257c.833-.14 1.463.44 1.65 1.05c.206.669.578 1.48 1.05 2.349c1.579 2.914 1.356 6.59-.76 9.039c-.421 1.91-1.545 3.64-3.399 4.711a7.036 7.036 0 0 1-9.61-2.575c-.338-.585-.731-1.164-1.02-1.775l-1.176-1.959a2.487 2.487 0 0 1 1.336-3.636l-.775-1.34A2.5 2.5 0 0 1 5.18 6.16a2.5 2.5 0 0 1 1.06-3.115m10.082 2.984a1.66 1.66 0 0 0-.704.466a1.2 1.2 0 0 0-.281.675c.577.107.998.567 1.146 1.047c.205.668.578 1.48 1.049 2.349q.366.676.602 1.399a6.5 6.5 0 0 0-.762-3.672c-.412-.759-.785-1.536-1.05-2.264m-4.86-.918a.5.5 0 0 0-.807.582l.96 1.663l.04.061l.69 1.196c.204-.278.45-.52.728-.725l-1.552-2.695zm-3.54-.15a.5.5 0 0 0-.866.5l.773 1.337a2.5 2.5 0 0 1 .865-.501zM20 3.634a1 1 0 0 1 1.003 1.73l-.841.488a1 1 0 0 1-1.002-1.73zm-5.013-2.546a1 1 0 0 1 1.226.707l.128.483a1 1 0 0 1-1.931.518l-.13-.483a1 1 0 0 1 .707-1.225m2.423.707a1 1 0 0 1 1.931.518l-.128.483a1 1 0 0 1-1.933-.518z"/></svg> </template>
CSS
.icon-hands-clapping-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.242%203.044A2.5%202.5%200%200%201%209.4%203.6q.198-.182.438-.322a2.5%202.5%200%200%201%203.415.915h.002l.688%201.198q.072-.099.151-.192c.574-.674%201.404-1.1%202.337-1.257c.833-.14%201.463.44%201.65%201.05c.206.669.578%201.48%201.05%202.349c1.579%202.914%201.356%206.59-.76%209.039c-.421%201.91-1.545%203.64-3.399%204.711a7.036%207.036%200%200%201-9.61-2.575c-.338-.585-.731-1.164-1.02-1.775l-1.176-1.959a2.487%202.487%200%200%201%201.336-3.636l-.775-1.34A2.5%202.5%200%200%201%205.18%206.16a2.5%202.5%200%200%201%201.06-3.115m10.082%202.984a1.66%201.66%200%200%200-.704.466a1.2%201.2%200%200%200-.281.675c.577.107.998.567%201.146%201.047c.205.668.578%201.48%201.049%202.349q.366.676.602%201.399a6.5%206.5%200%200%200-.762-3.672c-.412-.759-.785-1.536-1.05-2.264m-4.86-.918a.5.5%200%200%200-.807.582l.96%201.663l.04.061l.69%201.196c.204-.278.45-.52.728-.725l-1.552-2.695zm-3.54-.15a.5.5%200%200%200-.866.5l.773%201.337a2.5%202.5%200%200%201%20.865-.501zM20%203.634a1%201%200%200%201%201.003%201.73l-.841.488a1%201%200%200%201-1.002-1.73zm-5.013-2.546a1%201%200%200%201%201.226.707l.128.483a1%201%200%200%201-1.931.518l-.13-.483a1%201%200%200%201%20.707-1.225m2.423.707a1%201%200%200%201%201.931.518l-.128.483a1%201%200%200%201-1.933-.518z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.242%203.044A2.5%202.5%200%200%201%209.4%203.6q.198-.182.438-.322a2.5%202.5%200%200%201%203.415.915h.002l.688%201.198q.072-.099.151-.192c.574-.674%201.404-1.1%202.337-1.257c.833-.14%201.463.44%201.65%201.05c.206.669.578%201.48%201.05%202.349c1.579%202.914%201.356%206.59-.76%209.039c-.421%201.91-1.545%203.64-3.399%204.711a7.036%207.036%200%200%201-9.61-2.575c-.338-.585-.731-1.164-1.02-1.775l-1.176-1.959a2.487%202.487%200%200%201%201.336-3.636l-.775-1.34A2.5%202.5%200%200%201%205.18%206.16a2.5%202.5%200%200%201%201.06-3.115m10.082%202.984a1.66%201.66%200%200%200-.704.466a1.2%201.2%200%200%200-.281.675c.577.107.998.567%201.146%201.047c.205.668.578%201.48%201.049%202.349q.366.676.602%201.399a6.5%206.5%200%200%200-.762-3.672c-.412-.759-.785-1.536-1.05-2.264m-4.86-.918a.5.5%200%200%200-.807.582l.96%201.663l.04.061l.69%201.196c.204-.278.45-.52.728-.725l-1.552-2.695zm-3.54-.15a.5.5%200%200%200-.866.5l.773%201.337a2.5%202.5%200%200%201%20.865-.501zM20%203.634a1%201%200%200%201%201.003%201.73l-.841.488a1%201%200%200%201-1.002-1.73zm-5.013-2.546a1%201%200%200%201%201.226.707l.128.483a1%201%200%200%201-1.931.518l-.13-.483a1%201%200%200%201%20.707-1.225m2.423.707a1%201%200%200%201%201.931.518l-.128.483a1%201%200%200%201-1.933-.518z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/hands-clapping-fill.svg?color=%231a73e8&size=48