Emoji Clapper Board Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Clapper Board icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325176.svg" alt="Emoji Clapper Board icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325176.svg" alt="Emoji Clapper Board icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325176.svg" alt="Emoji Clapper Board icon" :width="24" :height="24" />
CSS background
.icon-emoji-clapper-board {
background-image: url('https://proicons.com/icon/325176.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="n" d="m10.6281,26.6896v13.5049c0,1.2733,1.0327,2.3055,2.3066,2.3055h25.3065c1.274,0,2.3066-1.0322,2.3066-2.3055v-13.5048H10.6281"/><path id="d" class="n" d="m11.5146,19.9621l25.6398-9.8488-1.7738-4.6133L7.4522,16.2278l1.3359,3.4748"/><path id="e" class="n" d="m12.4033,21.7474h28.1445v4.9423"/><path id="f" class="n" d="m34.6871,11.0786l-5.8861-3.0333,3.3611-1.2914,4.615,2.3784"/><path id="g" class="n" d="m13.0206,26.6897h3.6007l4.4051-4.9423h-3.6008l-4.4051,4.9423"/><path id="h" class="n" d="m22.2471,26.6897h3.6007l4.4051-4.9423h-3.6008l-4.4051,4.9423"/><path id="i" class="n" d="m31.4737,26.6897h3.6007l4.4051-4.9423h-3.6008l-4.4051,4.9423"/><path id="j" class="n" d="m29.2223,13.1746l-3.3618,1.289-5.8839-3.0375,3.362-1.289,5.8838,3.0375"/><path id="k" class="n" d="m20.7173,16.4495l-3.3708,1.2654-5.8624-3.0787,3.3709-1.2654,5.8623,3.0787"/><path id="l" class="n" d="m10.6281,26.4224v-2.3757"/><path id="m" class="n" d="m8.0901,21.7474c-.0005,1.066.8636,1.9306,1.9301,1.9311s1.9315-.8632,1.932-1.9292v-.0019c.0005-1.066-.8636-1.9306-1.9301-1.9311s-1.9315.8632-1.932,1.9292v.0019"/></svg>
Copied!