film icon
film from Material Design Icons by Pictogrammers · Filled · Photography · Apache-2.0 Free for personal and commercial use.
- Name
- film
- Set
- Material Design Icons
- Style
- Filled
- Category
- Photography
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- camera-roll
The same icon in other sets
filmBootstrap IconsfilmBoxIcons v2filmBoxIcons v2 SolidfilmElement Plusfilm-fillEva IconsfilmFramework7 IconsfilmFont Awesome 6 SolidfilmFont Awesome SolidfilmFeather Iconsfilmcss.ggfilmHeroIconsfilmIconParkfilmIconPark OutlinefilmIonIconsfilmLine AwesomefilmLucidefilmMajesticonsfilm-fillMingCute IconfilmMyna UI Iconsfilm-fillRemix IconfilmTDesign IconsfilmUnicons
More photography icons from Material Design Icons
auto-fixcamera-burstcamera-controlcamera-documentcamera-document-offcamera-enhancecamera-flipcamera-frontcamera-front-variantcamera-imagecamera-iriscamera-lock-opencamera-metering-centercamera-metering-matrixcamera-metering-partialcamera-metering-spotcamera-offcamera-outlinecamera-party-modecamera-pluscamera-rearcamera-rear-variantcamera-retakecamera-switch
Use the film icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 3H5V1.8c0-.44.36-.8.8-.8h4.4c.44 0 .8.36.8.8V3h1.5A1.5 1.5 0 0 1 14 4.5V5h8v15h-8v.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 20.5v-16A1.5 1.5 0 0 1 3.5 3M18 7v2h2V7zm-4 0v2h2V7zm-4 0v2h2V7zm4 9v2h2v-2zm4 0v2h2v-2zm-8 0v2h2v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFilm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 3H5V1.8c0-.44.36-.8.8-.8h4.4c.44 0 .8.36.8.8V3h1.5A1.5 1.5 0 0 1 14 4.5V5h8v15h-8v.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 20.5v-16A1.5 1.5 0 0 1 3.5 3M18 7v2h2V7zm-4 0v2h2V7zm-4 0v2h2V7zm4 9v2h2v-2zm4 0v2h2v-2zm-8 0v2h2v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 3H5V1.8c0-.44.36-.8.8-.8h4.4c.44 0 .8.36.8.8V3h1.5A1.5 1.5 0 0 1 14 4.5V5h8v15h-8v.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 20.5v-16A1.5 1.5 0 0 1 3.5 3M18 7v2h2V7zm-4 0v2h2V7zm-4 0v2h2V7zm4 9v2h2v-2zm4 0v2h2v-2zm-8 0v2h2v-2z"/></svg> </template>
CSS
.icon-film {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%203H5V1.8c0-.44.36-.8.8-.8h4.4c.44%200%20.8.36.8.8V3h1.5A1.5%201.5%200%200%201%2014%204.5V5h8v15h-8v.5a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%2020.5v-16A1.5%201.5%200%200%201%203.5%203M18%207v2h2V7zm-4%200v2h2V7zm-4%200v2h2V7zm4%209v2h2v-2zm4%200v2h2v-2zm-8%200v2h2v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%203H5V1.8c0-.44.36-.8.8-.8h4.4c.44%200%20.8.36.8.8V3h1.5A1.5%201.5%200%200%201%2014%204.5V5h8v15h-8v.5a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%2020.5v-16A1.5%201.5%200%200%201%203.5%203M18%207v2h2V7zm-4%200v2h2V7zm-4%200v2h2V7zm4%209v2h2v-2zm4%200v2h2v-2zm-8%200v2h2v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/film.svg?color=%231a73e8&size=48