file video camera icon

file-video-camera-broken from Solar by 480 Design · Broken · Files · CC-BY-4.0 Attribution required.

Name
file-video-camera-broken
Set
Solar
Style
Broken
Category
Files
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More files icons from Solar

Use the file video camera 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" stroke-linejoin="round" d="M2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18M22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6"/><path stroke-linejoin="round" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path d="M5.62305 14.8629C5.62305 13.6791 5.62305 13.0871 5.95001 12.6887C6.00986 12.6158 6.07674 12.5489 6.14967 12.4891C6.54808 12.1621 7.14 12.1621 8.32383 12.1621C9.50767 12.1621 10.0996 12.1621 10.498 12.4891C10.5709 12.5489 10.6378 12.6158 10.6977 12.6887C11.0246 13.0871 11.0246 13.6791 11.0246 14.8629V15.223C11.0246 16.4068 11.0246 16.9988 10.6977 17.3972C10.6378 17.4701 10.5709 17.537 10.498 17.5968C10.0996 17.9238 9.50767 17.9238 8.32383 17.9238C7.14 17.9238 6.54808 17.9238 6.14967 17.5968C6.07674 17.537 6.00986 17.4701 5.95001 17.3972C5.62305 16.9988 5.62305 16.4068 5.62305 15.223V14.8629Z"/><path d="M11.0254 14.1421L11.2625 14.0236C11.9632 13.6732 12.3136 13.498 12.5697 13.6563C12.8259 13.8147 12.8259 14.2064 12.8259 14.9898V15.0949C12.8259 15.8783 12.8259 16.2701 12.5697 16.4284C12.3136 16.5867 11.9632 16.4115 11.2625 16.0612L11.0254 15.9426V14.1421Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFileVideoCameraBroken(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" strokeLinejoin="round" d="M2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18M22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6"/><path strokeLinejoin="round" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path d="M5.62305 14.8629C5.62305 13.6791 5.62305 13.0871 5.95001 12.6887C6.00986 12.6158 6.07674 12.5489 6.14967 12.4891C6.54808 12.1621 7.14 12.1621 8.32383 12.1621C9.50767 12.1621 10.0996 12.1621 10.498 12.4891C10.5709 12.5489 10.6378 12.6158 10.6977 12.6887C11.0246 13.0871 11.0246 13.6791 11.0246 14.8629V15.223C11.0246 16.4068 11.0246 16.9988 10.6977 17.3972C10.6378 17.4701 10.5709 17.537 10.498 17.5968C10.0996 17.9238 9.50767 17.9238 8.32383 17.9238C7.14 17.9238 6.54808 17.9238 6.14967 17.5968C6.07674 17.537 6.00986 17.4701 5.95001 17.3972C5.62305 16.9988 5.62305 16.4068 5.62305 15.223V14.8629Z"/><path d="M11.0254 14.1421L11.2625 14.0236C11.9632 13.6732 12.3136 13.498 12.5697 13.6563C12.8259 13.8147 12.8259 14.2064 12.8259 14.9898V15.0949C12.8259 15.8783 12.8259 16.2701 12.5697 16.4284C12.3136 16.5867 11.9632 16.4115 11.2625 16.0612L11.0254 15.9426V14.1421Z"/></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" stroke-linejoin="round" d="M2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18M22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6"/><path stroke-linejoin="round" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path d="M5.62305 14.8629C5.62305 13.6791 5.62305 13.0871 5.95001 12.6887C6.00986 12.6158 6.07674 12.5489 6.14967 12.4891C6.54808 12.1621 7.14 12.1621 8.32383 12.1621C9.50767 12.1621 10.0996 12.1621 10.498 12.4891C10.5709 12.5489 10.6378 12.6158 10.6977 12.6887C11.0246 13.0871 11.0246 13.6791 11.0246 14.8629V15.223C11.0246 16.4068 11.0246 16.9988 10.6977 17.3972C10.6378 17.4701 10.5709 17.537 10.498 17.5968C10.0996 17.9238 9.50767 17.9238 8.32383 17.9238C7.14 17.9238 6.54808 17.9238 6.14967 17.5968C6.07674 17.537 6.00986 17.4701 5.95001 17.3972C5.62305 16.9988 5.62305 16.4068 5.62305 15.223V14.8629Z"/><path d="M11.0254 14.1421L11.2625 14.0236C11.9632 13.6732 12.3136 13.498 12.5697 13.6563C12.8259 13.8147 12.8259 14.2064 12.8259 14.9898V15.0949C12.8259 15.8783 12.8259 16.2701 12.5697 16.4284C12.3136 16.5867 11.9632 16.4115 11.2625 16.0612L11.0254 15.9426V14.1421Z"/></g></svg>
</template>

CSS

.icon-file-video-camera-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%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2010V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C21.4816%2020.1752%2021.7706%2019.3001%2021.8985%2018M22%2014V13.5629C22%2011.8083%2022%2010.931%2021.654%2010.1541C21.308%209.3772%2020.6559%208.79032%2019.3517%207.61654L15.3929%204.05365C14.2651%203.03857%2013.7012%202.53104%2013.0092%202.26552C12.3173%202%2011.5548%202%2010.0298%202C6.23869%202%204.34315%202%203.17157%203.17157C2.51839%203.82475%202.22937%204.69989%202.10149%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%202.5V5C13%207.35702%2013%208.53553%2013.7322%209.26777C14.4645%2010%2015.643%2010%2018%2010H22%22%2F%3E%3Cpath%20d%3D%22M5.62305%2014.8629C5.62305%2013.6791%205.62305%2013.0871%205.95001%2012.6887C6.00986%2012.6158%206.07674%2012.5489%206.14967%2012.4891C6.54808%2012.1621%207.14%2012.1621%208.32383%2012.1621C9.50767%2012.1621%2010.0996%2012.1621%2010.498%2012.4891C10.5709%2012.5489%2010.6378%2012.6158%2010.6977%2012.6887C11.0246%2013.0871%2011.0246%2013.6791%2011.0246%2014.8629V15.223C11.0246%2016.4068%2011.0246%2016.9988%2010.6977%2017.3972C10.6378%2017.4701%2010.5709%2017.537%2010.498%2017.5968C10.0996%2017.9238%209.50767%2017.9238%208.32383%2017.9238C7.14%2017.9238%206.54808%2017.9238%206.14967%2017.5968C6.07674%2017.537%206.00986%2017.4701%205.95001%2017.3972C5.62305%2016.9988%205.62305%2016.4068%205.62305%2015.223V14.8629Z%22%2F%3E%3Cpath%20d%3D%22M11.0254%2014.1421L11.2625%2014.0236C11.9632%2013.6732%2012.3136%2013.498%2012.5697%2013.6563C12.8259%2013.8147%2012.8259%2014.2064%2012.8259%2014.9898V15.0949C12.8259%2015.8783%2012.8259%2016.2701%2012.5697%2016.4284C12.3136%2016.5867%2011.9632%2016.4115%2011.2625%2016.0612L11.0254%2015.9426V14.1421Z%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%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2010V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C21.4816%2020.1752%2021.7706%2019.3001%2021.8985%2018M22%2014V13.5629C22%2011.8083%2022%2010.931%2021.654%2010.1541C21.308%209.3772%2020.6559%208.79032%2019.3517%207.61654L15.3929%204.05365C14.2651%203.03857%2013.7012%202.53104%2013.0092%202.26552C12.3173%202%2011.5548%202%2010.0298%202C6.23869%202%204.34315%202%203.17157%203.17157C2.51839%203.82475%202.22937%204.69989%202.10149%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%202.5V5C13%207.35702%2013%208.53553%2013.7322%209.26777C14.4645%2010%2015.643%2010%2018%2010H22%22%2F%3E%3Cpath%20d%3D%22M5.62305%2014.8629C5.62305%2013.6791%205.62305%2013.0871%205.95001%2012.6887C6.00986%2012.6158%206.07674%2012.5489%206.14967%2012.4891C6.54808%2012.1621%207.14%2012.1621%208.32383%2012.1621C9.50767%2012.1621%2010.0996%2012.1621%2010.498%2012.4891C10.5709%2012.5489%2010.6378%2012.6158%2010.6977%2012.6887C11.0246%2013.0871%2011.0246%2013.6791%2011.0246%2014.8629V15.223C11.0246%2016.4068%2011.0246%2016.9988%2010.6977%2017.3972C10.6378%2017.4701%2010.5709%2017.537%2010.498%2017.5968C10.0996%2017.9238%209.50767%2017.9238%208.32383%2017.9238C7.14%2017.9238%206.54808%2017.9238%206.14967%2017.5968C6.07674%2017.537%206.00986%2017.4701%205.95001%2017.3972C5.62305%2016.9988%205.62305%2016.4068%205.62305%2015.223V14.8629Z%22%2F%3E%3Cpath%20d%3D%22M11.0254%2014.1421L11.2625%2014.0236C11.9632%2013.6732%2012.3136%2013.498%2012.5697%2013.6563C12.8259%2013.8147%2012.8259%2014.2064%2012.8259%2014.9898V15.0949C12.8259%2015.8783%2012.8259%2016.2701%2012.5697%2016.4284C12.3136%2016.5867%2011.9632%2016.4115%2011.2625%2016.0612L11.0254%2015.9426V14.1421Z%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/file-video-camera-broken.svg?color=%231a73e8&size=48