clapperboard icon
clapperboard-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.
- Name
- clapperboard-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All clapperboard icons →More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilmforward-10s
Use the clapperboard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.096 2.004c-3.474.027-5.38.208-6.632 1.46c-.857.858-1.213 2.022-1.36 3.786h4.494zm11.8 5.246c-.148-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.338-1.16L14.901 7.25zM16.54 2.088C15.33 2 13.845 2 12 2h-.1L8.4 7.25h4.697z"/><path d="M2.026 8.75C2 9.689 2 10.763 2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12c0-1.237 0-2.311-.026-3.25z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconClapperboardDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.096 2.004c-3.474.027-5.38.208-6.632 1.46c-.857.858-1.213 2.022-1.36 3.786h4.494zm11.8 5.246c-.148-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.338-1.16L14.901 7.25zM16.54 2.088C15.33 2 13.845 2 12 2h-.1L8.4 7.25h4.697z"/><path d="M2.026 8.75C2 9.689 2 10.763 2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12c0-1.237 0-2.311-.026-3.25z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.096 2.004c-3.474.027-5.38.208-6.632 1.46c-.857.858-1.213 2.022-1.36 3.786h4.494zm11.8 5.246c-.148-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.338-1.16L14.901 7.25zM16.54 2.088C15.33 2 13.845 2 12 2h-.1L8.4 7.25h4.697z"/><path d="M2.026 8.75C2 9.689 2 10.763 2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12c0-1.237 0-2.311-.026-3.25z" opacity=".5"/></g></svg> </template>
CSS
.icon-clapperboard-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.096%202.004c-3.474.027-5.38.208-6.632%201.46c-.857.858-1.213%202.022-1.36%203.786h4.494zm11.8%205.246c-.148-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.338-1.16L14.901%207.25zM16.54%202.088C15.33%202%2013.845%202%2012%202h-.1L8.4%207.25h4.697z%22%2F%3E%3Cpath%20d%3D%22M2.026%208.75C2%209.689%202%2010.763%202%2012c0%204.714%200%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465C22%2019.072%2022%2016.714%2022%2012c0-1.237%200-2.311-.026-3.25z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.096%202.004c-3.474.027-5.38.208-6.632%201.46c-.857.858-1.213%202.022-1.36%203.786h4.494zm11.8%205.246c-.148-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.338-1.16L14.901%207.25zM16.54%202.088C15.33%202%2013.845%202%2012%202h-.1L8.4%207.25h4.697z%22%2F%3E%3Cpath%20d%3D%22M2.026%208.75C2%209.689%202%2010.763%202%2012c0%204.714%200%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465C22%2019.072%2022%2016.714%2022%2012c0-1.237%200-2.311-.026-3.25z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/clapperboard-duotone.svg?color=%231a73e8&size=48