monitor camera icon
monitor-camera-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- monitor-camera-line-duotone
- Set
- Solar
- Style
- Line Duotone
- 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
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
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.75L20.6154 3.07692C21.2416 2.816 21.5547 2.68554 21.7774 2.83397C22 2.98241 22 3.32161 22 4V6C22 6.67839 22 7.01759 21.7774 7.16603C21.5547 7.31446 21.2416 7.184 20.6154 6.92308L19 6.25V3.75Z"/><path stroke-linecap="round" d="M16 22H8M12 17V22" opacity=".5"/><path stroke-linecap="round" d="M22 13H2" opacity=".5"/><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 11V9.5C2 6.21252 2 4.56878 2.90796 3.46243C3.07418 3.25989 3.25989 3.07418 3.46243 2.90796C4.56878 2 6.21252 2 9.5 2"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMonitorCameraLineDuotone(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.75L20.6154 3.07692C21.2416 2.816 21.5547 2.68554 21.7774 2.83397C22 2.98241 22 3.32161 22 4V6C22 6.67839 22 7.01759 21.7774 7.16603C21.5547 7.31446 21.2416 7.184 20.6154 6.92308L19 6.25V3.75Z"/><path strokeLinecap="round" d="M16 22H8M12 17V22" opacity=".5"/><path strokeLinecap="round" d="M22 13H2" opacity=".5"/><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 11V9.5C2 6.21252 2 4.56878 2.90796 3.46243C3.07418 3.25989 3.25989 3.07418 3.46243 2.90796C4.56878 2 6.21252 2 9.5 2"/></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.75L20.6154 3.07692C21.2416 2.816 21.5547 2.68554 21.7774 2.83397C22 2.98241 22 3.32161 22 4V6C22 6.67839 22 7.01759 21.7774 7.16603C21.5547 7.31446 21.2416 7.184 20.6154 6.92308L19 6.25V3.75Z"/><path stroke-linecap="round" d="M16 22H8M12 17V22" opacity=".5"/><path stroke-linecap="round" d="M22 13H2" opacity=".5"/><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 11V9.5C2 6.21252 2 4.56878 2.90796 3.46243C3.07418 3.25989 3.25989 3.07418 3.46243 2.90796C4.56878 2 6.21252 2 9.5 2"/></g></svg> </template>
CSS
.icon-monitor-camera-line-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%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.75L20.6154%203.07692C21.2416%202.816%2021.5547%202.68554%2021.7774%202.83397C22%202.98241%2022%203.32161%2022%204V6C22%206.67839%2022%207.01759%2021.7774%207.16603C21.5547%207.31446%2021.2416%207.184%2020.6154%206.92308L19%206.25V3.75Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022H8M12%2017V22%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013H2%22%20opacity%3D%22.5%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%2011V9.5C2%206.21252%202%204.56878%202.90796%203.46243C3.07418%203.25989%203.25989%203.07418%203.46243%202.90796C4.56878%202%206.21252%202%209.5%202%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.75L20.6154%203.07692C21.2416%202.816%2021.5547%202.68554%2021.7774%202.83397C22%202.98241%2022%203.32161%2022%204V6C22%206.67839%2022%207.01759%2021.7774%207.16603C21.5547%207.31446%2021.2416%207.184%2020.6154%206.92308L19%206.25V3.75Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022H8M12%2017V22%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013H2%22%20opacity%3D%22.5%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%2011V9.5C2%206.21252%202%204.56878%202.90796%203.46243C3.07418%203.25989%203.25989%203.07418%203.46243%202.90796C4.56878%202%206.21252%202%209.5%202%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-line-duotone.svg?color=%231a73e8&size=48