scene icon
scene from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- scene
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- scene-rounded, scene-sharp
1 other variant in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the scene icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 22V7q0-.825-.587-1.412T18 5h-1v1.3q0 .3-.2.5t-.5.2h-5.6q-.35 0-.562-.375T10.1 5.9L12 1.8q.175-.375.513-.588T13.3 1h2.3q.6 0 1 .45T17 2.5V3h1q1.65 0 2.825 1.175T22 7v15zM5 22q-1.275 0-2.137-.862T2 19v-2.5q0-.625.438-1.062T3.5 15t1.063.438T5 16.5V19h10v-2.5q0-.625.438-1.062T16.5 15t1.063.438T18 16.5V19q0 1.275-.862 2.138T15 22zm1-4v-1.5q0-.8-.525-1.525T4 14.05V12q0-.825.587-1.413T6 10h8q.825 0 1.413.588T16 12v2.05q-.95.2-1.475.925T14 16.5V18z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsScene(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="M20 22V7q0-.825-.587-1.412T18 5h-1v1.3q0 .3-.2.5t-.5.2h-5.6q-.35 0-.562-.375T10.1 5.9L12 1.8q.175-.375.513-.588T13.3 1h2.3q.6 0 1 .45T17 2.5V3h1q1.65 0 2.825 1.175T22 7v15zM5 22q-1.275 0-2.137-.862T2 19v-2.5q0-.625.438-1.062T3.5 15t1.063.438T5 16.5V19h10v-2.5q0-.625.438-1.062T16.5 15t1.063.438T18 16.5V19q0 1.275-.862 2.138T15 22zm1-4v-1.5q0-.8-.525-1.525T4 14.05V12q0-.825.587-1.413T6 10h8q.825 0 1.413.588T16 12v2.05q-.95.2-1.475.925T14 16.5V18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 22V7q0-.825-.587-1.412T18 5h-1v1.3q0 .3-.2.5t-.5.2h-5.6q-.35 0-.562-.375T10.1 5.9L12 1.8q.175-.375.513-.588T13.3 1h2.3q.6 0 1 .45T17 2.5V3h1q1.65 0 2.825 1.175T22 7v15zM5 22q-1.275 0-2.137-.862T2 19v-2.5q0-.625.438-1.062T3.5 15t1.063.438T5 16.5V19h10v-2.5q0-.625.438-1.062T16.5 15t1.063.438T18 16.5V19q0 1.275-.862 2.138T15 22zm1-4v-1.5q0-.8-.525-1.525T4 14.05V12q0-.825.587-1.413T6 10h8q.825 0 1.413.588T16 12v2.05q-.95.2-1.475.925T14 16.5V18z"/></svg> </template>
CSS
.icon-scene {
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%22M20%2022V7q0-.825-.587-1.412T18%205h-1v1.3q0%20.3-.2.5t-.5.2h-5.6q-.35%200-.562-.375T10.1%205.9L12%201.8q.175-.375.513-.588T13.3%201h2.3q.6%200%201%20.45T17%202.5V3h1q1.65%200%202.825%201.175T22%207v15zM5%2022q-1.275%200-2.137-.862T2%2019v-2.5q0-.625.438-1.062T3.5%2015t1.063.438T5%2016.5V19h10v-2.5q0-.625.438-1.062T16.5%2015t1.063.438T18%2016.5V19q0%201.275-.862%202.138T15%2022zm1-4v-1.5q0-.8-.525-1.525T4%2014.05V12q0-.825.587-1.413T6%2010h8q.825%200%201.413.588T16%2012v2.05q-.95.2-1.475.925T14%2016.5V18z%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%22M20%2022V7q0-.825-.587-1.412T18%205h-1v1.3q0%20.3-.2.5t-.5.2h-5.6q-.35%200-.562-.375T10.1%205.9L12%201.8q.175-.375.513-.588T13.3%201h2.3q.6%200%201%20.45T17%202.5V3h1q1.65%200%202.825%201.175T22%207v15zM5%2022q-1.275%200-2.137-.862T2%2019v-2.5q0-.625.438-1.062T3.5%2015t1.063.438T5%2016.5V19h10v-2.5q0-.625.438-1.062T16.5%2015t1.063.438T18%2016.5V19q0%201.275-.862%202.138T15%2022zm1-4v-1.5q0-.8-.525-1.525T4%2014.05V12q0-.825.587-1.413T6%2010h8q.825%200%201.413.588T16%2012v2.05q-.95.2-1.475.925T14%2016.5V18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/scene.svg?color=%231a73e8&size=48