bxs webcam icon

bxs-webcam from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-webcam
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs webcam icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2c-4.963 0-9 4.037-9 9c0 3.328 1.82 6.232 4.513 7.79l-2.067 1.378A1 1 0 0 0 6 22h12a1 1 0 0 0 .555-1.832l-2.067-1.378C19.18 17.232 21 14.328 21 11c0-4.963-4.037-9-9-9zm0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7s7 3.141 7 7s-3.141 7-7 7z" fill="currentColor"/><path d="M12 6c-2.757 0-5 2.243-5 5s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5zm-1.5 5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 10.5 11z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsWebcam(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2c-4.963 0-9 4.037-9 9c0 3.328 1.82 6.232 4.513 7.79l-2.067 1.378A1 1 0 0 0 6 22h12a1 1 0 0 0 .555-1.832l-2.067-1.378C19.18 17.232 21 14.328 21 11c0-4.963-4.037-9-9-9zm0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7s7 3.141 7 7s-3.141 7-7 7z" fill="currentColor"/><path d="M12 6c-2.757 0-5 2.243-5 5s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5zm-1.5 5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 10.5 11z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2c-4.963 0-9 4.037-9 9c0 3.328 1.82 6.232 4.513 7.79l-2.067 1.378A1 1 0 0 0 6 22h12a1 1 0 0 0 .555-1.832l-2.067-1.378C19.18 17.232 21 14.328 21 11c0-4.963-4.037-9-9-9zm0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7s7 3.141 7 7s-3.141 7-7 7z" fill="currentColor"/><path d="M12 6c-2.757 0-5 2.243-5 5s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5zm-1.5 5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 10.5 11z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-webcam {
  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%20d%3D%22M12%202c-4.963%200-9%204.037-9%209c0%203.328%201.82%206.232%204.513%207.79l-2.067%201.378A1%201%200%200%200%206%2022h12a1%201%200%200%200%20.555-1.832l-2.067-1.378C19.18%2017.232%2021%2014.328%2021%2011c0-4.963-4.037-9-9-9zm0%2016c-3.859%200-7-3.141-7-7s3.141-7%207-7s7%203.141%207%207s-3.141%207-7%207z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%206c-2.757%200-5%202.243-5%205s2.243%205%205%205s5-2.243%205-5s-2.243-5-5-5zm-1.5%205a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%2010.5%2011z%22%20fill%3D%22currentColor%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%20d%3D%22M12%202c-4.963%200-9%204.037-9%209c0%203.328%201.82%206.232%204.513%207.79l-2.067%201.378A1%201%200%200%200%206%2022h12a1%201%200%200%200%20.555-1.832l-2.067-1.378C19.18%2017.232%2021%2014.328%2021%2011c0-4.963-4.037-9-9-9zm0%2016c-3.859%200-7-3.141-7-7s3.141-7%207-7s7%203.141%207%207s-3.141%207-7%207z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%206c-2.757%200-5%202.243-5%205s2.243%205%205%205s5-2.243%205-5s-2.243-5-5-5zm-1.5%205a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%2010.5%2011z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-webcam.svg?color=%231a73e8&size=48