monitor camera icon
monitor-camera from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- monitor-camera
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M14.95 1.25h1.1c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597c.236.236.383.505.476.792l.76-.316l.041-.017c.277-.116.557-.233.796-.293c.265-.067.657-.113 1.03.135c.372.248.48.628.52.899c.036.244.036.546.036.847v2.088c0 .3 0 .604-.036.848c-.04.27-.148.65-.52.898c-.373.248-.765.202-1.03.135a6 6 0 0 1-.796-.293q-.02-.007-.041-.017l-.76-.316c-.093.287-.24.556-.476.792c-.382.382-.854.531-1.345.597c-.459.062-1.032.062-1.697.062h-1.098c-.665 0-1.238 0-1.697-.062c-.492-.066-.963-.215-1.345-.597s-.531-.854-.597-1.345c-.062-.459-.062-1.032-.062-1.697v-.098c0-.665 0-1.238.062-1.697c.066-.491.215-.963.597-1.345s.853-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062m4.8 4.5l1.154.48c.135.057.247.103.344.142c.002-.105.002-.226.002-.372V4c0-.146 0-.267-.002-.372q-.145.058-.344.141l-1.154.481zM18.25 5c0-.728-.002-1.2-.048-1.546c-.044-.325-.115-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048h-1c-.728 0-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048 1.546s.002 1.2.048 1.546c.044.325.115.427.172.484s.159.128.484.172c.347.046.818.048 1.546.048h1c.728 0 1.2-.002 1.546-.048c.325-.044.427-.115.484-.172s.128-.159.172-.484c.046-.347.048-.818.048-1.546M9.451 1.25H9.5a.75.75 0 1 1 0 1.5c-1.662 0-2.843.001-3.749.108c-.889.105-1.415.304-1.813.63a3.3 3.3 0 0 0-.45.45c-.326.398-.525.924-.63 1.813c-.107.906-.108 2.087-.108 3.749V11q-.001.687.004 1.25h18.492q.005-.563.004-1.25v-1a.75.75 0 0 1 1.5 0v1.055c0 .662 0 1.263-.013 1.804a.75.75 0 0 1-.01.327c-.017.444-.045.845-.093 1.206c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116H12.75v3.5H16a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5h3.25v-3.5H7.945c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75 0 0 1-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.45c0-1.602 0-2.872.119-3.876c.122-1.03.377-1.88.96-2.588a5 5 0 0 1 .658-.659c.709-.582 1.557-.837 2.588-.96C6.58 1.25 7.85 1.25 9.451 1.25m-6.644 12.5q.018.234.046.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h8c1.435 0 2.436-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4q.028-.207.046-.441z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMonitorCamera(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M14.95 1.25h1.1c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597c.236.236.383.505.476.792l.76-.316l.041-.017c.277-.116.557-.233.796-.293c.265-.067.657-.113 1.03.135c.372.248.48.628.52.899c.036.244.036.546.036.847v2.088c0 .3 0 .604-.036.848c-.04.27-.148.65-.52.898c-.373.248-.765.202-1.03.135a6 6 0 0 1-.796-.293q-.02-.007-.041-.017l-.76-.316c-.093.287-.24.556-.476.792c-.382.382-.854.531-1.345.597c-.459.062-1.032.062-1.697.062h-1.098c-.665 0-1.238 0-1.697-.062c-.492-.066-.963-.215-1.345-.597s-.531-.854-.597-1.345c-.062-.459-.062-1.032-.062-1.697v-.098c0-.665 0-1.238.062-1.697c.066-.491.215-.963.597-1.345s.853-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062m4.8 4.5l1.154.48c.135.057.247.103.344.142c.002-.105.002-.226.002-.372V4c0-.146 0-.267-.002-.372q-.145.058-.344.141l-1.154.481zM18.25 5c0-.728-.002-1.2-.048-1.546c-.044-.325-.115-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048h-1c-.728 0-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048 1.546s.002 1.2.048 1.546c.044.325.115.427.172.484s.159.128.484.172c.347.046.818.048 1.546.048h1c.728 0 1.2-.002 1.546-.048c.325-.044.427-.115.484-.172s.128-.159.172-.484c.046-.347.048-.818.048-1.546M9.451 1.25H9.5a.75.75 0 1 1 0 1.5c-1.662 0-2.843.001-3.749.108c-.889.105-1.415.304-1.813.63a3.3 3.3 0 0 0-.45.45c-.326.398-.525.924-.63 1.813c-.107.906-.108 2.087-.108 3.749V11q-.001.687.004 1.25h18.492q.005-.563.004-1.25v-1a.75.75 0 0 1 1.5 0v1.055c0 .662 0 1.263-.013 1.804a.75.75 0 0 1-.01.327c-.017.444-.045.845-.093 1.206c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116H12.75v3.5H16a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5h3.25v-3.5H7.945c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75 0 0 1-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.45c0-1.602 0-2.872.119-3.876c.122-1.03.377-1.88.96-2.588a5 5 0 0 1 .658-.659c.709-.582 1.557-.837 2.588-.96C6.58 1.25 7.85 1.25 9.451 1.25m-6.644 12.5q.018.234.046.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h8c1.435 0 2.436-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4q.028-.207.046-.441z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.95 1.25h1.1c.664 0 1.237 0 1.696.062c.492.066.963.215 1.345.597c.236.236.383.505.476.792l.76-.316l.041-.017c.277-.116.557-.233.796-.293c.265-.067.657-.113 1.03.135c.372.248.48.628.52.899c.036.244.036.546.036.847v2.088c0 .3 0 .604-.036.848c-.04.27-.148.65-.52.898c-.373.248-.765.202-1.03.135a6 6 0 0 1-.796-.293q-.02-.007-.041-.017l-.76-.316c-.093.287-.24.556-.476.792c-.382.382-.854.531-1.345.597c-.459.062-1.032.062-1.697.062h-1.098c-.665 0-1.238 0-1.697-.062c-.492-.066-.963-.215-1.345-.597s-.531-.854-.597-1.345c-.062-.459-.062-1.032-.062-1.697v-.098c0-.665 0-1.238.062-1.697c.066-.491.215-.963.597-1.345s.853-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062m4.8 4.5l1.154.48c.135.057.247.103.344.142c.002-.105.002-.226.002-.372V4c0-.146 0-.267-.002-.372q-.145.058-.344.141l-1.154.481zM18.25 5c0-.728-.002-1.2-.048-1.546c-.044-.325-.115-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048h-1c-.728 0-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048 1.546s.002 1.2.048 1.546c.044.325.115.427.172.484s.159.128.484.172c.347.046.818.048 1.546.048h1c.728 0 1.2-.002 1.546-.048c.325-.044.427-.115.484-.172s.128-.159.172-.484c.046-.347.048-.818.048-1.546M9.451 1.25H9.5a.75.75 0 1 1 0 1.5c-1.662 0-2.843.001-3.749.108c-.889.105-1.415.304-1.813.63a3.3 3.3 0 0 0-.45.45c-.326.398-.525.924-.63 1.813c-.107.906-.108 2.087-.108 3.749V11q-.001.687.004 1.25h18.492q.005-.563.004-1.25v-1a.75.75 0 0 1 1.5 0v1.055c0 .662 0 1.263-.013 1.804a.75.75 0 0 1-.01.327c-.017.444-.045.845-.093 1.206c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116H12.75v3.5H16a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5h3.25v-3.5H7.945c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75 0 0 1-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.45c0-1.602 0-2.872.119-3.876c.122-1.03.377-1.88.96-2.588a5 5 0 0 1 .658-.659c.709-.582 1.557-.837 2.588-.96C6.58 1.25 7.85 1.25 9.451 1.25m-6.644 12.5q.018.234.046.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h8c1.435 0 2.436-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4q.028-.207.046-.441z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-monitor-camera {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.95%201.25h1.1c.664%200%201.237%200%201.696.062c.492.066.963.215%201.345.597c.236.236.383.505.476.792l.76-.316l.041-.017c.277-.116.557-.233.796-.293c.265-.067.657-.113%201.03.135c.372.248.48.628.52.899c.036.244.036.546.036.847v2.088c0%20.3%200%20.604-.036.848c-.04.27-.148.65-.52.898c-.373.248-.765.202-1.03.135a6%206%200%200%201-.796-.293q-.02-.007-.041-.017l-.76-.316c-.093.287-.24.556-.476.792c-.382.382-.854.531-1.345.597c-.459.062-1.032.062-1.697.062h-1.098c-.665%200-1.238%200-1.697-.062c-.492-.066-.963-.215-1.345-.597s-.531-.854-.597-1.345c-.062-.459-.062-1.032-.062-1.697v-.098c0-.665%200-1.238.062-1.697c.066-.491.215-.963.597-1.345s.853-.531%201.345-.597c.459-.062%201.032-.062%201.697-.062m4.8%204.5l1.154.48c.135.057.247.103.344.142c.002-.105.002-.226.002-.372V4c0-.146%200-.267-.002-.372q-.145.058-.344.141l-1.154.481zM18.25%205c0-.728-.002-1.2-.048-1.546c-.044-.325-.115-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048h-1c-.728%200-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048%201.546s.002%201.2.048%201.546c.044.325.115.427.172.484s.159.128.484.172c.347.046.818.048%201.546.048h1c.728%200%201.2-.002%201.546-.048c.325-.044.427-.115.484-.172s.128-.159.172-.484c.046-.347.048-.818.048-1.546M9.451%201.25H9.5a.75.75%200%201%201%200%201.5c-1.662%200-2.843.001-3.749.108c-.889.105-1.415.304-1.813.63a3.3%203.3%200%200%200-.45.45c-.326.398-.525.924-.63%201.813c-.107.906-.108%202.087-.108%203.749V11q-.001.687.004%201.25h18.492q.005-.563.004-1.25v-1a.75.75%200%200%201%201.5%200v1.055c0%20.662%200%201.263-.013%201.804a.75.75%200%200%201-.01.327c-.017.444-.045.845-.093%201.206c-.122.9-.38%201.658-.982%202.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116H12.75v3.5H16a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201%200-1.5h3.25v-3.5H7.945c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75%200%200%201-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.45c0-1.602%200-2.872.119-3.876c.122-1.03.377-1.88.96-2.588a5%205%200%200%201%20.658-.659c.709-.582%201.557-.837%202.588-.96C6.58%201.25%207.85%201.25%209.451%201.25m-6.644%2012.5q.018.234.046.442c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h8c1.435%200%202.436-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.4q.028-.207.046-.441z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.95%201.25h1.1c.664%200%201.237%200%201.696.062c.492.066.963.215%201.345.597c.236.236.383.505.476.792l.76-.316l.041-.017c.277-.116.557-.233.796-.293c.265-.067.657-.113%201.03.135c.372.248.48.628.52.899c.036.244.036.546.036.847v2.088c0%20.3%200%20.604-.036.848c-.04.27-.148.65-.52.898c-.373.248-.765.202-1.03.135a6%206%200%200%201-.796-.293q-.02-.007-.041-.017l-.76-.316c-.093.287-.24.556-.476.792c-.382.382-.854.531-1.345.597c-.459.062-1.032.062-1.697.062h-1.098c-.665%200-1.238%200-1.697-.062c-.492-.066-.963-.215-1.345-.597s-.531-.854-.597-1.345c-.062-.459-.062-1.032-.062-1.697v-.098c0-.665%200-1.238.062-1.697c.066-.491.215-.963.597-1.345s.853-.531%201.345-.597c.459-.062%201.032-.062%201.697-.062m4.8%204.5l1.154.48c.135.057.247.103.344.142c.002-.105.002-.226.002-.372V4c0-.146%200-.267-.002-.372q-.145.058-.344.141l-1.154.481zM18.25%205c0-.728-.002-1.2-.048-1.546c-.044-.325-.115-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048h-1c-.728%200-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048%201.546s.002%201.2.048%201.546c.044.325.115.427.172.484s.159.128.484.172c.347.046.818.048%201.546.048h1c.728%200%201.2-.002%201.546-.048c.325-.044.427-.115.484-.172s.128-.159.172-.484c.046-.347.048-.818.048-1.546M9.451%201.25H9.5a.75.75%200%201%201%200%201.5c-1.662%200-2.843.001-3.749.108c-.889.105-1.415.304-1.813.63a3.3%203.3%200%200%200-.45.45c-.326.398-.525.924-.63%201.813c-.107.906-.108%202.087-.108%203.749V11q-.001.687.004%201.25h18.492q.005-.563.004-1.25v-1a.75.75%200%200%201%201.5%200v1.055c0%20.662%200%201.263-.013%201.804a.75.75%200%200%201-.01.327c-.017.444-.045.845-.093%201.206c-.122.9-.38%201.658-.982%202.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116H12.75v3.5H16a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201%200-1.5h3.25v-3.5H7.945c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75%200%200%201-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.45c0-1.602%200-2.872.119-3.876c.122-1.03.377-1.88.96-2.588a5%205%200%200%201%20.658-.659c.709-.582%201.557-.837%202.588-.96C6.58%201.25%207.85%201.25%209.451%201.25m-6.644%2012.5q.018.234.046.442c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h8c1.435%200%202.436-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.4q.028-.207.046-.441z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/monitor-camera.svg?color=%231a73e8&size=48