The Phosphor film strip icon depicts a strip of photographic film, commonly used in UIs to represent media playback, video editing, or cinema-related features.
Common uses
- Play/pause button for video
- Link to a movie library
- Thumbnail for a video clip
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FilmStrip } from '@phosphor-icons/react';
<FilmStrip size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FilmStrip size={24} />thin
<FilmStrip size={24} weight="thin" />light
<FilmStrip size={24} weight="light" />bold
<FilmStrip size={24} weight="bold" />fill
<FilmStrip size={24} weight="fill" />duotone
<FilmStrip size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- cameraphotographydarkroommovieanalogmediafilmstripmovie reelvideo stripcinema
FAQ
- What does the film strip icon represent?
- It represents a strip of photographic film, often used for media, video, or cinema-related functions.
- How do I use the film strip icon in React?
- You can import it as `FilmStrip` from '@phosphor-icons/react' and use it directly in your JSX.
- What is the license for this icon?
- The Phosphor icon library, including the film strip icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →