hand clap off icon
hand-clap-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- hand-clap-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- applause-off
Related icons in Material Design Icons
hand-back-lefthand-back-left-offhand-back-righthand-back-right-offhand-claphand-coinhand-cyclehand-extendedhand-front-lefthand-front-righthand-hearthand-lefthand-okayhand-peacehand-peace-varianthand-pointing-downhand-pointing-lefthand-pointing-righthand-pointing-uphand-righthand-sawhand-washhand-waterhand-wave
Use the hand clap off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l1.86 1.86c-.25.1-.47.33-.47.64L2 11.79c-.13 2.04.77 3.99 2.35 5.21c-.02-.88.11-1.79.42-2.67L6.8 8.69l1.17 1.17l-1.79 4.98a6.09 6.09 0 0 0 1.72 6.63a6.13 6.13 0 0 0 8.66-.55l1.16-1.31l3.12 3.12zM5 9.84l-.5-.25l.21-2.91V6.6l1.26 1.26zm4.59 3.91l-.43-.38l.61-1.71l.88.88zm5.35-2.01l3.64-4.12c.35-.4.96-.44 1.35-.09c.4.35.44.97.07 1.36l-3.7 4.21zm4.89-1.48c.35-.4.96-.44 1.35-.09c.39.33.44.96.09 1.33L18.2 15l-1.35-1.35zm1.85 3.41c.4.33.43.96.08 1.33l-1.66 1.9l-1.36-1.36l1.58-1.78c.35-.4.96-.44 1.36-.09M15.55 7c.35-.4.95-.44 1.36-.09c.39.35.43.96.09 1.35l-2.6 2.94l-1.36-1.36zm-3.89 1.46l2.3-4.71c.23-.47.81-.67 1.28-.44c.48.23.68.81.44 1.28l-.38.78c-.33.13-.63.36-.87.63L12 8.78zM9.08 5.88L7.64 4.44l1.33-2.7c.23-.48.8-.67 1.28-.44c.47.23.67.8.44 1.28zm.57.57l2.4-4.91a.95.95 0 0 1 1.28-.44c.48.23.67.8.45 1.28l-2.7 5.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiHandClapOff(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="M22.11 21.46L2.39 1.73L1.11 3l1.86 1.86c-.25.1-.47.33-.47.64L2 11.79c-.13 2.04.77 3.99 2.35 5.21c-.02-.88.11-1.79.42-2.67L6.8 8.69l1.17 1.17l-1.79 4.98a6.09 6.09 0 0 0 1.72 6.63a6.13 6.13 0 0 0 8.66-.55l1.16-1.31l3.12 3.12zM5 9.84l-.5-.25l.21-2.91V6.6l1.26 1.26zm4.59 3.91l-.43-.38l.61-1.71l.88.88zm5.35-2.01l3.64-4.12c.35-.4.96-.44 1.35-.09c.4.35.44.97.07 1.36l-3.7 4.21zm4.89-1.48c.35-.4.96-.44 1.35-.09c.39.33.44.96.09 1.33L18.2 15l-1.35-1.35zm1.85 3.41c.4.33.43.96.08 1.33l-1.66 1.9l-1.36-1.36l1.58-1.78c.35-.4.96-.44 1.36-.09M15.55 7c.35-.4.95-.44 1.36-.09c.39.35.43.96.09 1.35l-2.6 2.94l-1.36-1.36zm-3.89 1.46l2.3-4.71c.23-.47.81-.67 1.28-.44c.48.23.68.81.44 1.28l-.38.78c-.33.13-.63.36-.87.63L12 8.78zM9.08 5.88L7.64 4.44l1.33-2.7c.23-.48.8-.67 1.28-.44c.47.23.67.8.44 1.28zm.57.57l2.4-4.91a.95.95 0 0 1 1.28-.44c.48.23.67.8.45 1.28l-2.7 5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l1.86 1.86c-.25.1-.47.33-.47.64L2 11.79c-.13 2.04.77 3.99 2.35 5.21c-.02-.88.11-1.79.42-2.67L6.8 8.69l1.17 1.17l-1.79 4.98a6.09 6.09 0 0 0 1.72 6.63a6.13 6.13 0 0 0 8.66-.55l1.16-1.31l3.12 3.12zM5 9.84l-.5-.25l.21-2.91V6.6l1.26 1.26zm4.59 3.91l-.43-.38l.61-1.71l.88.88zm5.35-2.01l3.64-4.12c.35-.4.96-.44 1.35-.09c.4.35.44.97.07 1.36l-3.7 4.21zm4.89-1.48c.35-.4.96-.44 1.35-.09c.39.33.44.96.09 1.33L18.2 15l-1.35-1.35zm1.85 3.41c.4.33.43.96.08 1.33l-1.66 1.9l-1.36-1.36l1.58-1.78c.35-.4.96-.44 1.36-.09M15.55 7c.35-.4.95-.44 1.36-.09c.39.35.43.96.09 1.35l-2.6 2.94l-1.36-1.36zm-3.89 1.46l2.3-4.71c.23-.47.81-.67 1.28-.44c.48.23.68.81.44 1.28l-.38.78c-.33.13-.63.36-.87.63L12 8.78zM9.08 5.88L7.64 4.44l1.33-2.7c.23-.48.8-.67 1.28-.44c.47.23.67.8.44 1.28zm.57.57l2.4-4.91a.95.95 0 0 1 1.28-.44c.48.23.67.8.45 1.28l-2.7 5.5z"/></svg> </template>
CSS
.icon-hand-clap-off {
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%22M22.11%2021.46L2.39%201.73L1.11%203l1.86%201.86c-.25.1-.47.33-.47.64L2%2011.79c-.13%202.04.77%203.99%202.35%205.21c-.02-.88.11-1.79.42-2.67L6.8%208.69l1.17%201.17l-1.79%204.98a6.09%206.09%200%200%200%201.72%206.63a6.13%206.13%200%200%200%208.66-.55l1.16-1.31l3.12%203.12zM5%209.84l-.5-.25l.21-2.91V6.6l1.26%201.26zm4.59%203.91l-.43-.38l.61-1.71l.88.88zm5.35-2.01l3.64-4.12c.35-.4.96-.44%201.35-.09c.4.35.44.97.07%201.36l-3.7%204.21zm4.89-1.48c.35-.4.96-.44%201.35-.09c.39.33.44.96.09%201.33L18.2%2015l-1.35-1.35zm1.85%203.41c.4.33.43.96.08%201.33l-1.66%201.9l-1.36-1.36l1.58-1.78c.35-.4.96-.44%201.36-.09M15.55%207c.35-.4.95-.44%201.36-.09c.39.35.43.96.09%201.35l-2.6%202.94l-1.36-1.36zm-3.89%201.46l2.3-4.71c.23-.47.81-.67%201.28-.44c.48.23.68.81.44%201.28l-.38.78c-.33.13-.63.36-.87.63L12%208.78zM9.08%205.88L7.64%204.44l1.33-2.7c.23-.48.8-.67%201.28-.44c.47.23.67.8.44%201.28zm.57.57l2.4-4.91a.95.95%200%200%201%201.28-.44c.48.23.67.8.45%201.28l-2.7%205.5z%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%22M22.11%2021.46L2.39%201.73L1.11%203l1.86%201.86c-.25.1-.47.33-.47.64L2%2011.79c-.13%202.04.77%203.99%202.35%205.21c-.02-.88.11-1.79.42-2.67L6.8%208.69l1.17%201.17l-1.79%204.98a6.09%206.09%200%200%200%201.72%206.63a6.13%206.13%200%200%200%208.66-.55l1.16-1.31l3.12%203.12zM5%209.84l-.5-.25l.21-2.91V6.6l1.26%201.26zm4.59%203.91l-.43-.38l.61-1.71l.88.88zm5.35-2.01l3.64-4.12c.35-.4.96-.44%201.35-.09c.4.35.44.97.07%201.36l-3.7%204.21zm4.89-1.48c.35-.4.96-.44%201.35-.09c.39.33.44.96.09%201.33L18.2%2015l-1.35-1.35zm1.85%203.41c.4.33.43.96.08%201.33l-1.66%201.9l-1.36-1.36l1.58-1.78c.35-.4.96-.44%201.36-.09M15.55%207c.35-.4.95-.44%201.36-.09c.39.35.43.96.09%201.35l-2.6%202.94l-1.36-1.36zm-3.89%201.46l2.3-4.71c.23-.47.81-.67%201.28-.44c.48.23.68.81.44%201.28l-.38.78c-.33.13-.63.36-.87.63L12%208.78zM9.08%205.88L7.64%204.44l1.33-2.7c.23-.48.8-.67%201.28-.44c.47.23.67.8.44%201.28zm.57.57l2.4-4.91a.95.95%200%200%201%201.28-.44c.48.23.67.8.45%201.28l-2.7%205.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hand-clap-off.svg?color=%231a73e8&size=48