Filmstrip Off icon
Used to represent video clips in editing scenarios. The Filmstrip Off icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 48 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 48 px
ic_fluent_filmstrip_off_48_regular.svg
Filmstrip Off icon in React
npm install @fluentui/react-icons
import { FilmstripOff48Regular } from "@fluentui/react-icons";
export function Example() {
return <FilmstripOff48Regular aria-label="Filmstrip Off" />;
}Use the Filmstrip Off icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { FilmstripOff48Regular, FilmstripOff48Filled } from "@fluentui/react-icons";
export function Example() {
return <FilmstripOff48Regular aria-label="Filmstrip Off" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_filmstrip_off_48_regular.svg" width="48" height="48" alt="Filmstrip Off"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="m38.22 39.98 3.65 3.65a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76l2.72 2.73A6.3 6.3 0 0 0 4 14.25v19.5C4 37.2 6.8 40 10.25 40h27.5q.23 0 .47-.02m-2.49-2.48H10.25a3.75 3.75 0 0 1-3.75-3.75v-19.5c0-1.62 1.02-3 2.46-3.52zM44 33.75c0 1.57-.58 3.01-1.54 4.11l-1.78-1.77c.51-.64.82-1.46.82-2.34v-19.5a3.75 3.75 0 0 0-3.75-3.75H15.1L12.6 8h25.15C41.2 8 44 10.8 44 14.25zm-6-1.25q0 .39-.18.72l-2.56-2.56a1.5 1.5 0 0 1 2.74.84zm-28-17a1.5 1.5 0 0 1 3 0v1a1.5 1.5 0 0 1-3 0zM36.5 14c-.83 0-1.5.67-1.5 1.5v1a1.5 1.5 0 0 0 3 0v-1c0-.83-.67-1.5-1.5-1.5M10 23.5a1.5 1.5 0 0 1 3 0v1a1.5 1.5 0 0 1-3 0zM36.5 22c-.83 0-1.5.67-1.5 1.5v1a1.5 1.5 0 0 0 3 0v-1c0-.83-.67-1.5-1.5-1.5M10 31.5a1.5 1.5 0 0 1 3 0v1a1.5 1.5 0 0 1-3 0z"/></svg>Details
| Name | Filmstrip Off |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 48 px |
| Regular (outlined) file | ic_fluent_filmstrip_off_48_regular.svg |
| Filled file | ic_fluent_filmstrip_off_48_filled.svg |
| React (Regular) | FilmstripOff48Regular |
| React (Filled) | FilmstripOff48Filled |
| License | MIT (© Microsoft Corporation) |