webcam icon
webcam from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- webcam
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-webcam
The same icon in other sets
Use the webcam icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-4.963 0-9 4.038-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.962-4.037-9-9-9m0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7s7 3.14 7 7s-3.141 7-7 7"/><path fill="currentColor" d="M12 6c-2.757 0-5 2.243-5 5s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5m0 8c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/></svg>
React
import type { SVGProps } from "react";
export function BxWebcam(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" d="M12 2c-4.963 0-9 4.038-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.962-4.037-9-9-9m0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7s7 3.14 7 7s-3.141 7-7 7"/><path fill="currentColor" d="M12 6c-2.757 0-5 2.243-5 5s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5m0 8c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-4.963 0-9 4.038-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.962-4.037-9-9-9m0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7s7 3.14 7 7s-3.141 7-7 7"/><path fill="currentColor" d="M12 6c-2.757 0-5 2.243-5 5s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5m0 8c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/></svg> </template>
CSS
.icon-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%20fill%3D%22currentColor%22%20d%3D%22M12%202c-4.963%200-9%204.038-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.962-4.037-9-9-9m0%2016c-3.859%200-7-3.141-7-7s3.141-7%207-7s7%203.14%207%207s-3.141%207-7%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206c-2.757%200-5%202.243-5%205s2.243%205%205%205s5-2.243%205-5s-2.243-5-5-5m0%208c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203s-1.346%203-3%203%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%20d%3D%22M12%202c-4.963%200-9%204.038-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.962-4.037-9-9-9m0%2016c-3.859%200-7-3.141-7-7s3.141-7%207-7s7%203.14%207%207s-3.141%207-7%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206c-2.757%200-5%202.243-5%205s2.243%205%205%205s5-2.243%205-5s-2.243-5-5-5m0%208c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203s-1.346%203-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/webcam.svg?color=%231a73e8&size=48