clapperboard open icon

clapperboard-open-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
clapperboard-open-filled
Set
Reicon
Style
Filled
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11h12c1.886 0 2.828 0 3.414.586S20 13.114 20 15v1c0 2.828 0 4.243-.879 5.121C18.243 22 16.828 22 14 22h-4c-2.828 0-4.243 0-5.121-.879C4 20.243 4 18.828 4 16zm9.918-7.834L9.15 4.444a.8.8 0 0 1 .017.269l-.604 5.064l4.779-1.28a.8.8 0 0 1-.024-.297zm.923 4.929l3.408-.913c.224-.06.336-.09.425-.134a1 1 0 0 0 .555-.962c-.006-.098-.036-.21-.096-.435c-.18-.673-.271-1.01-.402-1.275a3 3 0 0 0-2.887-1.666a3 3 0 0 0-.413.062q.03.125.014.258zM7.063 10.18a.8.8 0 0 1-.023-.298l.6-5.034l-.103.028C5.73 5.36 4.829 5.602 4.26 6.17a3 3 0 0 0-.776 1.345C3.276 8.29 3.517 9.195 4 11z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconClapperboardOpenFilled(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="M4 11h12c1.886 0 2.828 0 3.414.586S20 13.114 20 15v1c0 2.828 0 4.243-.879 5.121C18.243 22 16.828 22 14 22h-4c-2.828 0-4.243 0-5.121-.879C4 20.243 4 18.828 4 16zm9.918-7.834L9.15 4.444a.8.8 0 0 1 .017.269l-.604 5.064l4.779-1.28a.8.8 0 0 1-.024-.297zm.923 4.929l3.408-.913c.224-.06.336-.09.425-.134a1 1 0 0 0 .555-.962c-.006-.098-.036-.21-.096-.435c-.18-.673-.271-1.01-.402-1.275a3 3 0 0 0-2.887-1.666a3 3 0 0 0-.413.062q.03.125.014.258zM7.063 10.18a.8.8 0 0 1-.023-.298l.6-5.034l-.103.028C5.73 5.36 4.829 5.602 4.26 6.17a3 3 0 0 0-.776 1.345C3.276 8.29 3.517 9.195 4 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11h12c1.886 0 2.828 0 3.414.586S20 13.114 20 15v1c0 2.828 0 4.243-.879 5.121C18.243 22 16.828 22 14 22h-4c-2.828 0-4.243 0-5.121-.879C4 20.243 4 18.828 4 16zm9.918-7.834L9.15 4.444a.8.8 0 0 1 .017.269l-.604 5.064l4.779-1.28a.8.8 0 0 1-.024-.297zm.923 4.929l3.408-.913c.224-.06.336-.09.425-.134a1 1 0 0 0 .555-.962c-.006-.098-.036-.21-.096-.435c-.18-.673-.271-1.01-.402-1.275a3 3 0 0 0-2.887-1.666a3 3 0 0 0-.413.062q.03.125.014.258zM7.063 10.18a.8.8 0 0 1-.023-.298l.6-5.034l-.103.028C5.73 5.36 4.829 5.602 4.26 6.17a3 3 0 0 0-.776 1.345C3.276 8.29 3.517 9.195 4 11z"/></svg>
</template>

CSS

.icon-clapperboard-open-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%22M4%2011h12c1.886%200%202.828%200%203.414.586S20%2013.114%2020%2015v1c0%202.828%200%204.243-.879%205.121C18.243%2022%2016.828%2022%2014%2022h-4c-2.828%200-4.243%200-5.121-.879C4%2020.243%204%2018.828%204%2016zm9.918-7.834L9.15%204.444a.8.8%200%200%201%20.017.269l-.604%205.064l4.779-1.28a.8.8%200%200%201-.024-.297zm.923%204.929l3.408-.913c.224-.06.336-.09.425-.134a1%201%200%200%200%20.555-.962c-.006-.098-.036-.21-.096-.435c-.18-.673-.271-1.01-.402-1.275a3%203%200%200%200-2.887-1.666a3%203%200%200%200-.413.062q.03.125.014.258zM7.063%2010.18a.8.8%200%200%201-.023-.298l.6-5.034l-.103.028C5.73%205.36%204.829%205.602%204.26%206.17a3%203%200%200%200-.776%201.345C3.276%208.29%203.517%209.195%204%2011z%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%22M4%2011h12c1.886%200%202.828%200%203.414.586S20%2013.114%2020%2015v1c0%202.828%200%204.243-.879%205.121C18.243%2022%2016.828%2022%2014%2022h-4c-2.828%200-4.243%200-5.121-.879C4%2020.243%204%2018.828%204%2016zm9.918-7.834L9.15%204.444a.8.8%200%200%201%20.017.269l-.604%205.064l4.779-1.28a.8.8%200%200%201-.024-.297zm.923%204.929l3.408-.913c.224-.06.336-.09.425-.134a1%201%200%200%200%20.555-.962c-.006-.098-.036-.21-.096-.435c-.18-.673-.271-1.01-.402-1.275a3%203%200%200%200-2.887-1.666a3%203%200%200%200-.413.062q.03.125.014.258zM7.063%2010.18a.8.8%200%200%201-.023-.298l.6-5.034l-.103.028C5.73%205.36%204.829%205.602%204.26%206.17a3%203%200%200%200-.776%201.345C3.276%208.29%203.517%209.195%204%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/clapperboard-open-filled.svg?color=%231a73e8&size=48