film icon
film-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- film-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
filmBootstrap IconsfilmBoxIcons v2filmBoxIcons v2 SolidfilmElement PlusfilmFramework7 IconsfilmFont Awesome 6 SolidfilmFont Awesome SolidfilmFeather Iconsfilmcss.ggfilmHeroIconsfilmIconParkfilmIconPark OutlinefilmIonIconsfilmLine AwesomefilmLucidefilmMajesticonsfilmMaterial Design Iconsfilm-fillMingCute IconfilmMyna UI Iconsfilm-fillRemix IconfilmTDesign IconsfilmUnicons
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="M18.26 3H5.74A2.74 2.74 0 0 0 3 5.74v12.52A2.74 2.74 0 0 0 5.74 21h12.52A2.74 2.74 0 0 0 21 18.26V5.74A2.74 2.74 0 0 0 18.26 3M7 11H5V9h2Zm-2 2h2v2H5Zm4-8h6v14H9Zm10 6h-2V9h2Zm-2 2h2v2h-2Zm2-7.26V7h-2V5h1.26a.74.74 0 0 1 .74.74M5.74 5H7v2H5V5.74A.74.74 0 0 1 5.74 5M5 18.26V17h2v2H5.74a.74.74 0 0 1-.74-.74m14 0a.74.74 0 0 1-.74.74H17v-2h2Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaFilmOutline(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="M18.26 3H5.74A2.74 2.74 0 0 0 3 5.74v12.52A2.74 2.74 0 0 0 5.74 21h12.52A2.74 2.74 0 0 0 21 18.26V5.74A2.74 2.74 0 0 0 18.26 3M7 11H5V9h2Zm-2 2h2v2H5Zm4-8h6v14H9Zm10 6h-2V9h2Zm-2 2h2v2h-2Zm2-7.26V7h-2V5h1.26a.74.74 0 0 1 .74.74M5.74 5H7v2H5V5.74A.74.74 0 0 1 5.74 5M5 18.26V17h2v2H5.74a.74.74 0 0 1-.74-.74m14 0a.74.74 0 0 1-.74.74H17v-2h2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.26 3H5.74A2.74 2.74 0 0 0 3 5.74v12.52A2.74 2.74 0 0 0 5.74 21h12.52A2.74 2.74 0 0 0 21 18.26V5.74A2.74 2.74 0 0 0 18.26 3M7 11H5V9h2Zm-2 2h2v2H5Zm4-8h6v14H9Zm10 6h-2V9h2Zm-2 2h2v2h-2Zm2-7.26V7h-2V5h1.26a.74.74 0 0 1 .74.74M5.74 5H7v2H5V5.74A.74.74 0 0 1 5.74 5M5 18.26V17h2v2H5.74a.74.74 0 0 1-.74-.74m14 0a.74.74 0 0 1-.74.74H17v-2h2Z"/></svg> </template>
CSS
.icon-film-outline {
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%22M18.26%203H5.74A2.74%202.74%200%200%200%203%205.74v12.52A2.74%202.74%200%200%200%205.74%2021h12.52A2.74%202.74%200%200%200%2021%2018.26V5.74A2.74%202.74%200%200%200%2018.26%203M7%2011H5V9h2Zm-2%202h2v2H5Zm4-8h6v14H9Zm10%206h-2V9h2Zm-2%202h2v2h-2Zm2-7.26V7h-2V5h1.26a.74.74%200%200%201%20.74.74M5.74%205H7v2H5V5.74A.74.74%200%200%201%205.74%205M5%2018.26V17h2v2H5.74a.74.74%200%200%201-.74-.74m14%200a.74.74%200%200%201-.74.74H17v-2h2Z%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%22M18.26%203H5.74A2.74%202.74%200%200%200%203%205.74v12.52A2.74%202.74%200%200%200%205.74%2021h12.52A2.74%202.74%200%200%200%2021%2018.26V5.74A2.74%202.74%200%200%200%2018.26%203M7%2011H5V9h2Zm-2%202h2v2H5Zm4-8h6v14H9Zm10%206h-2V9h2Zm-2%202h2v2h-2Zm2-7.26V7h-2V5h1.26a.74.74%200%200%201%20.74.74M5.74%205H7v2H5V5.74A.74.74%200%200%201%205.74%205M5%2018.26V17h2v2H5.74a.74.74%200%200%201-.74-.74m14%200a.74.74%200%200%201-.74.74H17v-2h2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/film-outline.svg?color=%231a73e8&size=48