video camera slash icon
video-camera-slash from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- video-camera-slash
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the video camera slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M251.77 73a8 8 0 0 0-8.21.39L208 97.05V72a16 16 0 0 0-16-16h-78.94a8 8 0 0 0 0 16H192v87.63a8 8 0 0 0 16 0V159l35.56 23.71A8 8 0 0 0 248 184a8 8 0 0 0 8-8V80a8 8 0 0 0-4.23-7M240 161.05l-32-21.33v-23.44L240 95ZM53.92 34.62a8 8 0 1 0-11.84 10.76L51.73 56H32a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h150.64l19.44 21.38a8 8 0 1 0 11.84-10.76ZM32 184V72h34.28L168.1 184Z"/></svg>
React
import type { SVGProps } from "react";
export function PhVideoCameraSlash(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="M251.77 73a8 8 0 0 0-8.21.39L208 97.05V72a16 16 0 0 0-16-16h-78.94a8 8 0 0 0 0 16H192v87.63a8 8 0 0 0 16 0V159l35.56 23.71A8 8 0 0 0 248 184a8 8 0 0 0 8-8V80a8 8 0 0 0-4.23-7M240 161.05l-32-21.33v-23.44L240 95ZM53.92 34.62a8 8 0 1 0-11.84 10.76L51.73 56H32a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h150.64l19.44 21.38a8 8 0 1 0 11.84-10.76ZM32 184V72h34.28L168.1 184Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M251.77 73a8 8 0 0 0-8.21.39L208 97.05V72a16 16 0 0 0-16-16h-78.94a8 8 0 0 0 0 16H192v87.63a8 8 0 0 0 16 0V159l35.56 23.71A8 8 0 0 0 248 184a8 8 0 0 0 8-8V80a8 8 0 0 0-4.23-7M240 161.05l-32-21.33v-23.44L240 95ZM53.92 34.62a8 8 0 1 0-11.84 10.76L51.73 56H32a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h150.64l19.44 21.38a8 8 0 1 0 11.84-10.76ZM32 184V72h34.28L168.1 184Z"/></svg> </template>
CSS
.icon-video-camera-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%22M251.77%2073a8%208%200%200%200-8.21.39L208%2097.05V72a16%2016%200%200%200-16-16h-78.94a8%208%200%200%200%200%2016H192v87.63a8%208%200%200%200%2016%200V159l35.56%2023.71A8%208%200%200%200%20248%20184a8%208%200%200%200%208-8V80a8%208%200%200%200-4.23-7M240%20161.05l-32-21.33v-23.44L240%2095ZM53.92%2034.62a8%208%200%201%200-11.84%2010.76L51.73%2056H32a16%2016%200%200%200-16%2016v112a16%2016%200%200%200%2016%2016h150.64l19.44%2021.38a8%208%200%201%200%2011.84-10.76ZM32%20184V72h34.28L168.1%20184Z%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%22M251.77%2073a8%208%200%200%200-8.21.39L208%2097.05V72a16%2016%200%200%200-16-16h-78.94a8%208%200%200%200%200%2016H192v87.63a8%208%200%200%200%2016%200V159l35.56%2023.71A8%208%200%200%200%20248%20184a8%208%200%200%200%208-8V80a8%208%200%200%200-4.23-7M240%20161.05l-32-21.33v-23.44L240%2095ZM53.92%2034.62a8%208%200%201%200-11.84%2010.76L51.73%2056H32a16%2016%200%200%200-16%2016v112a16%2016%200%200%200%2016%2016h150.64l19.44%2021.38a8%208%200%201%200%2011.84-10.76ZM32%20184V72h34.28L168.1%20184Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/video-camera-slash.svg?color=%231a73e8&size=48