monitor camera icon
monitor-camera-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- monitor-camera-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All monitor camera icons →More devices icons from Reicon
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="currentColor"><path d="M16 2h-1c-1.414 0-2.121 0-2.56.44C12 2.878 12 3.585 12 5s0 2.121.44 2.56C12.878 8 13.585 8 15 8h1c1.414 0 2.121 0 2.56-.44c.285-.284.386-.681.42-1.31H19l1.615.673c.627.261.94.391 1.162.243C22 7.018 22 6.678 22 6V4c0-.678 0-1.018-.223-1.166c-.222-.148-.535-.018-1.162.243L19 3.75h-.02c-.035-.629-.135-1.026-.42-1.31C18.122 2 17.415 2 16 2M7.985 17.5c-2.84 0-4.26 0-5.141-.879C2.272 16.052 2.07 15.258 2 14v-1h20v1c-.07 1.258-.272 2.052-.844 2.621c-.882.879-2.301.879-5.14.879h-3.263v4h3.262c.416 0 .753.336.753.75s-.337.75-.753.75h-8.03a.75.75 0 0 1-.753-.75c0-.414.337-.75.753-.75h3.262v-4z"/><path d="M22 10v1c0 .552-.006 1.55-.013 2H2c-.007-.45 0-1.448 0-2v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2h.918c-.205.384-.3.786-.35 1.154c-.068.51-.068 1.128-.068 1.764v.164c0 .636 0 1.254.068 1.764c.078.575.266 1.23.81 1.775c.545.545 1.201.733 1.776.81c.51.07 1.128.07 1.764.069h1.164c.636 0 1.254 0 1.764-.068c.575-.078 1.23-.266 1.775-.81q.174-.176.302-.362l.115.048l.057.023c.26.109.59.246.885.321c.233.06.606.122 1.018.027Q22 9.298 22 10" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMonitorCameraDuotone(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="M16 2h-1c-1.414 0-2.121 0-2.56.44C12 2.878 12 3.585 12 5s0 2.121.44 2.56C12.878 8 13.585 8 15 8h1c1.414 0 2.121 0 2.56-.44c.285-.284.386-.681.42-1.31H19l1.615.673c.627.261.94.391 1.162.243C22 7.018 22 6.678 22 6V4c0-.678 0-1.018-.223-1.166c-.222-.148-.535-.018-1.162.243L19 3.75h-.02c-.035-.629-.135-1.026-.42-1.31C18.122 2 17.415 2 16 2M7.985 17.5c-2.84 0-4.26 0-5.141-.879C2.272 16.052 2.07 15.258 2 14v-1h20v1c-.07 1.258-.272 2.052-.844 2.621c-.882.879-2.301.879-5.14.879h-3.263v4h3.262c.416 0 .753.336.753.75s-.337.75-.753.75h-8.03a.75.75 0 0 1-.753-.75c0-.414.337-.75.753-.75h3.262v-4z"/><path d="M22 10v1c0 .552-.006 1.55-.013 2H2c-.007-.45 0-1.448 0-2v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2h.918c-.205.384-.3.786-.35 1.154c-.068.51-.068 1.128-.068 1.764v.164c0 .636 0 1.254.068 1.764c.078.575.266 1.23.81 1.775c.545.545 1.201.733 1.776.81c.51.07 1.128.07 1.764.069h1.164c.636 0 1.254 0 1.764-.068c.575-.078 1.23-.266 1.775-.81q.174-.176.302-.362l.115.048l.057.023c.26.109.59.246.885.321c.233.06.606.122 1.018.027Q22 9.298 22 10" opacity=".5"/></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="M16 2h-1c-1.414 0-2.121 0-2.56.44C12 2.878 12 3.585 12 5s0 2.121.44 2.56C12.878 8 13.585 8 15 8h1c1.414 0 2.121 0 2.56-.44c.285-.284.386-.681.42-1.31H19l1.615.673c.627.261.94.391 1.162.243C22 7.018 22 6.678 22 6V4c0-.678 0-1.018-.223-1.166c-.222-.148-.535-.018-1.162.243L19 3.75h-.02c-.035-.629-.135-1.026-.42-1.31C18.122 2 17.415 2 16 2M7.985 17.5c-2.84 0-4.26 0-5.141-.879C2.272 16.052 2.07 15.258 2 14v-1h20v1c-.07 1.258-.272 2.052-.844 2.621c-.882.879-2.301.879-5.14.879h-3.263v4h3.262c.416 0 .753.336.753.75s-.337.75-.753.75h-8.03a.75.75 0 0 1-.753-.75c0-.414.337-.75.753-.75h3.262v-4z"/><path d="M22 10v1c0 .552-.006 1.55-.013 2H2c-.007-.45 0-1.448 0-2v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2h.918c-.205.384-.3.786-.35 1.154c-.068.51-.068 1.128-.068 1.764v.164c0 .636 0 1.254.068 1.764c.078.575.266 1.23.81 1.775c.545.545 1.201.733 1.776.81c.51.07 1.128.07 1.764.069h1.164c.636 0 1.254 0 1.764-.068c.575-.078 1.23-.266 1.775-.81q.174-.176.302-.362l.115.048l.057.023c.26.109.59.246.885.321c.233.06.606.122 1.018.027Q22 9.298 22 10" opacity=".5"/></g></svg> </template>
CSS
.icon-monitor-camera-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%22currentColor%22%3E%3Cpath%20d%3D%22M16%202h-1c-1.414%200-2.121%200-2.56.44C12%202.878%2012%203.585%2012%205s0%202.121.44%202.56C12.878%208%2013.585%208%2015%208h1c1.414%200%202.121%200%202.56-.44c.285-.284.386-.681.42-1.31H19l1.615.673c.627.261.94.391%201.162.243C22%207.018%2022%206.678%2022%206V4c0-.678%200-1.018-.223-1.166c-.222-.148-.535-.018-1.162.243L19%203.75h-.02c-.035-.629-.135-1.026-.42-1.31C18.122%202%2017.415%202%2016%202M7.985%2017.5c-2.84%200-4.26%200-5.141-.879C2.272%2016.052%202.07%2015.258%202%2014v-1h20v1c-.07%201.258-.272%202.052-.844%202.621c-.882.879-2.301.879-5.14.879h-3.263v4h3.262c.416%200%20.753.336.753.75s-.337.75-.753.75h-8.03a.75.75%200%200%201-.753-.75c0-.414.337-.75.753-.75h3.262v-4z%22%2F%3E%3Cpath%20d%3D%22M22%2010v1c0%20.552-.006%201.55-.013%202H2c-.007-.45%200-1.448%200-2v-1c0-3.771%200-5.657%201.172-6.828S6.229%202%2010%202h.918c-.205.384-.3.786-.35%201.154c-.068.51-.068%201.128-.068%201.764v.164c0%20.636%200%201.254.068%201.764c.078.575.266%201.23.81%201.775c.545.545%201.201.733%201.776.81c.51.07%201.128.07%201.764.069h1.164c.636%200%201.254%200%201.764-.068c.575-.078%201.23-.266%201.775-.81q.174-.176.302-.362l.115.048l.057.023c.26.109.59.246.885.321c.233.06.606.122%201.018.027Q22%209.298%2022%2010%22%20opacity%3D%22.5%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%22M16%202h-1c-1.414%200-2.121%200-2.56.44C12%202.878%2012%203.585%2012%205s0%202.121.44%202.56C12.878%208%2013.585%208%2015%208h1c1.414%200%202.121%200%202.56-.44c.285-.284.386-.681.42-1.31H19l1.615.673c.627.261.94.391%201.162.243C22%207.018%2022%206.678%2022%206V4c0-.678%200-1.018-.223-1.166c-.222-.148-.535-.018-1.162.243L19%203.75h-.02c-.035-.629-.135-1.026-.42-1.31C18.122%202%2017.415%202%2016%202M7.985%2017.5c-2.84%200-4.26%200-5.141-.879C2.272%2016.052%202.07%2015.258%202%2014v-1h20v1c-.07%201.258-.272%202.052-.844%202.621c-.882.879-2.301.879-5.14.879h-3.263v4h3.262c.416%200%20.753.336.753.75s-.337.75-.753.75h-8.03a.75.75%200%200%201-.753-.75c0-.414.337-.75.753-.75h3.262v-4z%22%2F%3E%3Cpath%20d%3D%22M22%2010v1c0%20.552-.006%201.55-.013%202H2c-.007-.45%200-1.448%200-2v-1c0-3.771%200-5.657%201.172-6.828S6.229%202%2010%202h.918c-.205.384-.3.786-.35%201.154c-.068.51-.068%201.128-.068%201.764v.164c0%20.636%200%201.254.068%201.764c.078.575.266%201.23.81%201.775c.545.545%201.201.733%201.776.81c.51.07%201.128.07%201.764.069h1.164c.636%200%201.254%200%201.764-.068c.575-.078%201.23-.266%201.775-.81q.174-.176.302-.362l.115.048l.057.023c.26.109.59.246.885.321c.233.06.606.122%201.018.027Q22%209.298%2022%2010%22%20opacity%3D%22.5%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/monitor-camera-duotone.svg?color=%231a73e8&size=48