Filmstrip icon

Used to represent video clips in editing scenarios. The Filmstrip icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Filmstrip 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 { Filmstrip24Regular, Filmstrip24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Filmstrip24Regular aria-label="Filmstrip" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_filmstrip_24_regular.svg" width="24" height="24" alt="Filmstrip">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 7.25C2 5.45507 3.45507 4 5.25 4H18.75C20.5449 4 22 5.45507 22 7.25V16.75C22 18.5449 20.5449 20 18.75 20H5.25C3.45507 20 2 18.5449 2 16.75V7.25ZM5.25 5.5C4.2835 5.5 3.5 6.2835 3.5 7.25V16.75C3.5 17.7165 4.2835 18.5 5.25 18.5H18.75C19.7165 18.5 20.5 17.7165 20.5 16.75V7.25C20.5 6.2835 19.7165 5.5 18.75 5.5H5.25ZM17.5 7.75C17.5 7.33579 17.8358 7 18.25 7C18.6642 7 19 7.33579 19 7.75V8.25C19 8.66421 18.6642 9 18.25 9C17.8358 9 17.5 8.66421 17.5 8.25V7.75ZM18.25 15C17.8358 15 17.5 15.3358 17.5 15.75V16.25C17.5 16.6642 17.8358 17 18.25 17C18.6642 17 19 16.6642 19 16.25V15.75C19 15.3358 18.6642 15 18.25 15ZM17.5 11.75C17.5 11.3358 17.8358 11 18.25 11C18.6642 11 19 11.3358 19 11.75V12.25C19 12.6642 18.6642 13 18.25 13C17.8358 13 17.5 12.6642 17.5 12.25V11.75ZM5.75 7C5.33579 7 5 7.33579 5 7.75V8.25C5 8.66421 5.33579 9 5.75 9C6.16421 9 6.5 8.66421 6.5 8.25V7.75C6.5 7.33579 6.16421 7 5.75 7ZM5 15.75C5 15.3358 5.33579 15 5.75 15C6.16421 15 6.5 15.3358 6.5 15.75V16.25C6.5 16.6642 6.16421 17 5.75 17C5.33579 17 5 16.6642 5 16.25V15.75ZM5.75 11C5.33579 11 5 11.3358 5 11.75V12.25C5 12.6642 5.33579 13 5.75 13C6.16421 13 6.5 12.6642 6.5 12.25V11.75C6.5 11.3358 6.16421 11 5.75 11Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/filmstrip_24_regular.svg";

Details

NameFilmstrip
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_filmstrip_24_regular.svg
Filled fileic_fluent_filmstrip_24_filled.svg
React componentsFilmstrip24Regular, Filmstrip24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

movievideoplayclipedit

Related icons