clapperboard open play icon
clapperboard-open-play-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.
- Name
- clapperboard-open-play-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More video icons from Reicon
Use the clapperboard open play icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16 11H4v5c0 2.828 0 4.243.879 5.121C5.757 22 7.172 22 10 22h4c2.828 0 4.243 0 5.121-.879C20 20.243 20 18.828 20 16v-1c0-1.886 0-2.828-.586-3.414S17.886 11 16 11" clip-rule="evenodd" opacity=".5"/><path d="M14 16.5c0-.422-.397-.707-1.192-1.277c-.805-.577-1.207-.866-1.508-.654s-.3.785-.3 1.931s0 1.719.3 1.93c.3.212.703-.076 1.508-.654c.795-.569 1.192-.854 1.192-1.276m-.682-8.3l.6-5.034l-4.71 1.262l-.042.285l-.604 5.064l4.719-1.264zm-9.835-.685c-.208.776.034 1.68.518 3.485L7 10.196l.039-.314l.6-5.034l-.103.028c-1.805.484-2.708.726-3.276 1.294a3 3 0 0 0-.777 1.345m14.765-.333l-3.407.913l.604-5.065l.055-.272a3 3 0 0 1 .344-.048a3 3 0 0 1 2.887 1.666c.13.265.22.602.401 1.275c.06.225.09.337.097.435a1 1 0 0 1-.556.962c-.088.044-.2.074-.425.134"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconClapperboardOpenPlayDuotone(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 fillRule="evenodd" d="M16 11H4v5c0 2.828 0 4.243.879 5.121C5.757 22 7.172 22 10 22h4c2.828 0 4.243 0 5.121-.879C20 20.243 20 18.828 20 16v-1c0-1.886 0-2.828-.586-3.414S17.886 11 16 11" clipRule="evenodd" opacity=".5"/><path d="M14 16.5c0-.422-.397-.707-1.192-1.277c-.805-.577-1.207-.866-1.508-.654s-.3.785-.3 1.931s0 1.719.3 1.93c.3.212.703-.076 1.508-.654c.795-.569 1.192-.854 1.192-1.276m-.682-8.3l.6-5.034l-4.71 1.262l-.042.285l-.604 5.064l4.719-1.264zm-9.835-.685c-.208.776.034 1.68.518 3.485L7 10.196l.039-.314l.6-5.034l-.103.028c-1.805.484-2.708.726-3.276 1.294a3 3 0 0 0-.777 1.345m14.765-.333l-3.407.913l.604-5.065l.055-.272a3 3 0 0 1 .344-.048a3 3 0 0 1 2.887 1.666c.13.265.22.602.401 1.275c.06.225.09.337.097.435a1 1 0 0 1-.556.962c-.088.044-.2.074-.425.134"/></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 fill-rule="evenodd" d="M16 11H4v5c0 2.828 0 4.243.879 5.121C5.757 22 7.172 22 10 22h4c2.828 0 4.243 0 5.121-.879C20 20.243 20 18.828 20 16v-1c0-1.886 0-2.828-.586-3.414S17.886 11 16 11" clip-rule="evenodd" opacity=".5"/><path d="M14 16.5c0-.422-.397-.707-1.192-1.277c-.805-.577-1.207-.866-1.508-.654s-.3.785-.3 1.931s0 1.719.3 1.93c.3.212.703-.076 1.508-.654c.795-.569 1.192-.854 1.192-1.276m-.682-8.3l.6-5.034l-4.71 1.262l-.042.285l-.604 5.064l4.719-1.264zm-9.835-.685c-.208.776.034 1.68.518 3.485L7 10.196l.039-.314l.6-5.034l-.103.028c-1.805.484-2.708.726-3.276 1.294a3 3 0 0 0-.777 1.345m14.765-.333l-3.407.913l.604-5.065l.055-.272a3 3 0 0 1 .344-.048a3 3 0 0 1 2.887 1.666c.13.265.22.602.401 1.275c.06.225.09.337.097.435a1 1 0 0 1-.556.962c-.088.044-.2.074-.425.134"/></g></svg> </template>
CSS
.icon-clapperboard-open-play-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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2011H4v5c0%202.828%200%204.243.879%205.121C5.757%2022%207.172%2022%2010%2022h4c2.828%200%204.243%200%205.121-.879C20%2020.243%2020%2018.828%2020%2016v-1c0-1.886%200-2.828-.586-3.414S17.886%2011%2016%2011%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14%2016.5c0-.422-.397-.707-1.192-1.277c-.805-.577-1.207-.866-1.508-.654s-.3.785-.3%201.931s0%201.719.3%201.93c.3.212.703-.076%201.508-.654c.795-.569%201.192-.854%201.192-1.276m-.682-8.3l.6-5.034l-4.71%201.262l-.042.285l-.604%205.064l4.719-1.264zm-9.835-.685c-.208.776.034%201.68.518%203.485L7%2010.196l.039-.314l.6-5.034l-.103.028c-1.805.484-2.708.726-3.276%201.294a3%203%200%200%200-.777%201.345m14.765-.333l-3.407.913l.604-5.065l.055-.272a3%203%200%200%201%20.344-.048a3%203%200%200%201%202.887%201.666c.13.265.22.602.401%201.275c.06.225.09.337.097.435a1%201%200%200%201-.556.962c-.088.044-.2.074-.425.134%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2011H4v5c0%202.828%200%204.243.879%205.121C5.757%2022%207.172%2022%2010%2022h4c2.828%200%204.243%200%205.121-.879C20%2020.243%2020%2018.828%2020%2016v-1c0-1.886%200-2.828-.586-3.414S17.886%2011%2016%2011%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14%2016.5c0-.422-.397-.707-1.192-1.277c-.805-.577-1.207-.866-1.508-.654s-.3.785-.3%201.931s0%201.719.3%201.93c.3.212.703-.076%201.508-.654c.795-.569%201.192-.854%201.192-1.276m-.682-8.3l.6-5.034l-4.71%201.262l-.042.285l-.604%205.064l4.719-1.264zm-9.835-.685c-.208.776.034%201.68.518%203.485L7%2010.196l.039-.314l.6-5.034l-.103.028c-1.805.484-2.708.726-3.276%201.294a3%203%200%200%200-.777%201.345m14.765-.333l-3.407.913l.604-5.065l.055-.272a3%203%200%200%201%20.344-.048a3%203%200%200%201%202.887%201.666c.13.265.22.602.401%201.275c.06.225.09.337.097.435a1%201%200%200%201-.556.962c-.088.044-.2.074-.425.134%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-open-play-duotone.svg?color=%231a73e8&size=48