clapperboard icon

clapperboard-bold-duotone from Solar by 480 Design · Bold Duotone · Video · CC-BY-4.0 Attribution required.

Name
clapperboard-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

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.0955 2.00445C6.62176 2.03072 4.71666 2.2121 3.46429 3.46447C2.60663 4.32213 2.25125 5.48593 2.104 7.25002H6.59844L10.0955 2.00445Z"/><path d="M21.8956 7.25002C21.7484 5.48593 21.393 4.32213 20.5354 3.46447C19.938 2.86714 19.1922 2.51345 18.1985 2.30403L14.9012 7.25002H21.8956Z"/><path d="M16.5399 2.08783C15.3291 2 13.845 2 11.9998 2C11.9668 2 11.934 2 11.9012 2L8.40121 7.25002H13.0984L16.5399 2.08783Z"/><path d="M2.02644 8.75C2 9.68872 2 10.7632 2 12C2 16.714 2 19.071 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.071 22 16.714 22 12C22 10.7632 22 9.68872 21.9736 8.75H2.02644Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarClapperboardBoldDuotone(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.0955 2.00445C6.62176 2.03072 4.71666 2.2121 3.46429 3.46447C2.60663 4.32213 2.25125 5.48593 2.104 7.25002H6.59844L10.0955 2.00445Z"/><path d="M21.8956 7.25002C21.7484 5.48593 21.393 4.32213 20.5354 3.46447C19.938 2.86714 19.1922 2.51345 18.1985 2.30403L14.9012 7.25002H21.8956Z"/><path d="M16.5399 2.08783C15.3291 2 13.845 2 11.9998 2C11.9668 2 11.934 2 11.9012 2L8.40121 7.25002H13.0984L16.5399 2.08783Z"/><path d="M2.02644 8.75C2 9.68872 2 10.7632 2 12C2 16.714 2 19.071 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.071 22 16.714 22 12C22 10.7632 22 9.68872 21.9736 8.75H2.02644Z" 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.0955 2.00445C6.62176 2.03072 4.71666 2.2121 3.46429 3.46447C2.60663 4.32213 2.25125 5.48593 2.104 7.25002H6.59844L10.0955 2.00445Z"/><path d="M21.8956 7.25002C21.7484 5.48593 21.393 4.32213 20.5354 3.46447C19.938 2.86714 19.1922 2.51345 18.1985 2.30403L14.9012 7.25002H21.8956Z"/><path d="M16.5399 2.08783C15.3291 2 13.845 2 11.9998 2C11.9668 2 11.934 2 11.9012 2L8.40121 7.25002H13.0984L16.5399 2.08783Z"/><path d="M2.02644 8.75C2 9.68872 2 10.7632 2 12C2 16.714 2 19.071 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.071 22 16.714 22 12C22 10.7632 22 9.68872 21.9736 8.75H2.02644Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-clapperboard-bold-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.0955%202.00445C6.62176%202.03072%204.71666%202.2121%203.46429%203.46447C2.60663%204.32213%202.25125%205.48593%202.104%207.25002H6.59844L10.0955%202.00445Z%22%2F%3E%3Cpath%20d%3D%22M21.8956%207.25002C21.7484%205.48593%2021.393%204.32213%2020.5354%203.46447C19.938%202.86714%2019.1922%202.51345%2018.1985%202.30403L14.9012%207.25002H21.8956Z%22%2F%3E%3Cpath%20d%3D%22M16.5399%202.08783C15.3291%202%2013.845%202%2011.9998%202C11.9668%202%2011.934%202%2011.9012%202L8.40121%207.25002H13.0984L16.5399%202.08783Z%22%2F%3E%3Cpath%20d%3D%22M2.02644%208.75C2%209.68872%202%2010.7632%202%2012C2%2016.714%202%2019.071%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.071%2022%2016.714%2022%2012C22%2010.7632%2022%209.68872%2021.9736%208.75H2.02644Z%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.0955%202.00445C6.62176%202.03072%204.71666%202.2121%203.46429%203.46447C2.60663%204.32213%202.25125%205.48593%202.104%207.25002H6.59844L10.0955%202.00445Z%22%2F%3E%3Cpath%20d%3D%22M21.8956%207.25002C21.7484%205.48593%2021.393%204.32213%2020.5354%203.46447C19.938%202.86714%2019.1922%202.51345%2018.1985%202.30403L14.9012%207.25002H21.8956Z%22%2F%3E%3Cpath%20d%3D%22M16.5399%202.08783C15.3291%202%2013.845%202%2011.9998%202C11.9668%202%2011.934%202%2011.9012%202L8.40121%207.25002H13.0984L16.5399%202.08783Z%22%2F%3E%3Cpath%20d%3D%22M2.02644%208.75C2%209.68872%202%2010.7632%202%2012C2%2016.714%202%2019.071%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.071%2022%2016.714%2022%2012C22%2010.7632%2022%209.68872%2021.9736%208.75H2.02644Z%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/solar/clapperboard-bold-duotone.svg?color=%231a73e8&size=48