Film Pixel Art Icon
A film strip icon for movie libraries, video editors, clip collections, and cinematic content categories.
Tags
moviereel
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Film icon
A horizontal strip of film frames with sprocket holes along the edges, the classic emblem of cinema and video production. It works on a 'Videos' or 'Movies' category label, inside a timeline panel in a video editor, or as a header icon for a production project list. Because it evokes film production broadly, it suits both consumer and professional contexts. For a single scene or take, clapperboard carries a more production-specific meaning.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/film.svg" width="24" height="24" alt="Film" />
<!-- React -->
import { Film } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="film.svg" width="48" height="48" style="image-rendering: pixelated" />