clapperboard open icon
clapperboard-open-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.
- Name
- clapperboard-open-broken
- Set
- Solar
- Style
- Broken
- Category
- Video
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More video icons from Solar
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-off-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-boldgallery-remove-bold
Use the clapperboard open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M20 16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16V11H16C17.8856 11 18.8284 11 19.4142 11.5858C19.7501 11.9217 19.8934 12.3749 19.9545 13.0559"/><path d="M4.00153 10.9997C3.51773 9.19412 3.27584 8.29135 3.48389 7.51489C3.62019 7.00622 3.88798 6.5424 4.26035 6.17003C4.82875 5.60162 5.73152 5.35973 7.53706 4.87593L14.54 2.99949C15.2133 2.8191 15.5499 2.72891 15.8447 2.70958C17.0555 2.63022 18.1949 3.28804 18.7315 4.37629C18.8622 4.64129 18.9524 4.97791 19.1328 5.65114C19.1929 5.87556 19.223 5.98776 19.2295 6.08604C19.2559 6.48964 19.0366 6.86943 18.6739 7.04832C18.5855 7.09188 18.4733 7.12195 18.2489 7.18208L4.00153 10.9997Z"/><path stroke-linecap="round" d="M14.7004 2.94135L14.0627 8.28861"/><path stroke-linecap="round" d="M8.42184 4.62396L7.78409 9.97123"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarClapperboardOpenBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M20 16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16V11H16C17.8856 11 18.8284 11 19.4142 11.5858C19.7501 11.9217 19.8934 12.3749 19.9545 13.0559"/><path d="M4.00153 10.9997C3.51773 9.19412 3.27584 8.29135 3.48389 7.51489C3.62019 7.00622 3.88798 6.5424 4.26035 6.17003C4.82875 5.60162 5.73152 5.35973 7.53706 4.87593L14.54 2.99949C15.2133 2.8191 15.5499 2.72891 15.8447 2.70958C17.0555 2.63022 18.1949 3.28804 18.7315 4.37629C18.8622 4.64129 18.9524 4.97791 19.1328 5.65114C19.1929 5.87556 19.223 5.98776 19.2295 6.08604C19.2559 6.48964 19.0366 6.86943 18.6739 7.04832C18.5855 7.09188 18.4733 7.12195 18.2489 7.18208L4.00153 10.9997Z"/><path strokeLinecap="round" d="M14.7004 2.94135L14.0627 8.28861"/><path strokeLinecap="round" d="M8.42184 4.62396L7.78409 9.97123"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M20 16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16V11H16C17.8856 11 18.8284 11 19.4142 11.5858C19.7501 11.9217 19.8934 12.3749 19.9545 13.0559"/><path d="M4.00153 10.9997C3.51773 9.19412 3.27584 8.29135 3.48389 7.51489C3.62019 7.00622 3.88798 6.5424 4.26035 6.17003C4.82875 5.60162 5.73152 5.35973 7.53706 4.87593L14.54 2.99949C15.2133 2.8191 15.5499 2.72891 15.8447 2.70958C17.0555 2.63022 18.1949 3.28804 18.7315 4.37629C18.8622 4.64129 18.9524 4.97791 19.1328 5.65114C19.1929 5.87556 19.223 5.98776 19.2295 6.08604C19.2559 6.48964 19.0366 6.86943 18.6739 7.04832C18.5855 7.09188 18.4733 7.12195 18.2489 7.18208L4.00153 10.9997Z"/><path stroke-linecap="round" d="M14.7004 2.94135L14.0627 8.28861"/><path stroke-linecap="round" d="M8.42184 4.62396L7.78409 9.97123"/></g></svg> </template>
CSS
.icon-clapperboard-open-broken {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2016C20%2018.8284%2020%2020.2426%2019.1213%2021.1213C18.2426%2022%2016.8284%2022%2014%2022H10C7.17157%2022%205.75736%2022%204.87868%2021.1213C4%2020.2426%204%2018.8284%204%2016V11H16C17.8856%2011%2018.8284%2011%2019.4142%2011.5858C19.7501%2011.9217%2019.8934%2012.3749%2019.9545%2013.0559%22%2F%3E%3Cpath%20d%3D%22M4.00153%2010.9997C3.51773%209.19412%203.27584%208.29135%203.48389%207.51489C3.62019%207.00622%203.88798%206.5424%204.26035%206.17003C4.82875%205.60162%205.73152%205.35973%207.53706%204.87593L14.54%202.99949C15.2133%202.8191%2015.5499%202.72891%2015.8447%202.70958C17.0555%202.63022%2018.1949%203.28804%2018.7315%204.37629C18.8622%204.64129%2018.9524%204.97791%2019.1328%205.65114C19.1929%205.87556%2019.223%205.98776%2019.2295%206.08604C19.2559%206.48964%2019.0366%206.86943%2018.6739%207.04832C18.5855%207.09188%2018.4733%207.12195%2018.2489%207.18208L4.00153%2010.9997Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.7004%202.94135L14.0627%208.28861%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.42184%204.62396L7.78409%209.97123%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2016C20%2018.8284%2020%2020.2426%2019.1213%2021.1213C18.2426%2022%2016.8284%2022%2014%2022H10C7.17157%2022%205.75736%2022%204.87868%2021.1213C4%2020.2426%204%2018.8284%204%2016V11H16C17.8856%2011%2018.8284%2011%2019.4142%2011.5858C19.7501%2011.9217%2019.8934%2012.3749%2019.9545%2013.0559%22%2F%3E%3Cpath%20d%3D%22M4.00153%2010.9997C3.51773%209.19412%203.27584%208.29135%203.48389%207.51489C3.62019%207.00622%203.88798%206.5424%204.26035%206.17003C4.82875%205.60162%205.73152%205.35973%207.53706%204.87593L14.54%202.99949C15.2133%202.8191%2015.5499%202.72891%2015.8447%202.70958C17.0555%202.63022%2018.1949%203.28804%2018.7315%204.37629C18.8622%204.64129%2018.9524%204.97791%2019.1328%205.65114C19.1929%205.87556%2019.223%205.98776%2019.2295%206.08604C19.2559%206.48964%2019.0366%206.86943%2018.6739%207.04832C18.5855%207.09188%2018.4733%207.12195%2018.2489%207.18208L4.00153%2010.9997Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.7004%202.94135L14.0627%208.28861%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.42184%204.62396L7.78409%209.97123%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/clapperboard-open-broken.svg?color=%231a73e8&size=48