clapperboard edit icon

clapperboard-edit-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2c1.845 0 3.33 0 4.54.088L13.1 7.25H8.402l3.5-5.25zM3.465 3.464c1.252-1.252 3.157-1.433 6.631-1.46L6.599 7.25H2.104c.148-1.764.503-2.928 1.36-3.786M21.896 7.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.343-.95-2.337-1.16L14.902 7.25z"/><path fill-rule="evenodd" d="M17.5 22c-2.121 0-3.182 0-3.841-.659S13 19.621 13 17.5s0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659S22 15.379 22 17.5s0 3.182-.659 3.841S19.621 22 17.5 22m2.212-6.712a.983.983 0 0 1 0 1.39l-.058.058a.24.24 0 0 1-.211.067a1.6 1.6 0 0 1-.81-.436a1.6 1.6 0 0 1-.436-.81a.24.24 0 0 1 .067-.211l.058-.058a.983.983 0 0 1 1.39 0M17.35 19.04a3 3 0 0 1-.296.279a1.6 1.6 0 0 1-.303.187a3 3 0 0 1-.381.14l-1.021.34a.265.265 0 0 1-.335-.335l.34-1.02c.064-.194.097-.291.14-.382q.077-.163.187-.303c.062-.08.134-.152.279-.296l1.799-1.799c.043-.043.118-.023.138.035a1.98 1.98 0 0 0 1.217 1.217c.058.02.078.095.035.138z" clip-rule="evenodd"/><path d="M2.026 8.75C2 9.689 2 10.763 2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22c1.358 0 2.52 0 3.522-.035c-.884-.058-1.452-.213-1.863-.624C13 20.682 13 19.621 13 17.5s0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659c.411.411.566.979.624 1.863C22 14.52 22 13.358 22 12c0-1.237 0-2.311-.026-3.25z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconClapperboardEditDuotone(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="M12 2c1.845 0 3.33 0 4.54.088L13.1 7.25H8.402l3.5-5.25zM3.465 3.464c1.252-1.252 3.157-1.433 6.631-1.46L6.599 7.25H2.104c.148-1.764.503-2.928 1.36-3.786M21.896 7.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.343-.95-2.337-1.16L14.902 7.25z"/><path fillRule="evenodd" d="M17.5 22c-2.121 0-3.182 0-3.841-.659S13 19.621 13 17.5s0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659S22 15.379 22 17.5s0 3.182-.659 3.841S19.621 22 17.5 22m2.212-6.712a.983.983 0 0 1 0 1.39l-.058.058a.24.24 0 0 1-.211.067a1.6 1.6 0 0 1-.81-.436a1.6 1.6 0 0 1-.436-.81a.24.24 0 0 1 .067-.211l.058-.058a.983.983 0 0 1 1.39 0M17.35 19.04a3 3 0 0 1-.296.279a1.6 1.6 0 0 1-.303.187a3 3 0 0 1-.381.14l-1.021.34a.265.265 0 0 1-.335-.335l.34-1.02c.064-.194.097-.291.14-.382q.077-.163.187-.303c.062-.08.134-.152.279-.296l1.799-1.799c.043-.043.118-.023.138.035a1.98 1.98 0 0 0 1.217 1.217c.058.02.078.095.035.138z" clipRule="evenodd"/><path d="M2.026 8.75C2 9.689 2 10.763 2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22c1.358 0 2.52 0 3.522-.035c-.884-.058-1.452-.213-1.863-.624C13 20.682 13 19.621 13 17.5s0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659c.411.411.566.979.624 1.863C22 14.52 22 13.358 22 12c0-1.237 0-2.311-.026-3.25z" 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="M12 2c1.845 0 3.33 0 4.54.088L13.1 7.25H8.402l3.5-5.25zM3.465 3.464c1.252-1.252 3.157-1.433 6.631-1.46L6.599 7.25H2.104c.148-1.764.503-2.928 1.36-3.786M21.896 7.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.343-.95-2.337-1.16L14.902 7.25z"/><path fill-rule="evenodd" d="M17.5 22c-2.121 0-3.182 0-3.841-.659S13 19.621 13 17.5s0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659S22 15.379 22 17.5s0 3.182-.659 3.841S19.621 22 17.5 22m2.212-6.712a.983.983 0 0 1 0 1.39l-.058.058a.24.24 0 0 1-.211.067a1.6 1.6 0 0 1-.81-.436a1.6 1.6 0 0 1-.436-.81a.24.24 0 0 1 .067-.211l.058-.058a.983.983 0 0 1 1.39 0M17.35 19.04a3 3 0 0 1-.296.279a1.6 1.6 0 0 1-.303.187a3 3 0 0 1-.381.14l-1.021.34a.265.265 0 0 1-.335-.335l.34-1.02c.064-.194.097-.291.14-.382q.077-.163.187-.303c.062-.08.134-.152.279-.296l1.799-1.799c.043-.043.118-.023.138.035a1.98 1.98 0 0 0 1.217 1.217c.058.02.078.095.035.138z" clip-rule="evenodd"/><path d="M2.026 8.75C2 9.689 2 10.763 2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22c1.358 0 2.52 0 3.522-.035c-.884-.058-1.452-.213-1.863-.624C13 20.682 13 19.621 13 17.5s0-3.182.659-3.841S15.379 13 17.5 13s3.182 0 3.841.659c.411.411.566.979.624 1.863C22 14.52 22 13.358 22 12c0-1.237 0-2.311-.026-3.25z" opacity=".5"/></g></svg>
</template>

CSS

.icon-clapperboard-edit-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%22M12%202c1.845%200%203.33%200%204.54.088L13.1%207.25H8.402l3.5-5.25zM3.465%203.464c1.252-1.252%203.157-1.433%206.631-1.46L6.599%207.25H2.104c.148-1.764.503-2.928%201.36-3.786M21.896%207.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.343-.95-2.337-1.16L14.902%207.25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%2022c-2.121%200-3.182%200-3.841-.659S13%2019.621%2013%2017.5s0-3.182.659-3.841S15.379%2013%2017.5%2013s3.182%200%203.841.659S22%2015.379%2022%2017.5s0%203.182-.659%203.841S19.621%2022%2017.5%2022m2.212-6.712a.983.983%200%200%201%200%201.39l-.058.058a.24.24%200%200%201-.211.067a1.6%201.6%200%200%201-.81-.436a1.6%201.6%200%200%201-.436-.81a.24.24%200%200%201%20.067-.211l.058-.058a.983.983%200%200%201%201.39%200M17.35%2019.04a3%203%200%200%201-.296.279a1.6%201.6%200%200%201-.303.187a3%203%200%200%201-.381.14l-1.021.34a.265.265%200%200%201-.335-.335l.34-1.02c.064-.194.097-.291.14-.382q.077-.163.187-.303c.062-.08.134-.152.279-.296l1.799-1.799c.043-.043.118-.023.138.035a1.98%201.98%200%200%200%201.217%201.217c.058.02.078.095.035.138z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2.026%208.75C2%209.689%202%2010.763%202%2012c0%204.714%200%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022c1.358%200%202.52%200%203.522-.035c-.884-.058-1.452-.213-1.863-.624C13%2020.682%2013%2019.621%2013%2017.5s0-3.182.659-3.841S15.379%2013%2017.5%2013s3.182%200%203.841.659c.411.411.566.979.624%201.863C22%2014.52%2022%2013.358%2022%2012c0-1.237%200-2.311-.026-3.25z%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%22M12%202c1.845%200%203.33%200%204.54.088L13.1%207.25H8.402l3.5-5.25zM3.465%203.464c1.252-1.252%203.157-1.433%206.631-1.46L6.599%207.25H2.104c.148-1.764.503-2.928%201.36-3.786M21.896%207.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.343-.95-2.337-1.16L14.902%207.25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%2022c-2.121%200-3.182%200-3.841-.659S13%2019.621%2013%2017.5s0-3.182.659-3.841S15.379%2013%2017.5%2013s3.182%200%203.841.659S22%2015.379%2022%2017.5s0%203.182-.659%203.841S19.621%2022%2017.5%2022m2.212-6.712a.983.983%200%200%201%200%201.39l-.058.058a.24.24%200%200%201-.211.067a1.6%201.6%200%200%201-.81-.436a1.6%201.6%200%200%201-.436-.81a.24.24%200%200%201%20.067-.211l.058-.058a.983.983%200%200%201%201.39%200M17.35%2019.04a3%203%200%200%201-.296.279a1.6%201.6%200%200%201-.303.187a3%203%200%200%201-.381.14l-1.021.34a.265.265%200%200%201-.335-.335l.34-1.02c.064-.194.097-.291.14-.382q.077-.163.187-.303c.062-.08.134-.152.279-.296l1.799-1.799c.043-.043.118-.023.138.035a1.98%201.98%200%200%200%201.217%201.217c.058.02.078.095.035.138z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2.026%208.75C2%209.689%202%2010.763%202%2012c0%204.714%200%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022c1.358%200%202.52%200%203.522-.035c-.884-.058-1.452-.213-1.863-.624C13%2020.682%2013%2019.621%2013%2017.5s0-3.182.659-3.841S15.379%2013%2017.5%2013s3.182%200%203.841.659c.411.411.566.979.624%201.863C22%2014.52%2022%2013.358%2022%2012c0-1.237%200-2.311-.026-3.25z%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/reicon/clapperboard-edit-duotone.svg?color=%231a73e8&size=48