gesture applause icon
gesture-applause-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- gesture-applause-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
gesture-clickgesture-downgesture-expansiongesture-leftgesture-left-slipgesture-opengesture-praygesture-pray-1gesture-pressgesture-ranslationgesture-ranslation-1gesture-rightgesture-right-slipgesture-slide-left-and-rightgesture-slide-upgesture-typinggesture-upgesture-up-2gesture-up-and-downgesture-wipe-down
Use the gesture applause icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 .586L5.414 3L4 4.414L1.586 2zM22.414 2L20 4.414L18.586 3L21 .586zM10.357 3.303a.65.65 0 0 0-.651.516l-2.28 10.674l-1.218 1.217l2.702 2.701l1.527-1.527a1.9 1.9 0 0 0 .56-1.35V3.954a.653.653 0 0 0-.64-.652M7.75 3.4A2.653 2.653 0 0 1 12 1.882a2.652 2.652 0 0 1 4.25 1.519l2.156 10.096l4.27 4.27l-5.53 5.53l-4.999-4.999q-.075-.076-.148-.156a4 4 0 0 1-.148.156l-4.999 5l-5.53-5.53l4.27-4.27zm6.543.418a.652.652 0 0 0-1.291.136v11.579c0 .506.201.992.56 1.35l1.527 1.527l2.7-2.701l-1.216-1.217zM5.414 7L3 9.414L1.586 8L4 5.586zM20 5.586L22.414 8L21 9.414L18.586 7z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignGestureApplauseFilled(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="M3 .586L5.414 3L4 4.414L1.586 2zM22.414 2L20 4.414L18.586 3L21 .586zM10.357 3.303a.65.65 0 0 0-.651.516l-2.28 10.674l-1.218 1.217l2.702 2.701l1.527-1.527a1.9 1.9 0 0 0 .56-1.35V3.954a.653.653 0 0 0-.64-.652M7.75 3.4A2.653 2.653 0 0 1 12 1.882a2.652 2.652 0 0 1 4.25 1.519l2.156 10.096l4.27 4.27l-5.53 5.53l-4.999-4.999q-.075-.076-.148-.156a4 4 0 0 1-.148.156l-4.999 5l-5.53-5.53l4.27-4.27zm6.543.418a.652.652 0 0 0-1.291.136v11.579c0 .506.201.992.56 1.35l1.527 1.527l2.7-2.701l-1.216-1.217zM5.414 7L3 9.414L1.586 8L4 5.586zM20 5.586L22.414 8L21 9.414L18.586 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 .586L5.414 3L4 4.414L1.586 2zM22.414 2L20 4.414L18.586 3L21 .586zM10.357 3.303a.65.65 0 0 0-.651.516l-2.28 10.674l-1.218 1.217l2.702 2.701l1.527-1.527a1.9 1.9 0 0 0 .56-1.35V3.954a.653.653 0 0 0-.64-.652M7.75 3.4A2.653 2.653 0 0 1 12 1.882a2.652 2.652 0 0 1 4.25 1.519l2.156 10.096l4.27 4.27l-5.53 5.53l-4.999-4.999q-.075-.076-.148-.156a4 4 0 0 1-.148.156l-4.999 5l-5.53-5.53l4.27-4.27zm6.543.418a.652.652 0 0 0-1.291.136v11.579c0 .506.201.992.56 1.35l1.527 1.527l2.7-2.701l-1.216-1.217zM5.414 7L3 9.414L1.586 8L4 5.586zM20 5.586L22.414 8L21 9.414L18.586 7z"/></svg> </template>
CSS
.icon-gesture-applause-filled {
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%22M3%20.586L5.414%203L4%204.414L1.586%202zM22.414%202L20%204.414L18.586%203L21%20.586zM10.357%203.303a.65.65%200%200%200-.651.516l-2.28%2010.674l-1.218%201.217l2.702%202.701l1.527-1.527a1.9%201.9%200%200%200%20.56-1.35V3.954a.653.653%200%200%200-.64-.652M7.75%203.4A2.653%202.653%200%200%201%2012%201.882a2.652%202.652%200%200%201%204.25%201.519l2.156%2010.096l4.27%204.27l-5.53%205.53l-4.999-4.999q-.075-.076-.148-.156a4%204%200%200%201-.148.156l-4.999%205l-5.53-5.53l4.27-4.27zm6.543.418a.652.652%200%200%200-1.291.136v11.579c0%20.506.201.992.56%201.35l1.527%201.527l2.7-2.701l-1.216-1.217zM5.414%207L3%209.414L1.586%208L4%205.586zM20%205.586L22.414%208L21%209.414L18.586%207z%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%22M3%20.586L5.414%203L4%204.414L1.586%202zM22.414%202L20%204.414L18.586%203L21%20.586zM10.357%203.303a.65.65%200%200%200-.651.516l-2.28%2010.674l-1.218%201.217l2.702%202.701l1.527-1.527a1.9%201.9%200%200%200%20.56-1.35V3.954a.653.653%200%200%200-.64-.652M7.75%203.4A2.653%202.653%200%200%201%2012%201.882a2.652%202.652%200%200%201%204.25%201.519l2.156%2010.096l4.27%204.27l-5.53%205.53l-4.999-4.999q-.075-.076-.148-.156a4%204%200%200%201-.148.156l-4.999%205l-5.53-5.53l4.27-4.27zm6.543.418a.652.652%200%200%200-1.291.136v11.579c0%20.506.201.992.56%201.35l1.527%201.527l2.7-2.701l-1.216-1.217zM5.414%207L3%209.414L1.586%208L4%205.586zM20%205.586L22.414%208L21%209.414L18.586%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/gesture-applause-filled.svg?color=%231a73e8&size=48