A film camera with two reels, for video, recording, movies and filming. On a 24×24 grid in stroke, two-tone, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12L13 12C14.6569 12 16 13.3431 16 15L16 18C16 19.6569 14.6569 21 13 21L5 21C3.3431 21 2 19.6569 2 18L2 15C2 13.3431 3.3431 12 5 12ZM16 15L20.5528 12.7236C21.2177 12.3912 22 12.8747 22 13.618L22 19.382C22 20.1253 21.2177 20.6088 20.5528 20.2764L16 18M8 5.5C8 6.8807 6.8807 8 5.5 8C4.1193 8 3 6.8807 3 5.5C3 4.1193 4.1193 3 5.5 3C6.8807 3 8 4.1193 8 5.5ZM17 5.5C17 6.8807 15.8807 8 14.5 8C13.1193 8 12 6.8807 12 5.5C12 4.1193 13.1193 3 14.5 3C15.8807 3 17 4.1193 17 5.5Z"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- film
- movie
- camera
- record
- cinema
- reel
Related icons
The rest of the video family first, then the Media shelf.
FAQ
Answered from video's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the video icon for?
- A film camera with two reels, for video, recording, movies and filming. It is filed under Media in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as film, movie, camera, record, cinema and reel, and the browser's search matches all of those.
- What styles does the video icon come in?
- All four: stroke, two-tone, duotone and fill. They are drawn from the same geometry, so swapping style never moves anything.
- Is there a square or circle version of video?
- No. video is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with video?
- airplay, airpods, airpods-open, audio-lines, audio-lines-search and broadcast, and 12 more, all shown below. They are the Media shelf: nothing else in the set is named after video.
- How do I import video in React?
- <Video /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", two-tone from "@keyline-icons/react/two-tone", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Video size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the video SVG?
- icons/stroke/video.svg, icons/two-tone/video.svg, icons/duotone/video.svg and icons/fill/video.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was video added to the set?
- Added 17 Sept 2026. It ships in v1.0.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.