video camera slash icon

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

Name
video-camera-slash-bold
Set
Phosphor
Style
Bold
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="M249.45 69.31a12 12 0 0 0-12.51 1L212 88.43V72a20 20 0 0 0-20-20h-68.12a12 12 0 0 0 0 24H188v68a12 12 0 0 0 4.46 9.33c.15.13.31.25.48.38l44 32A12 12 0 0 0 256 176V80a12 12 0 0 0-6.55-10.69M232 152.43l-20-14.54v-19.78l20-14.54ZM56.88 31.93a12 12 0 1 0-17.76 16.14L42.69 52H32a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h148.87l18.25 20.07a12 12 0 0 0 17.76-16.14ZM36 180V76h28.51l94.55 104Z"/></svg>

React

import type { SVGProps } from "react";

export function PhVideoCameraSlashBold(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="M249.45 69.31a12 12 0 0 0-12.51 1L212 88.43V72a20 20 0 0 0-20-20h-68.12a12 12 0 0 0 0 24H188v68a12 12 0 0 0 4.46 9.33c.15.13.31.25.48.38l44 32A12 12 0 0 0 256 176V80a12 12 0 0 0-6.55-10.69M232 152.43l-20-14.54v-19.78l20-14.54ZM56.88 31.93a12 12 0 1 0-17.76 16.14L42.69 52H32a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h148.87l18.25 20.07a12 12 0 0 0 17.76-16.14ZM36 180V76h28.51l94.55 104Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M249.45 69.31a12 12 0 0 0-12.51 1L212 88.43V72a20 20 0 0 0-20-20h-68.12a12 12 0 0 0 0 24H188v68a12 12 0 0 0 4.46 9.33c.15.13.31.25.48.38l44 32A12 12 0 0 0 256 176V80a12 12 0 0 0-6.55-10.69M232 152.43l-20-14.54v-19.78l20-14.54ZM56.88 31.93a12 12 0 1 0-17.76 16.14L42.69 52H32a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h148.87l18.25 20.07a12 12 0 0 0 17.76-16.14ZM36 180V76h28.51l94.55 104Z"/></svg>
</template>

CSS

.icon-video-camera-slash-bold {
  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%22M249.45%2069.31a12%2012%200%200%200-12.51%201L212%2088.43V72a20%2020%200%200%200-20-20h-68.12a12%2012%200%200%200%200%2024H188v68a12%2012%200%200%200%204.46%209.33c.15.13.31.25.48.38l44%2032A12%2012%200%200%200%20256%20176V80a12%2012%200%200%200-6.55-10.69M232%20152.43l-20-14.54v-19.78l20-14.54ZM56.88%2031.93a12%2012%200%201%200-17.76%2016.14L42.69%2052H32a20%2020%200%200%200-20%2020v112a20%2020%200%200%200%2020%2020h148.87l18.25%2020.07a12%2012%200%200%200%2017.76-16.14ZM36%20180V76h28.51l94.55%20104Z%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%22M249.45%2069.31a12%2012%200%200%200-12.51%201L212%2088.43V72a20%2020%200%200%200-20-20h-68.12a12%2012%200%200%200%200%2024H188v68a12%2012%200%200%200%204.46%209.33c.15.13.31.25.48.38l44%2032A12%2012%200%200%200%20256%20176V80a12%2012%200%200%200-6.55-10.69M232%20152.43l-20-14.54v-19.78l20-14.54ZM56.88%2031.93a12%2012%200%201%200-17.76%2016.14L42.69%2052H32a20%2020%200%200%200-20%2020v112a20%2020%200%200%200%2020%2020h148.87l18.25%2020.07a12%2012%200%200%200%2017.76-16.14ZM36%20180V76h28.51l94.55%20104Z%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-bold.svg?color=%231a73e8&size=48