webcam slash icon
webcam-slash from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- webcam-slash
- Set
- Phosphor
- Style
- Regular
- 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="m213.92 210.62l-160-176a8 8 0 1 0-11.84 10.76L58.82 63.8A80 80 0 0 0 120 183.6V200H32a8 8 0 0 0 0 16h165.19l4.89 5.38a8 8 0 1 0 11.84-10.76M64 104a63.65 63.65 0 0 1 6.26-27.62l18.42 20.26A40 40 0 0 0 128 144c1.2 0 2.39-.06 3.58-.17L150 164.11A64 64 0 0 1 64 104m72 96v-16.41a79.9 79.9 0 0 0 25.44-6.91l21.2 23.32ZM85.52 45.31a8 8 0 0 1 3-10.91a80 80 0 0 1 105 115.5a8 8 0 1 1-13.1-9.19a64 64 0 0 0-84-92.4a8 8 0 0 1-10.9-3m65.31 66.12A24 24 0 0 0 128 80a24.2 24.2 0 0 0-5.24.57A8 8 0 1 1 119.3 65a40 40 0 0 1 46.7 51.38a8 8 0 0 1-15.21-4.95Z"/></svg>
React
import type { SVGProps } from "react";
export function PhWebcamSlash(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="m213.92 210.62l-160-176a8 8 0 1 0-11.84 10.76L58.82 63.8A80 80 0 0 0 120 183.6V200H32a8 8 0 0 0 0 16h165.19l4.89 5.38a8 8 0 1 0 11.84-10.76M64 104a63.65 63.65 0 0 1 6.26-27.62l18.42 20.26A40 40 0 0 0 128 144c1.2 0 2.39-.06 3.58-.17L150 164.11A64 64 0 0 1 64 104m72 96v-16.41a79.9 79.9 0 0 0 25.44-6.91l21.2 23.32ZM85.52 45.31a8 8 0 0 1 3-10.91a80 80 0 0 1 105 115.5a8 8 0 1 1-13.1-9.19a64 64 0 0 0-84-92.4a8 8 0 0 1-10.9-3m65.31 66.12A24 24 0 0 0 128 80a24.2 24.2 0 0 0-5.24.57A8 8 0 1 1 119.3 65a40 40 0 0 1 46.7 51.38a8 8 0 0 1-15.21-4.95Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m213.92 210.62l-160-176a8 8 0 1 0-11.84 10.76L58.82 63.8A80 80 0 0 0 120 183.6V200H32a8 8 0 0 0 0 16h165.19l4.89 5.38a8 8 0 1 0 11.84-10.76M64 104a63.65 63.65 0 0 1 6.26-27.62l18.42 20.26A40 40 0 0 0 128 144c1.2 0 2.39-.06 3.58-.17L150 164.11A64 64 0 0 1 64 104m72 96v-16.41a79.9 79.9 0 0 0 25.44-6.91l21.2 23.32ZM85.52 45.31a8 8 0 0 1 3-10.91a80 80 0 0 1 105 115.5a8 8 0 1 1-13.1-9.19a64 64 0 0 0-84-92.4a8 8 0 0 1-10.9-3m65.31 66.12A24 24 0 0 0 128 80a24.2 24.2 0 0 0-5.24.57A8 8 0 1 1 119.3 65a40 40 0 0 1 46.7 51.38a8 8 0 0 1-15.21-4.95Z"/></svg> </template>
CSS
.icon-webcam-slash {
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%22m213.92%20210.62l-160-176a8%208%200%201%200-11.84%2010.76L58.82%2063.8A80%2080%200%200%200%20120%20183.6V200H32a8%208%200%200%200%200%2016h165.19l4.89%205.38a8%208%200%201%200%2011.84-10.76M64%20104a63.65%2063.65%200%200%201%206.26-27.62l18.42%2020.26A40%2040%200%200%200%20128%20144c1.2%200%202.39-.06%203.58-.17L150%20164.11A64%2064%200%200%201%2064%20104m72%2096v-16.41a79.9%2079.9%200%200%200%2025.44-6.91l21.2%2023.32ZM85.52%2045.31a8%208%200%200%201%203-10.91a80%2080%200%200%201%20105%20115.5a8%208%200%201%201-13.1-9.19a64%2064%200%200%200-84-92.4a8%208%200%200%201-10.9-3m65.31%2066.12A24%2024%200%200%200%20128%2080a24.2%2024.2%200%200%200-5.24.57A8%208%200%201%201%20119.3%2065a40%2040%200%200%201%2046.7%2051.38a8%208%200%200%201-15.21-4.95Z%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%22m213.92%20210.62l-160-176a8%208%200%201%200-11.84%2010.76L58.82%2063.8A80%2080%200%200%200%20120%20183.6V200H32a8%208%200%200%200%200%2016h165.19l4.89%205.38a8%208%200%201%200%2011.84-10.76M64%20104a63.65%2063.65%200%200%201%206.26-27.62l18.42%2020.26A40%2040%200%200%200%20128%20144c1.2%200%202.39-.06%203.58-.17L150%20164.11A64%2064%200%200%201%2064%20104m72%2096v-16.41a79.9%2079.9%200%200%200%2025.44-6.91l21.2%2023.32ZM85.52%2045.31a8%208%200%200%201%203-10.91a80%2080%200%200%201%20105%20115.5a8%208%200%201%201-13.1-9.19a64%2064%200%200%200-84-92.4a8%208%200%200%201-10.9-3m65.31%2066.12A24%2024%200%200%200%20128%2080a24.2%2024.2%200%200%200-5.24.57A8%208%200%201%201%20119.3%2065a40%2040%200%200%201%2046.7%2051.38a8%208%200%200%201-15.21-4.95Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/webcam-slash.svg?color=%231a73e8&size=48