clapperboard play icon
clapperboard-play-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- clapperboard-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
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilmforward-10s
Use the clapperboard 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="M12 2c1.845 0 3.33 0 4.54.088L13.1 7.25H8.4L11.9 2zM3.464 3.464c1.253-1.252 3.158-1.433 6.632-1.46L6.599 7.25H2.104c.147-1.764.503-2.928 1.36-3.786"/><path fill-rule="evenodd" d="M2 12c0-1.237 0-2.311.026-3.25h19.948C22 9.689 22 10.763 22 12c0 4.714 0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12m11.014.585C14.338 13.44 15 13.867 15 14.5s-.662 1.06-1.986 1.915c-1.342.866-2.013 1.299-2.514.98c-.5-.317-.5-1.176-.5-2.895s0-2.578.5-2.896s1.172.115 2.514.981" clip-rule="evenodd"/><path d="M21.896 7.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.337-1.16L14.9 7.25z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconClapperboardPlayFilled(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.4L11.9 2zM3.464 3.464c1.253-1.252 3.158-1.433 6.632-1.46L6.599 7.25H2.104c.147-1.764.503-2.928 1.36-3.786"/><path fillRule="evenodd" d="M2 12c0-1.237 0-2.311.026-3.25h19.948C22 9.689 22 10.763 22 12c0 4.714 0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12m11.014.585C14.338 13.44 15 13.867 15 14.5s-.662 1.06-1.986 1.915c-1.342.866-2.013 1.299-2.514.98c-.5-.317-.5-1.176-.5-2.895s0-2.578.5-2.896s1.172.115 2.514.981" clipRule="evenodd"/><path d="M21.896 7.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.337-1.16L14.9 7.25z"/></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.4L11.9 2zM3.464 3.464c1.253-1.252 3.158-1.433 6.632-1.46L6.599 7.25H2.104c.147-1.764.503-2.928 1.36-3.786"/><path fill-rule="evenodd" d="M2 12c0-1.237 0-2.311.026-3.25h19.948C22 9.689 22 10.763 22 12c0 4.714 0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12m11.014.585C14.338 13.44 15 13.867 15 14.5s-.662 1.06-1.986 1.915c-1.342.866-2.013 1.299-2.514.98c-.5-.317-.5-1.176-.5-2.895s0-2.578.5-2.896s1.172.115 2.514.981" clip-rule="evenodd"/><path d="M21.896 7.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.337-1.16L14.9 7.25z"/></g></svg> </template>
CSS
.icon-clapperboard-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%22M12%202c1.845%200%203.33%200%204.54.088L13.1%207.25H8.4L11.9%202zM3.464%203.464c1.253-1.252%203.158-1.433%206.632-1.46L6.599%207.25H2.104c.147-1.764.503-2.928%201.36-3.786%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012c0-1.237%200-2.311.026-3.25h19.948C22%209.689%2022%2010.763%2022%2012c0%204.714%200%207.071-1.465%208.535C19.072%2022%2016.714%2022%2012%2022s-7.071%200-8.536-1.465C2%2019.072%202%2016.714%202%2012m11.014.585C14.338%2013.44%2015%2013.867%2015%2014.5s-.662%201.06-1.986%201.915c-1.342.866-2.013%201.299-2.514.98c-.5-.317-.5-1.176-.5-2.895s0-2.578.5-2.896s1.172.115%202.514.981%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.896%207.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.337-1.16L14.9%207.25z%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.4L11.9%202zM3.464%203.464c1.253-1.252%203.158-1.433%206.632-1.46L6.599%207.25H2.104c.147-1.764.503-2.928%201.36-3.786%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012c0-1.237%200-2.311.026-3.25h19.948C22%209.689%2022%2010.763%2022%2012c0%204.714%200%207.071-1.465%208.535C19.072%2022%2016.714%2022%2012%2022s-7.071%200-8.536-1.465C2%2019.072%202%2016.714%202%2012m11.014.585C14.338%2013.44%2015%2013.867%2015%2014.5s-.662%201.06-1.986%201.915c-1.342.866-2.013%201.299-2.514.98c-.5-.317-.5-1.176-.5-2.895s0-2.578.5-2.896s1.172.115%202.514.981%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.896%207.25c-.147-1.764-.503-2.928-1.36-3.786c-.598-.597-1.344-.95-2.337-1.16L14.9%207.25z%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-play-filled.svg?color=%231a73e8&size=48