film slate icon
film-slate from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- film-slate
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the film slate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 104H102.09L210 75.51a8 8 0 0 0 5.68-9.84l-8.16-30a15.93 15.93 0 0 0-19.42-11.13L35.81 64.74a15.75 15.75 0 0 0-9.7 7.4a15.5 15.5 0 0 0-1.55 12L32 111.56V200a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-88a8 8 0 0 0-8-8m-23.84-64l6 22.07l-22.62 6l-28.12-16.24Zm-66.69 17.6l28.12 16.24l-36.94 9.75l-28.12-16.22Zm-79.4 44.62l-6-22.08l26.5-7L94.69 89.4ZM208 200H48v-80h160z"/></svg>
React
import type { SVGProps } from "react";
export function PhFilmSlate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 104H102.09L210 75.51a8 8 0 0 0 5.68-9.84l-8.16-30a15.93 15.93 0 0 0-19.42-11.13L35.81 64.74a15.75 15.75 0 0 0-9.7 7.4a15.5 15.5 0 0 0-1.55 12L32 111.56V200a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-88a8 8 0 0 0-8-8m-23.84-64l6 22.07l-22.62 6l-28.12-16.24Zm-66.69 17.6l28.12 16.24l-36.94 9.75l-28.12-16.22Zm-79.4 44.62l-6-22.08l26.5-7L94.69 89.4ZM208 200H48v-80h160z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 104H102.09L210 75.51a8 8 0 0 0 5.68-9.84l-8.16-30a15.93 15.93 0 0 0-19.42-11.13L35.81 64.74a15.75 15.75 0 0 0-9.7 7.4a15.5 15.5 0 0 0-1.55 12L32 111.56V200a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-88a8 8 0 0 0-8-8m-23.84-64l6 22.07l-22.62 6l-28.12-16.24Zm-66.69 17.6l28.12 16.24l-36.94 9.75l-28.12-16.22Zm-79.4 44.62l-6-22.08l26.5-7L94.69 89.4ZM208 200H48v-80h160z"/></svg> </template>
CSS
.icon-film-slate {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20104H102.09L210%2075.51a8%208%200%200%200%205.68-9.84l-8.16-30a15.93%2015.93%200%200%200-19.42-11.13L35.81%2064.74a15.75%2015.75%200%200%200-9.7%207.4a15.5%2015.5%200%200%200-1.55%2012L32%20111.56V200a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16v-88a8%208%200%200%200-8-8m-23.84-64l6%2022.07l-22.62%206l-28.12-16.24Zm-66.69%2017.6l28.12%2016.24l-36.94%209.75l-28.12-16.22Zm-79.4%2044.62l-6-22.08l26.5-7L94.69%2089.4ZM208%20200H48v-80h160z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20104H102.09L210%2075.51a8%208%200%200%200%205.68-9.84l-8.16-30a15.93%2015.93%200%200%200-19.42-11.13L35.81%2064.74a15.75%2015.75%200%200%200-9.7%207.4a15.5%2015.5%200%200%200-1.55%2012L32%20111.56V200a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16v-88a8%208%200%200%200-8-8m-23.84-64l6%2022.07l-22.62%206l-28.12-16.24Zm-66.69%2017.6l28.12%2016.24l-36.94%209.75l-28.12-16.22Zm-79.4%2044.62l-6-22.08l26.5-7L94.69%2089.4ZM208%20200H48v-80h160z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/film-slate.svg?color=%231a73e8&size=48