webcam icon
webcam-linear from Solar by 480 Design · Linear · Video · CC-BY-4.0 Attribution required.
- Name
- webcam-linear
- Set
- Solar
- Style
- Linear
- 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="M12.0646 17.9997C16.4827 18.0354 20.0354 14.4827 19.9997 10.0646C19.9641 5.64642 16.3536 2.03592 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.03592 14.3536 7.64642 17.9641 12.0646 17.9997Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWebcamLinear(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="M12.0646 17.9997C16.4827 18.0354 20.0354 14.4827 19.9997 10.0646C19.9641 5.64642 16.3536 2.03592 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.03592 14.3536 7.64642 17.9641 12.0646 17.9997Z"/></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="M12.0646 17.9997C16.4827 18.0354 20.0354 14.4827 19.9997 10.0646C19.9641 5.64642 16.3536 2.03592 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.03592 14.3536 7.64642 17.9641 12.0646 17.9997Z"/></g></svg> </template>
CSS
.icon-webcam-linear {
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%22M12.0646%2017.9997C16.4827%2018.0354%2020.0354%2014.4827%2019.9997%2010.0646C19.9641%205.64642%2016.3536%202.03592%2011.9354%202.00027C7.51731%201.96461%203.96461%205.51731%204.00027%209.93545C4.03592%2014.3536%207.64642%2017.9641%2012.0646%2017.9997Z%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%22M12.0646%2017.9997C16.4827%2018.0354%2020.0354%2014.4827%2019.9997%2010.0646C19.9641%205.64642%2016.3536%202.03592%2011.9354%202.00027C7.51731%201.96461%203.96461%205.51731%204.00027%209.93545C4.03592%2014.3536%207.64642%2017.9641%2012.0646%2017.9997Z%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-linear.svg?color=%231a73e8&size=48