videocamera icon

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

Name
videocamera-broken
Set
Solar
Style
Broken
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 videocamera 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="M2 11.5V12.5C2 15.7875 2 17.4312 2.90796 18.5376C3.07418 18.7401 3.25989 18.9258 3.46243 19.092C4.56878 20 6.21252 20 9.5 20C12.7875 20 14.4312 20 15.5376 19.092C15.7401 18.9258 15.9258 18.7401 16.092 18.5376C17 17.4312 17 15.7875 17 12.5V11.5C17 8.21252 17 6.56878 16.092 5.46243C15.9258 5.25989 15.7401 5.07418 15.5376 4.90796C14.4312 4 12.7875 4 9.5 4C6.21252 4 4.56878 4 3.46243 4.90796C3.25989 5.07418 3.07418 5.25989 2.90796 5.46243C2.48014 5.98373 2.2539 6.62434 2.13427 7.5"/><path d="M17 9.50019L17.6584 9.17101C19.6042 8.19807 20.5772 7.7116 21.2886 8.15127C22 8.59094 22 9.67872 22 11.8543V12.1461C22 14.3217 22 15.4094 21.2886 15.8491C20.5772 16.2888 19.6042 15.8023 17.6584 14.8294L17 14.5002V9.50019Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarVideocameraBroken(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="M2 11.5V12.5C2 15.7875 2 17.4312 2.90796 18.5376C3.07418 18.7401 3.25989 18.9258 3.46243 19.092C4.56878 20 6.21252 20 9.5 20C12.7875 20 14.4312 20 15.5376 19.092C15.7401 18.9258 15.9258 18.7401 16.092 18.5376C17 17.4312 17 15.7875 17 12.5V11.5C17 8.21252 17 6.56878 16.092 5.46243C15.9258 5.25989 15.7401 5.07418 15.5376 4.90796C14.4312 4 12.7875 4 9.5 4C6.21252 4 4.56878 4 3.46243 4.90796C3.25989 5.07418 3.07418 5.25989 2.90796 5.46243C2.48014 5.98373 2.2539 6.62434 2.13427 7.5"/><path d="M17 9.50019L17.6584 9.17101C19.6042 8.19807 20.5772 7.7116 21.2886 8.15127C22 8.59094 22 9.67872 22 11.8543V12.1461C22 14.3217 22 15.4094 21.2886 15.8491C20.5772 16.2888 19.6042 15.8023 17.6584 14.8294L17 14.5002V9.50019Z"/></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="M2 11.5V12.5C2 15.7875 2 17.4312 2.90796 18.5376C3.07418 18.7401 3.25989 18.9258 3.46243 19.092C4.56878 20 6.21252 20 9.5 20C12.7875 20 14.4312 20 15.5376 19.092C15.7401 18.9258 15.9258 18.7401 16.092 18.5376C17 17.4312 17 15.7875 17 12.5V11.5C17 8.21252 17 6.56878 16.092 5.46243C15.9258 5.25989 15.7401 5.07418 15.5376 4.90796C14.4312 4 12.7875 4 9.5 4C6.21252 4 4.56878 4 3.46243 4.90796C3.25989 5.07418 3.07418 5.25989 2.90796 5.46243C2.48014 5.98373 2.2539 6.62434 2.13427 7.5"/><path d="M17 9.50019L17.6584 9.17101C19.6042 8.19807 20.5772 7.7116 21.2886 8.15127C22 8.59094 22 9.67872 22 11.8543V12.1461C22 14.3217 22 15.4094 21.2886 15.8491C20.5772 16.2888 19.6042 15.8023 17.6584 14.8294L17 14.5002V9.50019Z"/></g></svg>
</template>

CSS

.icon-videocamera-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%22M2%2011.5V12.5C2%2015.7875%202%2017.4312%202.90796%2018.5376C3.07418%2018.7401%203.25989%2018.9258%203.46243%2019.092C4.56878%2020%206.21252%2020%209.5%2020C12.7875%2020%2014.4312%2020%2015.5376%2019.092C15.7401%2018.9258%2015.9258%2018.7401%2016.092%2018.5376C17%2017.4312%2017%2015.7875%2017%2012.5V11.5C17%208.21252%2017%206.56878%2016.092%205.46243C15.9258%205.25989%2015.7401%205.07418%2015.5376%204.90796C14.4312%204%2012.7875%204%209.5%204C6.21252%204%204.56878%204%203.46243%204.90796C3.25989%205.07418%203.07418%205.25989%202.90796%205.46243C2.48014%205.98373%202.2539%206.62434%202.13427%207.5%22%2F%3E%3Cpath%20d%3D%22M17%209.50019L17.6584%209.17101C19.6042%208.19807%2020.5772%207.7116%2021.2886%208.15127C22%208.59094%2022%209.67872%2022%2011.8543V12.1461C22%2014.3217%2022%2015.4094%2021.2886%2015.8491C20.5772%2016.2888%2019.6042%2015.8023%2017.6584%2014.8294L17%2014.5002V9.50019Z%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%22M2%2011.5V12.5C2%2015.7875%202%2017.4312%202.90796%2018.5376C3.07418%2018.7401%203.25989%2018.9258%203.46243%2019.092C4.56878%2020%206.21252%2020%209.5%2020C12.7875%2020%2014.4312%2020%2015.5376%2019.092C15.7401%2018.9258%2015.9258%2018.7401%2016.092%2018.5376C17%2017.4312%2017%2015.7875%2017%2012.5V11.5C17%208.21252%2017%206.56878%2016.092%205.46243C15.9258%205.25989%2015.7401%205.07418%2015.5376%204.90796C14.4312%204%2012.7875%204%209.5%204C6.21252%204%204.56878%204%203.46243%204.90796C3.25989%205.07418%203.07418%205.25989%202.90796%205.46243C2.48014%205.98373%202.2539%206.62434%202.13427%207.5%22%2F%3E%3Cpath%20d%3D%22M17%209.50019L17.6584%209.17101C19.6042%208.19807%2020.5772%207.7116%2021.2886%208.15127C22%208.59094%2022%209.67872%2022%2011.8543V12.1461C22%2014.3217%2022%2015.4094%2021.2886%2015.8491C20.5772%2016.2888%2019.6042%2015.8023%2017.6584%2014.8294L17%2014.5002V9.50019Z%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/videocamera-broken.svg?color=%231a73e8&size=48