webcam icon
webcam-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.
- Name
- webcam-broken
- Set
- Solar
- Style
- Broken
- Category
- Video
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More video icons from Solar
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-off-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-bold
Use the webcam 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 stroke-linecap="round" stroke-linejoin="round" d="M12 4.50098H12.0001"/><path stroke-linecap="round" d="M16 22H8"/><path stroke-linecap="round" d="M12 18.0031V22"/><path d="M9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10Z"/><path stroke-linecap="round" d="M4.58152 7C4.20651 7.92643 4 8.9391 4 10C4 14.4183 7.58172 18 12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C10.9391 2 9.92643 2.20651 9 2.58152"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWebcamBroken(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 strokeLinecap="round" strokeLinejoin="round" d="M12 4.50098H12.0001"/><path strokeLinecap="round" d="M16 22H8"/><path strokeLinecap="round" d="M12 18.0031V22"/><path d="M9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10Z"/><path strokeLinecap="round" d="M4.58152 7C4.20651 7.92643 4 8.9391 4 10C4 14.4183 7.58172 18 12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C10.9391 2 9.92643 2.20651 9 2.58152"/></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 stroke-linecap="round" stroke-linejoin="round" d="M12 4.50098H12.0001"/><path stroke-linecap="round" d="M16 22H8"/><path stroke-linecap="round" d="M12 18.0031V22"/><path d="M9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10Z"/><path stroke-linecap="round" d="M4.58152 7C4.20651 7.92643 4 8.9391 4 10C4 14.4183 7.58172 18 12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C10.9391 2 9.92643 2.20651 9 2.58152"/></g></svg> </template>
CSS
.icon-webcam-broken {
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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%204.50098H12.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2018.0031V22%22%2F%3E%3Cpath%20d%3D%22M9%2010C9%208.34315%2010.3431%207%2012%207C13.6569%207%2015%208.34315%2015%2010C15%2011.6569%2013.6569%2013%2012%2013C10.3431%2013%209%2011.6569%209%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.58152%207C4.20651%207.92643%204%208.9391%204%2010C4%2014.4183%207.58172%2018%2012%2018C16.4183%2018%2020%2014.4183%2020%2010C20%205.58172%2016.4183%202%2012%202C10.9391%202%209.92643%202.20651%209%202.58152%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%204.50098H12.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2022H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2018.0031V22%22%2F%3E%3Cpath%20d%3D%22M9%2010C9%208.34315%2010.3431%207%2012%207C13.6569%207%2015%208.34315%2015%2010C15%2011.6569%2013.6569%2013%2012%2013C10.3431%2013%209%2011.6569%209%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.58152%207C4.20651%207.92643%204%208.9391%204%2010C4%2014.4183%207.58172%2018%2012%2018C16.4183%2018%2020%2014.4183%2020%2010C20%205.58172%2016.4183%202%2012%202C10.9391%202%209.92643%202.20651%209%202.58152%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/webcam-broken.svg?color=%231a73e8&size=48