hand-clap from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
hand-clap
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
applause

Related icons in Material Design Icons

Use the hand clap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.9 21.47a6.09 6.09 0 0 1-1.72-6.63l2.13-5.93a.765.765 0 0 1 1.38-.13l.31.55c.24.39.29.87.14 1.3l-.98 2.74l.43.38L15.55 7c.35-.4.95-.44 1.36-.09c.39.35.43.96.09 1.35l-4.45 5.03l.58.51l5.45-6.18c.35-.4.96-.44 1.35-.09c.4.35.44.97.07 1.36l-5.44 6.18l.58.51l4.69-5.32c.35-.4.96-.44 1.35-.09s.44.96.09 1.33l-4.69 5.34l.57.51l3.17-3.59c.35-.4.96-.44 1.36-.09s.43.96.08 1.33l-5.2 5.92a6.13 6.13 0 0 1-8.66.55m3.69-12.25L14.43 6c.24-.27.54-.5.87-.63l.38-.78a.947.947 0 0 0-.44-1.28a.964.964 0 0 0-1.28.44l-2.51 5.14c.05.11.11.22.14.33M11 8v.05l2.78-5.67a.965.965 0 0 0-.45-1.28a.95.95 0 0 0-1.28.44L9.41 6.95c.65.11 1.22.48 1.59 1.05m-6.23 6.33L6.9 8.4c.27-.75.9-1.26 1.65-1.43l2.14-4.39a.96.96 0 0 0-.44-1.28a.95.95 0 0 0-1.28.44L5 9.84l-.5-.25l.21-2.91c.04-.45-.14-.9-.46-1.22L3.79 5c-.47-.43-1.24-.14-1.29.5L2 11.79c-.13 2.04.77 3.99 2.35 5.21c-.02-.88.11-1.79.42-2.67"/></svg>

React

import type { SVGProps } from "react";

export function MdiHandClap(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="M7.9 21.47a6.09 6.09 0 0 1-1.72-6.63l2.13-5.93a.765.765 0 0 1 1.38-.13l.31.55c.24.39.29.87.14 1.3l-.98 2.74l.43.38L15.55 7c.35-.4.95-.44 1.36-.09c.39.35.43.96.09 1.35l-4.45 5.03l.58.51l5.45-6.18c.35-.4.96-.44 1.35-.09c.4.35.44.97.07 1.36l-5.44 6.18l.58.51l4.69-5.32c.35-.4.96-.44 1.35-.09s.44.96.09 1.33l-4.69 5.34l.57.51l3.17-3.59c.35-.4.96-.44 1.36-.09s.43.96.08 1.33l-5.2 5.92a6.13 6.13 0 0 1-8.66.55m3.69-12.25L14.43 6c.24-.27.54-.5.87-.63l.38-.78a.947.947 0 0 0-.44-1.28a.964.964 0 0 0-1.28.44l-2.51 5.14c.05.11.11.22.14.33M11 8v.05l2.78-5.67a.965.965 0 0 0-.45-1.28a.95.95 0 0 0-1.28.44L9.41 6.95c.65.11 1.22.48 1.59 1.05m-6.23 6.33L6.9 8.4c.27-.75.9-1.26 1.65-1.43l2.14-4.39a.96.96 0 0 0-.44-1.28a.95.95 0 0 0-1.28.44L5 9.84l-.5-.25l.21-2.91c.04-.45-.14-.9-.46-1.22L3.79 5c-.47-.43-1.24-.14-1.29.5L2 11.79c-.13 2.04.77 3.99 2.35 5.21c-.02-.88.11-1.79.42-2.67"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.9 21.47a6.09 6.09 0 0 1-1.72-6.63l2.13-5.93a.765.765 0 0 1 1.38-.13l.31.55c.24.39.29.87.14 1.3l-.98 2.74l.43.38L15.55 7c.35-.4.95-.44 1.36-.09c.39.35.43.96.09 1.35l-4.45 5.03l.58.51l5.45-6.18c.35-.4.96-.44 1.35-.09c.4.35.44.97.07 1.36l-5.44 6.18l.58.51l4.69-5.32c.35-.4.96-.44 1.35-.09s.44.96.09 1.33l-4.69 5.34l.57.51l3.17-3.59c.35-.4.96-.44 1.36-.09s.43.96.08 1.33l-5.2 5.92a6.13 6.13 0 0 1-8.66.55m3.69-12.25L14.43 6c.24-.27.54-.5.87-.63l.38-.78a.947.947 0 0 0-.44-1.28a.964.964 0 0 0-1.28.44l-2.51 5.14c.05.11.11.22.14.33M11 8v.05l2.78-5.67a.965.965 0 0 0-.45-1.28a.95.95 0 0 0-1.28.44L9.41 6.95c.65.11 1.22.48 1.59 1.05m-6.23 6.33L6.9 8.4c.27-.75.9-1.26 1.65-1.43l2.14-4.39a.96.96 0 0 0-.44-1.28a.95.95 0 0 0-1.28.44L5 9.84l-.5-.25l.21-2.91c.04-.45-.14-.9-.46-1.22L3.79 5c-.47-.43-1.24-.14-1.29.5L2 11.79c-.13 2.04.77 3.99 2.35 5.21c-.02-.88.11-1.79.42-2.67"/></svg>
</template>

CSS

.icon-hand-clap {
  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%22M7.9%2021.47a6.09%206.09%200%200%201-1.72-6.63l2.13-5.93a.765.765%200%200%201%201.38-.13l.31.55c.24.39.29.87.14%201.3l-.98%202.74l.43.38L15.55%207c.35-.4.95-.44%201.36-.09c.39.35.43.96.09%201.35l-4.45%205.03l.58.51l5.45-6.18c.35-.4.96-.44%201.35-.09c.4.35.44.97.07%201.36l-5.44%206.18l.58.51l4.69-5.32c.35-.4.96-.44%201.35-.09s.44.96.09%201.33l-4.69%205.34l.57.51l3.17-3.59c.35-.4.96-.44%201.36-.09s.43.96.08%201.33l-5.2%205.92a6.13%206.13%200%200%201-8.66.55m3.69-12.25L14.43%206c.24-.27.54-.5.87-.63l.38-.78a.947.947%200%200%200-.44-1.28a.964.964%200%200%200-1.28.44l-2.51%205.14c.05.11.11.22.14.33M11%208v.05l2.78-5.67a.965.965%200%200%200-.45-1.28a.95.95%200%200%200-1.28.44L9.41%206.95c.65.11%201.22.48%201.59%201.05m-6.23%206.33L6.9%208.4c.27-.75.9-1.26%201.65-1.43l2.14-4.39a.96.96%200%200%200-.44-1.28a.95.95%200%200%200-1.28.44L5%209.84l-.5-.25l.21-2.91c.04-.45-.14-.9-.46-1.22L3.79%205c-.47-.43-1.24-.14-1.29.5L2%2011.79c-.13%202.04.77%203.99%202.35%205.21c-.02-.88.11-1.79.42-2.67%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%22M7.9%2021.47a6.09%206.09%200%200%201-1.72-6.63l2.13-5.93a.765.765%200%200%201%201.38-.13l.31.55c.24.39.29.87.14%201.3l-.98%202.74l.43.38L15.55%207c.35-.4.95-.44%201.36-.09c.39.35.43.96.09%201.35l-4.45%205.03l.58.51l5.45-6.18c.35-.4.96-.44%201.35-.09c.4.35.44.97.07%201.36l-5.44%206.18l.58.51l4.69-5.32c.35-.4.96-.44%201.35-.09s.44.96.09%201.33l-4.69%205.34l.57.51l3.17-3.59c.35-.4.96-.44%201.36-.09s.43.96.08%201.33l-5.2%205.92a6.13%206.13%200%200%201-8.66.55m3.69-12.25L14.43%206c.24-.27.54-.5.87-.63l.38-.78a.947.947%200%200%200-.44-1.28a.964.964%200%200%200-1.28.44l-2.51%205.14c.05.11.11.22.14.33M11%208v.05l2.78-5.67a.965.965%200%200%200-.45-1.28a.95.95%200%200%200-1.28.44L9.41%206.95c.65.11%201.22.48%201.59%201.05m-6.23%206.33L6.9%208.4c.27-.75.9-1.26%201.65-1.43l2.14-4.39a.96.96%200%200%200-.44-1.28a.95.95%200%200%200-1.28.44L5%209.84l-.5-.25l.21-2.91c.04-.45-.14-.9-.46-1.22L3.79%205c-.47-.43-1.24-.14-1.29.5L2%2011.79c-.13%202.04.77%203.99%202.35%205.21c-.02-.88.11-1.79.42-2.67%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hand-clap.svg?color=%231a73e8&size=48