webcam from Unicons by Iconscout · Line · Devices · Apache-2.0 Free for personal and commercial use.

Name
webcam
Set
Unicons
Style
Line
Category
Devices
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More devices icons from Unicons

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 13a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m9.59 9.16A10 10 0 0 0 19 13.89a8 8 0 1 0-14 0a9.9 9.9 0 0 0-2.6 4.27a3 3 0 0 0 .47 2.63A3 3 0 0 0 5.3 22h13.4a3 3 0 0 0 2.42-1.21a3 3 0 0 0 .47-2.63M12 4a6 6 0 1 1-6 6a6 6 0 0 1 6-6m7.52 15.59a1 1 0 0 1-.82.41H5.3a1 1 0 0 1-.82-.41a1 1 0 0 1-.15-.87a7.85 7.85 0 0 1 1.88-3.22a8 8 0 0 0 11.58 0a7.85 7.85 0 0 1 1.88 3.22a1 1 0 0 1-.15.87"/></svg>

React

import type { SVGProps } from "react";

export function UilWebcam(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 13a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m9.59 9.16A10 10 0 0 0 19 13.89a8 8 0 1 0-14 0a9.9 9.9 0 0 0-2.6 4.27a3 3 0 0 0 .47 2.63A3 3 0 0 0 5.3 22h13.4a3 3 0 0 0 2.42-1.21a3 3 0 0 0 .47-2.63M12 4a6 6 0 1 1-6 6a6 6 0 0 1 6-6m7.52 15.59a1 1 0 0 1-.82.41H5.3a1 1 0 0 1-.82-.41a1 1 0 0 1-.15-.87a7.85 7.85 0 0 1 1.88-3.22a8 8 0 0 0 11.58 0a7.85 7.85 0 0 1 1.88 3.22a1 1 0 0 1-.15.87"/></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 13a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m9.59 9.16A10 10 0 0 0 19 13.89a8 8 0 1 0-14 0a9.9 9.9 0 0 0-2.6 4.27a3 3 0 0 0 .47 2.63A3 3 0 0 0 5.3 22h13.4a3 3 0 0 0 2.42-1.21a3 3 0 0 0 .47-2.63M12 4a6 6 0 1 1-6 6a6 6 0 0 1 6-6m7.52 15.59a1 1 0 0 1-.82.41H5.3a1 1 0 0 1-.82-.41a1 1 0 0 1-.15-.87a7.85 7.85 0 0 1 1.88-3.22a8 8 0 0 0 11.58 0a7.85 7.85 0 0 1 1.88 3.22a1 1 0 0 1-.15.87"/></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%2013a3%203%200%201%200-3-3a3%203%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1m9.59%209.16A10%2010%200%200%200%2019%2013.89a8%208%200%201%200-14%200a9.9%209.9%200%200%200-2.6%204.27a3%203%200%200%200%20.47%202.63A3%203%200%200%200%205.3%2022h13.4a3%203%200%200%200%202.42-1.21a3%203%200%200%200%20.47-2.63M12%204a6%206%200%201%201-6%206a6%206%200%200%201%206-6m7.52%2015.59a1%201%200%200%201-.82.41H5.3a1%201%200%200%201-.82-.41a1%201%200%200%201-.15-.87a7.85%207.85%200%200%201%201.88-3.22a8%208%200%200%200%2011.58%200a7.85%207.85%200%200%201%201.88%203.22a1%201%200%200%201-.15.87%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%2013a3%203%200%201%200-3-3a3%203%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1m9.59%209.16A10%2010%200%200%200%2019%2013.89a8%208%200%201%200-14%200a9.9%209.9%200%200%200-2.6%204.27a3%203%200%200%200%20.47%202.63A3%203%200%200%200%205.3%2022h13.4a3%203%200%200%200%202.42-1.21a3%203%200%200%200%20.47-2.63M12%204a6%206%200%201%201-6%206a6%206%200%200%201%206-6m7.52%2015.59a1%201%200%200%201-.82.41H5.3a1%201%200%200%201-.82-.41a1%201%200%200%201-.15-.87a7.85%207.85%200%200%201%201.88-3.22a8%208%200%200%200%2011.58%200a7.85%207.85%200%200%201%201.88%203.22a1%201%200%200%201-.15.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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