clapperboard edit icon

clapperboard-edit-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.

Name
clapperboard-edit-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

Use the clapperboard edit 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="M10 21.9948C6.58687 21.9658 4.70529 21.7764 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8"/><path d="M22 8H2"/><path stroke-linecap="round" d="M10.5 2.5L7 8"/><path stroke-linecap="round" d="M17 2.5L13.5 8"/><path d="M18.562 13.9354L18.9791 13.5183C19.6702 12.8272 20.7906 12.8272 21.4817 13.5183C22.1728 14.2094 22.1728 15.3298 21.4817 16.0209L21.0646 16.438M18.562 13.9354C18.562 13.9354 18.6142 14.8217 19.3962 15.6038C20.1783 16.3858 21.0646 16.438 21.0646 16.438M21.0646 16.438L17.23 20.2725C16.9703 20.5323 16.8405 20.6621 16.6973 20.7738C16.5284 20.9055 16.3456 21.0185 16.1522 21.1106C15.9883 21.1888 15.8141 21.2468 15.4656 21.363L14.35 21.7349L13.9891 21.8552L13.6281 21.9755C13.4567 22.0327 13.2676 21.988 13.1398 21.8602C13.012 21.7324 12.9673 21.5433 13.0245 21.3719L13.1448 21.0109L13.2651 20.65L13.637 19.5344C13.7532 19.1859 13.8112 19.0117 13.8894 18.8478C13.9815 18.6544 14.0945 18.4716 14.2262 18.3027C14.3379 18.1595 14.4677 18.0297 14.7275 17.77L18.562 13.9354M13.9891 21.8552L13.1448 21.0109"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarClapperboardEditBroken(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="M10 21.9948C6.58687 21.9658 4.70529 21.7764 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8"/><path d="M22 8H2"/><path strokeLinecap="round" d="M10.5 2.5L7 8"/><path strokeLinecap="round" d="M17 2.5L13.5 8"/><path d="M18.562 13.9354L18.9791 13.5183C19.6702 12.8272 20.7906 12.8272 21.4817 13.5183C22.1728 14.2094 22.1728 15.3298 21.4817 16.0209L21.0646 16.438M18.562 13.9354C18.562 13.9354 18.6142 14.8217 19.3962 15.6038C20.1783 16.3858 21.0646 16.438 21.0646 16.438M21.0646 16.438L17.23 20.2725C16.9703 20.5323 16.8405 20.6621 16.6973 20.7738C16.5284 20.9055 16.3456 21.0185 16.1522 21.1106C15.9883 21.1888 15.8141 21.2468 15.4656 21.363L14.35 21.7349L13.9891 21.8552L13.6281 21.9755C13.4567 22.0327 13.2676 21.988 13.1398 21.8602C13.012 21.7324 12.9673 21.5433 13.0245 21.3719L13.1448 21.0109L13.2651 20.65L13.637 19.5344C13.7532 19.1859 13.8112 19.0117 13.8894 18.8478C13.9815 18.6544 14.0945 18.4716 14.2262 18.3027C14.3379 18.1595 14.4677 18.0297 14.7275 17.77L18.562 13.9354M13.9891 21.8552L13.1448 21.0109"/></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="M10 21.9948C6.58687 21.9658 4.70529 21.7764 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8"/><path d="M22 8H2"/><path stroke-linecap="round" d="M10.5 2.5L7 8"/><path stroke-linecap="round" d="M17 2.5L13.5 8"/><path d="M18.562 13.9354L18.9791 13.5183C19.6702 12.8272 20.7906 12.8272 21.4817 13.5183C22.1728 14.2094 22.1728 15.3298 21.4817 16.0209L21.0646 16.438M18.562 13.9354C18.562 13.9354 18.6142 14.8217 19.3962 15.6038C20.1783 16.3858 21.0646 16.438 21.0646 16.438M21.0646 16.438L17.23 20.2725C16.9703 20.5323 16.8405 20.6621 16.6973 20.7738C16.5284 20.9055 16.3456 21.0185 16.1522 21.1106C15.9883 21.1888 15.8141 21.2468 15.4656 21.363L14.35 21.7349L13.9891 21.8552L13.6281 21.9755C13.4567 22.0327 13.2676 21.988 13.1398 21.8602C13.012 21.7324 12.9673 21.5433 13.0245 21.3719L13.1448 21.0109L13.2651 20.65L13.637 19.5344C13.7532 19.1859 13.8112 19.0117 13.8894 18.8478C13.9815 18.6544 14.0945 18.4716 14.2262 18.3027C14.3379 18.1595 14.4677 18.0297 14.7275 17.77L18.562 13.9354M13.9891 21.8552L13.1448 21.0109"/></g></svg>
</template>

CSS

.icon-clapperboard-edit-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%22M10%2021.9948C6.58687%2021.9658%204.70529%2021.7764%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C21.5093%204.43821%2021.8356%205.80655%2021.9449%208%22%2F%3E%3Cpath%20d%3D%22M22%208H2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%202.5L7%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%202.5L13.5%208%22%2F%3E%3Cpath%20d%3D%22M18.562%2013.9354L18.9791%2013.5183C19.6702%2012.8272%2020.7906%2012.8272%2021.4817%2013.5183C22.1728%2014.2094%2022.1728%2015.3298%2021.4817%2016.0209L21.0646%2016.438M18.562%2013.9354C18.562%2013.9354%2018.6142%2014.8217%2019.3962%2015.6038C20.1783%2016.3858%2021.0646%2016.438%2021.0646%2016.438M21.0646%2016.438L17.23%2020.2725C16.9703%2020.5323%2016.8405%2020.6621%2016.6973%2020.7738C16.5284%2020.9055%2016.3456%2021.0185%2016.1522%2021.1106C15.9883%2021.1888%2015.8141%2021.2468%2015.4656%2021.363L14.35%2021.7349L13.9891%2021.8552L13.6281%2021.9755C13.4567%2022.0327%2013.2676%2021.988%2013.1398%2021.8602C13.012%2021.7324%2012.9673%2021.5433%2013.0245%2021.3719L13.1448%2021.0109L13.2651%2020.65L13.637%2019.5344C13.7532%2019.1859%2013.8112%2019.0117%2013.8894%2018.8478C13.9815%2018.6544%2014.0945%2018.4716%2014.2262%2018.3027C14.3379%2018.1595%2014.4677%2018.0297%2014.7275%2017.77L18.562%2013.9354M13.9891%2021.8552L13.1448%2021.0109%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%22M10%2021.9948C6.58687%2021.9658%204.70529%2021.7764%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C21.5093%204.43821%2021.8356%205.80655%2021.9449%208%22%2F%3E%3Cpath%20d%3D%22M22%208H2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%202.5L7%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%202.5L13.5%208%22%2F%3E%3Cpath%20d%3D%22M18.562%2013.9354L18.9791%2013.5183C19.6702%2012.8272%2020.7906%2012.8272%2021.4817%2013.5183C22.1728%2014.2094%2022.1728%2015.3298%2021.4817%2016.0209L21.0646%2016.438M18.562%2013.9354C18.562%2013.9354%2018.6142%2014.8217%2019.3962%2015.6038C20.1783%2016.3858%2021.0646%2016.438%2021.0646%2016.438M21.0646%2016.438L17.23%2020.2725C16.9703%2020.5323%2016.8405%2020.6621%2016.6973%2020.7738C16.5284%2020.9055%2016.3456%2021.0185%2016.1522%2021.1106C15.9883%2021.1888%2015.8141%2021.2468%2015.4656%2021.363L14.35%2021.7349L13.9891%2021.8552L13.6281%2021.9755C13.4567%2022.0327%2013.2676%2021.988%2013.1398%2021.8602C13.012%2021.7324%2012.9673%2021.5433%2013.0245%2021.3719L13.1448%2021.0109L13.2651%2020.65L13.637%2019.5344C13.7532%2019.1859%2013.8112%2019.0117%2013.8894%2018.8478C13.9815%2018.6544%2014.0945%2018.4716%2014.2262%2018.3027C14.3379%2018.1595%2014.4677%2018.0297%2014.7275%2017.77L18.562%2013.9354M13.9891%2021.8552L13.1448%2021.0109%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-edit-broken.svg?color=%231a73e8&size=48