clapperboard open play icon

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

Name
clapperboard-open-play-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 play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m14.841 8.095l3.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.258zM9.15 4.444l4.768-1.278l-.6 5.034a.8.8 0 0 0 .024.297l-4.78 1.28l.605-5.064a.8.8 0 0 0-.017-.27"/><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 11m-3.192 4.224c.795.569 1.192.854 1.192 1.276s-.397.707-1.192 1.276c-.805.578-1.207.866-1.508.654s-.3-.784-.3-1.93s0-1.719.3-1.93c.3-.213.703.076 1.508.653" clip-rule="evenodd"/><path d="M7.04 9.882a.8.8 0 0 0 .023.297L4.001 11c-.484-1.805-.725-2.708-.517-3.484A3 3 0 0 1 4.26 6.17c.569-.568 1.471-.81 3.277-1.294l.103-.028z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconClapperboardOpenPlayFilled(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="m14.841 8.095l3.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.258zM9.15 4.444l4.768-1.278l-.6 5.034a.8.8 0 0 0 .024.297l-4.78 1.28l.605-5.064a.8.8 0 0 0-.017-.27"/><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 11m-3.192 4.224c.795.569 1.192.854 1.192 1.276s-.397.707-1.192 1.276c-.805.578-1.207.866-1.508.654s-.3-.784-.3-1.93s0-1.719.3-1.93c.3-.213.703.076 1.508.653" clipRule="evenodd"/><path d="M7.04 9.882a.8.8 0 0 0 .023.297L4.001 11c-.484-1.805-.725-2.708-.517-3.484A3 3 0 0 1 4.26 6.17c.569-.568 1.471-.81 3.277-1.294l.103-.028z"/></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="m14.841 8.095l3.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.258zM9.15 4.444l4.768-1.278l-.6 5.034a.8.8 0 0 0 .024.297l-4.78 1.28l.605-5.064a.8.8 0 0 0-.017-.27"/><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 11m-3.192 4.224c.795.569 1.192.854 1.192 1.276s-.397.707-1.192 1.276c-.805.578-1.207.866-1.508.654s-.3-.784-.3-1.93s0-1.719.3-1.93c.3-.213.703.076 1.508.653" clip-rule="evenodd"/><path d="M7.04 9.882a.8.8 0 0 0 .023.297L4.001 11c-.484-1.805-.725-2.708-.517-3.484A3 3 0 0 1 4.26 6.17c.569-.568 1.471-.81 3.277-1.294l.103-.028z"/></g></svg>
</template>

CSS

.icon-clapperboard-open-play-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m14.841%208.095l3.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.258zM9.15%204.444l4.768-1.278l-.6%205.034a.8.8%200%200%200%20.024.297l-4.78%201.28l.605-5.064a.8.8%200%200%200-.017-.27%22%2F%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%2011m-3.192%204.224c.795.569%201.192.854%201.192%201.276s-.397.707-1.192%201.276c-.805.578-1.207.866-1.508.654s-.3-.784-.3-1.93s0-1.719.3-1.93c.3-.213.703.076%201.508.653%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.04%209.882a.8.8%200%200%200%20.023.297L4.001%2011c-.484-1.805-.725-2.708-.517-3.484A3%203%200%200%201%204.26%206.17c.569-.568%201.471-.81%203.277-1.294l.103-.028z%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%22m14.841%208.095l3.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.258zM9.15%204.444l4.768-1.278l-.6%205.034a.8.8%200%200%200%20.024.297l-4.78%201.28l.605-5.064a.8.8%200%200%200-.017-.27%22%2F%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%2011m-3.192%204.224c.795.569%201.192.854%201.192%201.276s-.397.707-1.192%201.276c-.805.578-1.207.866-1.508.654s-.3-.784-.3-1.93s0-1.719.3-1.93c.3-.213.703.076%201.508.653%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.04%209.882a.8.8%200%200%200%20.023.297L4.001%2011c-.484-1.805-.725-2.708-.517-3.484A3%203%200%200%201%204.26%206.17c.569-.568%201.471-.81%203.277-1.294l.103-.028z%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-filled.svg?color=%231a73e8&size=48