video camera slash icon

video-camera-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
video-camera-slash-fill
Set
Phosphor
Style
Fill
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="M256 80.23v95.45a8.33 8.33 0 0 1-3.86 7.17a8 8 0 0 1-8.58-.19l-33.78-22.52a4 4 0 0 1-1.78-3.33V99.19a4 4 0 0 1 1.78-3.32l33.78-22.53a8 8 0 0 1 9.73.66a8.23 8.23 0 0 1 2.71 6.23M53.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.76ZM185 155.07a4 4 0 0 0 7-2.7V72a16 16 0 0 0-16-16h-72a4 4 0 0 0-3 6.69Z"/></svg>

React

import type { SVGProps } from "react";

export function PhVideoCameraSlashFill(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="M256 80.23v95.45a8.33 8.33 0 0 1-3.86 7.17a8 8 0 0 1-8.58-.19l-33.78-22.52a4 4 0 0 1-1.78-3.33V99.19a4 4 0 0 1 1.78-3.32l33.78-22.53a8 8 0 0 1 9.73.66a8.23 8.23 0 0 1 2.71 6.23M53.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.76ZM185 155.07a4 4 0 0 0 7-2.7V72a16 16 0 0 0-16-16h-72a4 4 0 0 0-3 6.69Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M256 80.23v95.45a8.33 8.33 0 0 1-3.86 7.17a8 8 0 0 1-8.58-.19l-33.78-22.52a4 4 0 0 1-1.78-3.33V99.19a4 4 0 0 1 1.78-3.32l33.78-22.53a8 8 0 0 1 9.73.66a8.23 8.23 0 0 1 2.71 6.23M53.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.76ZM185 155.07a4 4 0 0 0 7-2.7V72a16 16 0 0 0-16-16h-72a4 4 0 0 0-3 6.69Z"/></svg>
</template>

CSS

.icon-video-camera-slash-fill {
  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%22M256%2080.23v95.45a8.33%208.33%200%200%201-3.86%207.17a8%208%200%200%201-8.58-.19l-33.78-22.52a4%204%200%200%201-1.78-3.33V99.19a4%204%200%200%201%201.78-3.32l33.78-22.53a8%208%200%200%201%209.73.66a8.23%208.23%200%200%201%202.71%206.23M53.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.76ZM185%20155.07a4%204%200%200%200%207-2.7V72a16%2016%200%200%200-16-16h-72a4%204%200%200%200-3%206.69Z%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%22M256%2080.23v95.45a8.33%208.33%200%200%201-3.86%207.17a8%208%200%200%201-8.58-.19l-33.78-22.52a4%204%200%200%201-1.78-3.33V99.19a4%204%200%200%201%201.78-3.32l33.78-22.53a8%208%200%200%201%209.73.66a8.23%208.23%200%200%201%202.71%206.23M53.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.76ZM185%20155.07a4%204%200%200%200%207-2.7V72a16%2016%200%200%200-16-16h-72a4%204%200%200%200-3%206.69Z%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-fill.svg?color=%231a73e8&size=48