monitor camera icon

monitor-camera-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
monitor-camera-broken
Set
Solar
Style
Broken
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

Use the monitor 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 d="M12 5C12 3.58579 12 2.87868 12.4393 2.43934C12.8787 2 13.5858 2 15 2H16C17.4142 2 18.1213 2 18.5607 2.43934C19 2.87868 19 3.58579 19 5C19 6.41421 19 7.12132 18.5607 7.56066C18.1213 8 17.4142 8 16 8H15C13.5858 8 12.8787 8 12.4393 7.56066C12 7.12132 12 6.41421 12 5Z"/><path d="M19 3.7499L20.6154 3.07683C21.2416 2.81591 21.5547 2.68545 21.7774 2.83388C22 2.98231 22 3.32151 22 3.9999V5.9999C22 6.6783 22 7.0175 21.7774 7.16593C21.5547 7.31436 21.2416 7.1839 20.6154 6.92298L19 6.2499V3.7499Z"/><path stroke-linecap="round" d="M16 22H8"/><path stroke-linecap="round" d="M12 17L12 22"/><path stroke-linecap="round" d="M22 10V11C22 13.8284 22 15.2426 21.1213 16.1213C20.2426 17 18.8284 17 16 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11V10M9.5 2C6.21252 2 4.56878 2 3.46243 2.90796C3.25989 3.07418 3.07418 3.25989 2.90796 3.46243C2.40259 4.07821 2.17851 4.86048 2.07915 6"/><path stroke-linecap="round" d="M22 13H16M2 13H12"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMonitorCameraBroken(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 d="M12 5C12 3.58579 12 2.87868 12.4393 2.43934C12.8787 2 13.5858 2 15 2H16C17.4142 2 18.1213 2 18.5607 2.43934C19 2.87868 19 3.58579 19 5C19 6.41421 19 7.12132 18.5607 7.56066C18.1213 8 17.4142 8 16 8H15C13.5858 8 12.8787 8 12.4393 7.56066C12 7.12132 12 6.41421 12 5Z"/><path d="M19 3.7499L20.6154 3.07683C21.2416 2.81591 21.5547 2.68545 21.7774 2.83388C22 2.98231 22 3.32151 22 3.9999V5.9999C22 6.6783 22 7.0175 21.7774 7.16593C21.5547 7.31436 21.2416 7.1839 20.6154 6.92298L19 6.2499V3.7499Z"/><path strokeLinecap="round" d="M16 22H8"/><path strokeLinecap="round" d="M12 17L12 22"/><path strokeLinecap="round" d="M22 10V11C22 13.8284 22 15.2426 21.1213 16.1213C20.2426 17 18.8284 17 16 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11V10M9.5 2C6.21252 2 4.56878 2 3.46243 2.90796C3.25989 3.07418 3.07418 3.25989 2.90796 3.46243C2.40259 4.07821 2.17851 4.86048 2.07915 6"/><path strokeLinecap="round" d="M22 13H16M2 13H12"/></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 d="M12 5C12 3.58579 12 2.87868 12.4393 2.43934C12.8787 2 13.5858 2 15 2H16C17.4142 2 18.1213 2 18.5607 2.43934C19 2.87868 19 3.58579 19 5C19 6.41421 19 7.12132 18.5607 7.56066C18.1213 8 17.4142 8 16 8H15C13.5858 8 12.8787 8 12.4393 7.56066C12 7.12132 12 6.41421 12 5Z"/><path d="M19 3.7499L20.6154 3.07683C21.2416 2.81591 21.5547 2.68545 21.7774 2.83388C22 2.98231 22 3.32151 22 3.9999V5.9999C22 6.6783 22 7.0175 21.7774 7.16593C21.5547 7.31436 21.2416 7.1839 20.6154 6.92298L19 6.2499V3.7499Z"/><path stroke-linecap="round" d="M16 22H8"/><path stroke-linecap="round" d="M12 17L12 22"/><path stroke-linecap="round" d="M22 10V11C22 13.8284 22 15.2426 21.1213 16.1213C20.2426 17 18.8284 17 16 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11V10M9.5 2C6.21252 2 4.56878 2 3.46243 2.90796C3.25989 3.07418 3.07418 3.25989 2.90796 3.46243C2.40259 4.07821 2.17851 4.86048 2.07915 6"/><path stroke-linecap="round" d="M22 13H16M2 13H12"/></g></svg>
</template>

CSS

.icon-monitor-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%20d%3D%22M12%205C12%203.58579%2012%202.87868%2012.4393%202.43934C12.8787%202%2013.5858%202%2015%202H16C17.4142%202%2018.1213%202%2018.5607%202.43934C19%202.87868%2019%203.58579%2019%205C19%206.41421%2019%207.12132%2018.5607%207.56066C18.1213%208%2017.4142%208%2016%208H15C13.5858%208%2012.8787%208%2012.4393%207.56066C12%207.12132%2012%206.41421%2012%205Z%22%2F%3E%3Cpath%20d%3D%22M19%203.7499L20.6154%203.07683C21.2416%202.81591%2021.5547%202.68545%2021.7774%202.83388C22%202.98231%2022%203.32151%2022%203.9999V5.9999C22%206.6783%2022%207.0175%2021.7774%207.16593C21.5547%207.31436%2021.2416%207.1839%2020.6154%206.92298L19%206.2499V3.7499Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017L12%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2010V11C22%2013.8284%2022%2015.2426%2021.1213%2016.1213C20.2426%2017%2018.8284%2017%2016%2017H8C5.17157%2017%203.75736%2017%202.87868%2016.1213C2%2015.2426%202%2013.8284%202%2011V10M9.5%202C6.21252%202%204.56878%202%203.46243%202.90796C3.25989%203.07418%203.07418%203.25989%202.90796%203.46243C2.40259%204.07821%202.17851%204.86048%202.07915%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013H16M2%2013H12%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%20d%3D%22M12%205C12%203.58579%2012%202.87868%2012.4393%202.43934C12.8787%202%2013.5858%202%2015%202H16C17.4142%202%2018.1213%202%2018.5607%202.43934C19%202.87868%2019%203.58579%2019%205C19%206.41421%2019%207.12132%2018.5607%207.56066C18.1213%208%2017.4142%208%2016%208H15C13.5858%208%2012.8787%208%2012.4393%207.56066C12%207.12132%2012%206.41421%2012%205Z%22%2F%3E%3Cpath%20d%3D%22M19%203.7499L20.6154%203.07683C21.2416%202.81591%2021.5547%202.68545%2021.7774%202.83388C22%202.98231%2022%203.32151%2022%203.9999V5.9999C22%206.6783%2022%207.0175%2021.7774%207.16593C21.5547%207.31436%2021.2416%207.1839%2020.6154%206.92298L19%206.2499V3.7499Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017L12%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2010V11C22%2013.8284%2022%2015.2426%2021.1213%2016.1213C20.2426%2017%2018.8284%2017%2016%2017H8C5.17157%2017%203.75736%2017%202.87868%2016.1213C2%2015.2426%202%2013.8284%202%2011V10M9.5%202C6.21252%202%204.56878%202%203.46243%202.90796C3.25989%203.07418%203.07418%203.25989%202.90796%203.46243C2.40259%204.07821%202.17851%204.86048%202.07915%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013H16M2%2013H12%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/monitor-camera-broken.svg?color=%231a73e8&size=48