webcam slash icon
webcam-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- webcam-slash-thin
- Set
- Phosphor
- Style
- Thin
- 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="m211 213.31l-160-176a4 4 0 0 0-6 5.38l18.8 20.63A76 76 0 0 0 124 179.89V204H32a4 4 0 0 0 0 8h167l6.08 6.69a4 4 0 1 0 5.92-5.38M100 103.18l26.14 28.75A28 28 0 0 1 100 104zM60 104a67.6 67.6 0 0 1 9.4-34.52l23.6 26a36 36 0 0 0 40.13 44.14l23.63 26A68 68 0 0 1 60 104m72 100v-24.11a76.1 76.1 0 0 0 30.39-8.11l29.3 32.22ZM89 43.33a4 4 0 0 1 1.5-5.45a76 76 0 0 1 99.76 109.72a4 4 0 1 1-6.55-4.59a68 68 0 0 0-89.25-98.18a4 4 0 0 1-5.46-1.5m65.63 69.34a28 28 0 0 0-32.73-36a4 4 0 0 1-1.74-7.81a36 36 0 0 1 42.08 46.28a4 4 0 0 1-3.8 2.77a4.1 4.1 0 0 1-1.24-.2a4 4 0 0 1-2.57-5.04"/></svg>
React
import type { SVGProps } from "react";
export function PhWebcamSlashThin(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="m211 213.31l-160-176a4 4 0 0 0-6 5.38l18.8 20.63A76 76 0 0 0 124 179.89V204H32a4 4 0 0 0 0 8h167l6.08 6.69a4 4 0 1 0 5.92-5.38M100 103.18l26.14 28.75A28 28 0 0 1 100 104zM60 104a67.6 67.6 0 0 1 9.4-34.52l23.6 26a36 36 0 0 0 40.13 44.14l23.63 26A68 68 0 0 1 60 104m72 100v-24.11a76.1 76.1 0 0 0 30.39-8.11l29.3 32.22ZM89 43.33a4 4 0 0 1 1.5-5.45a76 76 0 0 1 99.76 109.72a4 4 0 1 1-6.55-4.59a68 68 0 0 0-89.25-98.18a4 4 0 0 1-5.46-1.5m65.63 69.34a28 28 0 0 0-32.73-36a4 4 0 0 1-1.74-7.81a36 36 0 0 1 42.08 46.28a4 4 0 0 1-3.8 2.77a4.1 4.1 0 0 1-1.24-.2a4 4 0 0 1-2.57-5.04"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m211 213.31l-160-176a4 4 0 0 0-6 5.38l18.8 20.63A76 76 0 0 0 124 179.89V204H32a4 4 0 0 0 0 8h167l6.08 6.69a4 4 0 1 0 5.92-5.38M100 103.18l26.14 28.75A28 28 0 0 1 100 104zM60 104a67.6 67.6 0 0 1 9.4-34.52l23.6 26a36 36 0 0 0 40.13 44.14l23.63 26A68 68 0 0 1 60 104m72 100v-24.11a76.1 76.1 0 0 0 30.39-8.11l29.3 32.22ZM89 43.33a4 4 0 0 1 1.5-5.45a76 76 0 0 1 99.76 109.72a4 4 0 1 1-6.55-4.59a68 68 0 0 0-89.25-98.18a4 4 0 0 1-5.46-1.5m65.63 69.34a28 28 0 0 0-32.73-36a4 4 0 0 1-1.74-7.81a36 36 0 0 1 42.08 46.28a4 4 0 0 1-3.8 2.77a4.1 4.1 0 0 1-1.24-.2a4 4 0 0 1-2.57-5.04"/></svg> </template>
CSS
.icon-webcam-slash-thin {
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%22m211%20213.31l-160-176a4%204%200%200%200-6%205.38l18.8%2020.63A76%2076%200%200%200%20124%20179.89V204H32a4%204%200%200%200%200%208h167l6.08%206.69a4%204%200%201%200%205.92-5.38M100%20103.18l26.14%2028.75A28%2028%200%200%201%20100%20104zM60%20104a67.6%2067.6%200%200%201%209.4-34.52l23.6%2026a36%2036%200%200%200%2040.13%2044.14l23.63%2026A68%2068%200%200%201%2060%20104m72%20100v-24.11a76.1%2076.1%200%200%200%2030.39-8.11l29.3%2032.22ZM89%2043.33a4%204%200%200%201%201.5-5.45a76%2076%200%200%201%2099.76%20109.72a4%204%200%201%201-6.55-4.59a68%2068%200%200%200-89.25-98.18a4%204%200%200%201-5.46-1.5m65.63%2069.34a28%2028%200%200%200-32.73-36a4%204%200%200%201-1.74-7.81a36%2036%200%200%201%2042.08%2046.28a4%204%200%200%201-3.8%202.77a4.1%204.1%200%200%201-1.24-.2a4%204%200%200%201-2.57-5.04%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%22m211%20213.31l-160-176a4%204%200%200%200-6%205.38l18.8%2020.63A76%2076%200%200%200%20124%20179.89V204H32a4%204%200%200%200%200%208h167l6.08%206.69a4%204%200%201%200%205.92-5.38M100%20103.18l26.14%2028.75A28%2028%200%200%201%20100%20104zM60%20104a67.6%2067.6%200%200%201%209.4-34.52l23.6%2026a36%2036%200%200%200%2040.13%2044.14l23.63%2026A68%2068%200%200%201%2060%20104m72%20100v-24.11a76.1%2076.1%200%200%200%2030.39-8.11l29.3%2032.22ZM89%2043.33a4%204%200%200%201%201.5-5.45a76%2076%200%200%201%2099.76%20109.72a4%204%200%201%201-6.55-4.59a68%2068%200%200%200-89.25-98.18a4%204%200%200%201-5.46-1.5m65.63%2069.34a28%2028%200%200%200-32.73-36a4%204%200%200%201-1.74-7.81a36%2036%200%200%201%2042.08%2046.28a4%204%200%200%201-3.8%202.77a4.1%204.1%200%200%201-1.24-.2a4%204%200%200%201-2.57-5.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/webcam-slash-thin.svg?color=%231a73e8&size=48