webcam slash icon
webcam-slash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- webcam-slash-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the webcam slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m212.44 212l-160-176a6 6 0 0 0-8.88 8l17.75 19.56A78 78 0 0 0 122 181.75V202H32a6 6 0 0 0 0 12h166.07l5.49 6a6 6 0 0 0 8.88-8.08Zm-91.67-83a26.05 26.05 0 0 1-18.31-20.15ZM62 104a65.6 65.6 0 0 1 7.78-31.12l21.07 23.18A38 38 0 0 0 128 142a38 38 0 0 0 4.38-.26l21.06 23.17A66 66 0 0 1 62 104m72 98v-20.24a78.3 78.3 0 0 0 27.93-7.51L187.16 202ZM87.26 44.32a6 6 0 0 1 2.26-8.18a78 78 0 0 1 102.37 112.61a6 6 0 1 1-9.82-6.89a66 66 0 0 0-86.63-95.29a6 6 0 0 1-8.18-2.25m65.47 67.73a26 26 0 0 0-30.4-33.43a6 6 0 1 1-2.6-11.72a38 38 0 0 1 44.41 48.86a6 6 0 0 1-11.41-3.71"/></svg>
React
import type { SVGProps } from "react";
export function PhWebcamSlashLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m212.44 212l-160-176a6 6 0 0 0-8.88 8l17.75 19.56A78 78 0 0 0 122 181.75V202H32a6 6 0 0 0 0 12h166.07l5.49 6a6 6 0 0 0 8.88-8.08Zm-91.67-83a26.05 26.05 0 0 1-18.31-20.15ZM62 104a65.6 65.6 0 0 1 7.78-31.12l21.07 23.18A38 38 0 0 0 128 142a38 38 0 0 0 4.38-.26l21.06 23.17A66 66 0 0 1 62 104m72 98v-20.24a78.3 78.3 0 0 0 27.93-7.51L187.16 202ZM87.26 44.32a6 6 0 0 1 2.26-8.18a78 78 0 0 1 102.37 112.61a6 6 0 1 1-9.82-6.89a66 66 0 0 0-86.63-95.29a6 6 0 0 1-8.18-2.25m65.47 67.73a26 26 0 0 0-30.4-33.43a6 6 0 1 1-2.6-11.72a38 38 0 0 1 44.41 48.86a6 6 0 0 1-11.41-3.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m212.44 212l-160-176a6 6 0 0 0-8.88 8l17.75 19.56A78 78 0 0 0 122 181.75V202H32a6 6 0 0 0 0 12h166.07l5.49 6a6 6 0 0 0 8.88-8.08Zm-91.67-83a26.05 26.05 0 0 1-18.31-20.15ZM62 104a65.6 65.6 0 0 1 7.78-31.12l21.07 23.18A38 38 0 0 0 128 142a38 38 0 0 0 4.38-.26l21.06 23.17A66 66 0 0 1 62 104m72 98v-20.24a78.3 78.3 0 0 0 27.93-7.51L187.16 202ZM87.26 44.32a6 6 0 0 1 2.26-8.18a78 78 0 0 1 102.37 112.61a6 6 0 1 1-9.82-6.89a66 66 0 0 0-86.63-95.29a6 6 0 0 1-8.18-2.25m65.47 67.73a26 26 0 0 0-30.4-33.43a6 6 0 1 1-2.6-11.72a38 38 0 0 1 44.41 48.86a6 6 0 0 1-11.41-3.71"/></svg> </template>
CSS
.icon-webcam-slash-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m212.44%20212l-160-176a6%206%200%200%200-8.88%208l17.75%2019.56A78%2078%200%200%200%20122%20181.75V202H32a6%206%200%200%200%200%2012h166.07l5.49%206a6%206%200%200%200%208.88-8.08Zm-91.67-83a26.05%2026.05%200%200%201-18.31-20.15ZM62%20104a65.6%2065.6%200%200%201%207.78-31.12l21.07%2023.18A38%2038%200%200%200%20128%20142a38%2038%200%200%200%204.38-.26l21.06%2023.17A66%2066%200%200%201%2062%20104m72%2098v-20.24a78.3%2078.3%200%200%200%2027.93-7.51L187.16%20202ZM87.26%2044.32a6%206%200%200%201%202.26-8.18a78%2078%200%200%201%20102.37%20112.61a6%206%200%201%201-9.82-6.89a66%2066%200%200%200-86.63-95.29a6%206%200%200%201-8.18-2.25m65.47%2067.73a26%2026%200%200%200-30.4-33.43a6%206%200%201%201-2.6-11.72a38%2038%200%200%201%2044.41%2048.86a6%206%200%200%201-11.41-3.71%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m212.44%20212l-160-176a6%206%200%200%200-8.88%208l17.75%2019.56A78%2078%200%200%200%20122%20181.75V202H32a6%206%200%200%200%200%2012h166.07l5.49%206a6%206%200%200%200%208.88-8.08Zm-91.67-83a26.05%2026.05%200%200%201-18.31-20.15ZM62%20104a65.6%2065.6%200%200%201%207.78-31.12l21.07%2023.18A38%2038%200%200%200%20128%20142a38%2038%200%200%200%204.38-.26l21.06%2023.17A66%2066%200%200%201%2062%20104m72%2098v-20.24a78.3%2078.3%200%200%200%2027.93-7.51L187.16%20202ZM87.26%2044.32a6%206%200%200%201%202.26-8.18a78%2078%200%200%201%20102.37%20112.61a6%206%200%201%201-9.82-6.89a66%2066%200%200%200-86.63-95.29a6%206%200%200%201-8.18-2.25m65.47%2067.73a26%2026%200%200%200-30.4-33.43a6%206%200%201%201-2.6-11.72a38%2038%200%200%201%2044.41%2048.86a6%206%200%200%201-11.41-3.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/webcam-slash-light.svg?color=%231a73e8&size=48