webcam off icon

webcam-off-line-duotone from Solar by 480 Design · Line Duotone · Video · CC-BY-4.0 Attribution required.

Name
webcam-off-line-duotone
Set
Solar
Style
Line Duotone
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

Use the webcam off 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-linecap="round" stroke-width="1.5"><path d="M14.8715 9.12853C14.4981 7.89669 13.3538 7 12 7C10.3431 7 9 8.34315 9 10C9 11.3538 9.8967 12.4981 11.1285 12.8715"/><path d="M22 2L2 22"/><path stroke-linejoin="round" d="M12 4.50098H12.0001"/><path d="M22 2C20.8415 3.15848 19.683 4.31695 18.5246 5.47543C14.8415 9.15847 11.1585 12.8415 7.47544 16.5246C5.65029 18.3497 3.82515 20.1749 2 22"/><path d="M18.5246 5.47544C17.0618 3.3948 14.6512 2.02218 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.02218 12.6512 5.3948 15.0618 7.47545 16.5246" opacity=".5"/><path d="M16 22H8M9.65405 17.6507C10.3959 17.8779 11.1836 18.0002 11.9999 18.0002M11.9999 18.0002C16.4182 18.0002 19.9999 14.4184 19.9999 10.0002C19.9999 9.18388 19.8777 8.39616 19.6505 7.6543M11.9999 18.0002L12 22" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWebcamOffLineDuotone(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" strokeLinecap="round" strokeWidth="1.5"><path d="M14.8715 9.12853C14.4981 7.89669 13.3538 7 12 7C10.3431 7 9 8.34315 9 10C9 11.3538 9.8967 12.4981 11.1285 12.8715"/><path d="M22 2L2 22"/><path strokeLinejoin="round" d="M12 4.50098H12.0001"/><path d="M22 2C20.8415 3.15848 19.683 4.31695 18.5246 5.47543C14.8415 9.15847 11.1585 12.8415 7.47544 16.5246C5.65029 18.3497 3.82515 20.1749 2 22"/><path d="M18.5246 5.47544C17.0618 3.3948 14.6512 2.02218 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.02218 12.6512 5.3948 15.0618 7.47545 16.5246" opacity=".5"/><path d="M16 22H8M9.65405 17.6507C10.3959 17.8779 11.1836 18.0002 11.9999 18.0002M11.9999 18.0002C16.4182 18.0002 19.9999 14.4184 19.9999 10.0002C19.9999 9.18388 19.8777 8.39616 19.6505 7.6543M11.9999 18.0002L12 22" opacity=".5"/></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-linecap="round" stroke-width="1.5"><path d="M14.8715 9.12853C14.4981 7.89669 13.3538 7 12 7C10.3431 7 9 8.34315 9 10C9 11.3538 9.8967 12.4981 11.1285 12.8715"/><path d="M22 2L2 22"/><path stroke-linejoin="round" d="M12 4.50098H12.0001"/><path d="M22 2C20.8415 3.15848 19.683 4.31695 18.5246 5.47543C14.8415 9.15847 11.1585 12.8415 7.47544 16.5246C5.65029 18.3497 3.82515 20.1749 2 22"/><path d="M18.5246 5.47544C17.0618 3.3948 14.6512 2.02218 11.9354 2.00027C7.51731 1.96461 3.96461 5.51731 4.00027 9.93545C4.02218 12.6512 5.3948 15.0618 7.47545 16.5246" opacity=".5"/><path d="M16 22H8M9.65405 17.6507C10.3959 17.8779 11.1836 18.0002 11.9999 18.0002M11.9999 18.0002C16.4182 18.0002 19.9999 14.4184 19.9999 10.0002C19.9999 9.18388 19.8777 8.39616 19.6505 7.6543M11.9999 18.0002L12 22" opacity=".5"/></g></svg>
</template>

CSS

.icon-webcam-off-line-duotone {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.8715%209.12853C14.4981%207.89669%2013.3538%207%2012%207C10.3431%207%209%208.34315%209%2010C9%2011.3538%209.8967%2012.4981%2011.1285%2012.8715%22%2F%3E%3Cpath%20d%3D%22M22%202L2%2022%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%204.50098H12.0001%22%2F%3E%3Cpath%20d%3D%22M22%202C20.8415%203.15848%2019.683%204.31695%2018.5246%205.47543C14.8415%209.15847%2011.1585%2012.8415%207.47544%2016.5246C5.65029%2018.3497%203.82515%2020.1749%202%2022%22%2F%3E%3Cpath%20d%3D%22M18.5246%205.47544C17.0618%203.3948%2014.6512%202.02218%2011.9354%202.00027C7.51731%201.96461%203.96461%205.51731%204.00027%209.93545C4.02218%2012.6512%205.3948%2015.0618%207.47545%2016.5246%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%2022H8M9.65405%2017.6507C10.3959%2017.8779%2011.1836%2018.0002%2011.9999%2018.0002M11.9999%2018.0002C16.4182%2018.0002%2019.9999%2014.4184%2019.9999%2010.0002C19.9999%209.18388%2019.8777%208.39616%2019.6505%207.6543M11.9999%2018.0002L12%2022%22%20opacity%3D%22.5%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.8715%209.12853C14.4981%207.89669%2013.3538%207%2012%207C10.3431%207%209%208.34315%209%2010C9%2011.3538%209.8967%2012.4981%2011.1285%2012.8715%22%2F%3E%3Cpath%20d%3D%22M22%202L2%2022%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%204.50098H12.0001%22%2F%3E%3Cpath%20d%3D%22M22%202C20.8415%203.15848%2019.683%204.31695%2018.5246%205.47543C14.8415%209.15847%2011.1585%2012.8415%207.47544%2016.5246C5.65029%2018.3497%203.82515%2020.1749%202%2022%22%2F%3E%3Cpath%20d%3D%22M18.5246%205.47544C17.0618%203.3948%2014.6512%202.02218%2011.9354%202.00027C7.51731%201.96461%203.96461%205.51731%204.00027%209.93545C4.02218%2012.6512%205.3948%2015.0618%207.47545%2016.5246%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%2022H8M9.65405%2017.6507C10.3959%2017.8779%2011.1836%2018.0002%2011.9999%2018.0002M11.9999%2018.0002C16.4182%2018.0002%2019.9999%2014.4184%2019.9999%2010.0002C19.9999%209.18388%2019.8777%208.39616%2019.6505%207.6543M11.9999%2018.0002L12%2022%22%20opacity%3D%22.5%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-off-line-duotone.svg?color=%231a73e8&size=48