film slate icon
film-slate-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- film-slate-light
- Set
- Phosphor
- Style
- Light
- 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 106H86.68l122.85-32.43a6 6 0 0 0 4.26-7.38l-8.16-30a13.94 13.94 0 0 0-17-9.72L36.32 66.67a13.77 13.77 0 0 0-8.48 6.47a13.57 13.57 0 0 0-1.36 10.42L34 111.34V200a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14v-88a6 6 0 0 0-6-6m-90.25-50.52l33 19.07l-42.43 11.2l-33-19.07Zm66-17.41a1.92 1.92 0 0 1 2.34 1.26l6.57 24.18l-25.4 6.69l-33-19.07ZM38.23 79.14a1.85 1.85 0 0 1 1.15-.87L66.86 71l33 19.08l-55.2 14.6l-6.6-24.27a1.63 1.63 0 0 1 .17-1.27M210 200a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2v-82h164Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFilmSlateLight(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 106H86.68l122.85-32.43a6 6 0 0 0 4.26-7.38l-8.16-30a13.94 13.94 0 0 0-17-9.72L36.32 66.67a13.77 13.77 0 0 0-8.48 6.47a13.57 13.57 0 0 0-1.36 10.42L34 111.34V200a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14v-88a6 6 0 0 0-6-6m-90.25-50.52l33 19.07l-42.43 11.2l-33-19.07Zm66-17.41a1.92 1.92 0 0 1 2.34 1.26l6.57 24.18l-25.4 6.69l-33-19.07ZM38.23 79.14a1.85 1.85 0 0 1 1.15-.87L66.86 71l33 19.08l-55.2 14.6l-6.6-24.27a1.63 1.63 0 0 1 .17-1.27M210 200a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2v-82h164Z"/></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 106H86.68l122.85-32.43a6 6 0 0 0 4.26-7.38l-8.16-30a13.94 13.94 0 0 0-17-9.72L36.32 66.67a13.77 13.77 0 0 0-8.48 6.47a13.57 13.57 0 0 0-1.36 10.42L34 111.34V200a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14v-88a6 6 0 0 0-6-6m-90.25-50.52l33 19.07l-42.43 11.2l-33-19.07Zm66-17.41a1.92 1.92 0 0 1 2.34 1.26l6.57 24.18l-25.4 6.69l-33-19.07ZM38.23 79.14a1.85 1.85 0 0 1 1.15-.87L66.86 71l33 19.08l-55.2 14.6l-6.6-24.27a1.63 1.63 0 0 1 .17-1.27M210 200a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2v-82h164Z"/></svg> </template>
CSS
.icon-film-slate-light {
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%20106H86.68l122.85-32.43a6%206%200%200%200%204.26-7.38l-8.16-30a13.94%2013.94%200%200%200-17-9.72L36.32%2066.67a13.77%2013.77%200%200%200-8.48%206.47a13.57%2013.57%200%200%200-1.36%2010.42L34%20111.34V200a14%2014%200%200%200%2014%2014h160a14%2014%200%200%200%2014-14v-88a6%206%200%200%200-6-6m-90.25-50.52l33%2019.07l-42.43%2011.2l-33-19.07Zm66-17.41a1.92%201.92%200%200%201%202.34%201.26l6.57%2024.18l-25.4%206.69l-33-19.07ZM38.23%2079.14a1.85%201.85%200%200%201%201.15-.87L66.86%2071l33%2019.08l-55.2%2014.6l-6.6-24.27a1.63%201.63%200%200%201%20.17-1.27M210%20200a2%202%200%200%201-2%202H48a2%202%200%200%201-2-2v-82h164Z%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%20106H86.68l122.85-32.43a6%206%200%200%200%204.26-7.38l-8.16-30a13.94%2013.94%200%200%200-17-9.72L36.32%2066.67a13.77%2013.77%200%200%200-8.48%206.47a13.57%2013.57%200%200%200-1.36%2010.42L34%20111.34V200a14%2014%200%200%200%2014%2014h160a14%2014%200%200%200%2014-14v-88a6%206%200%200%200-6-6m-90.25-50.52l33%2019.07l-42.43%2011.2l-33-19.07Zm66-17.41a1.92%201.92%200%200%201%202.34%201.26l6.57%2024.18l-25.4%206.69l-33-19.07ZM38.23%2079.14a1.85%201.85%200%200%201%201.15-.87L66.86%2071l33%2019.08l-55.2%2014.6l-6.6-24.27a1.63%201.63%200%200%201%20.17-1.27M210%20200a2%202%200%200%201-2%202H48a2%202%200%200%201-2-2v-82h164Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/film-slate-light.svg?color=%231a73e8&size=48