filmstrip-off from Material Design Icons by Pictogrammers · Filled · Video / Movie · Apache-2.0 Free for personal and commercial use.

Name
filmstrip-off
Set
Material Design Icons
Style
Filled
Category
Video / Movie
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More video / movie icons from Material Design Icons

Use the filmstrip off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 4.27L2.28 3L21 21.72L19.73 23L16 19.27V21H8v-2H6v2H4V7.27zM18 9V7h-2v2zm0 4v-2h-2v2zm0 2h-1.18l-10-10H8V3h8v2h2V3h2v15.18l-2-2zM8 13v-1.73L7.73 11H6v2zm0 4v-2H6v2zM6 3v1.18L4.82 3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFilmstripOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 4.27L2.28 3L21 21.72L19.73 23L16 19.27V21H8v-2H6v2H4V7.27zM18 9V7h-2v2zm0 4v-2h-2v2zm0 2h-1.18l-10-10H8V3h8v2h2V3h2v15.18l-2-2zM8 13v-1.73L7.73 11H6v2zm0 4v-2H6v2zM6 3v1.18L4.82 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 4.27L2.28 3L21 21.72L19.73 23L16 19.27V21H8v-2H6v2H4V7.27zM18 9V7h-2v2zm0 4v-2h-2v2zm0 2h-1.18l-10-10H8V3h8v2h2V3h2v15.18l-2-2zM8 13v-1.73L7.73 11H6v2zm0 4v-2H6v2zM6 3v1.18L4.82 3z"/></svg>
</template>

CSS

.icon-filmstrip-off {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.27L2.28%203L21%2021.72L19.73%2023L16%2019.27V21H8v-2H6v2H4V7.27zM18%209V7h-2v2zm0%204v-2h-2v2zm0%202h-1.18l-10-10H8V3h8v2h2V3h2v15.18l-2-2zM8%2013v-1.73L7.73%2011H6v2zm0%204v-2H6v2zM6%203v1.18L4.82%203z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.27L2.28%203L21%2021.72L19.73%2023L16%2019.27V21H8v-2H6v2H4V7.27zM18%209V7h-2v2zm0%204v-2h-2v2zm0%202h-1.18l-10-10H8V3h8v2h2V3h2v15.18l-2-2zM8%2013v-1.73L7.73%2011H6v2zm0%204v-2H6v2zM6%203v1.18L4.82%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/filmstrip-off.svg?color=%231a73e8&size=48