scene icon
scene from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- scene
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- scene-rounded, scene-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
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.5 21.5V7q0-1.036-.732-1.768T18 4.5h-1.5v1.3q0 .3-.2.5t-.5.2h-4.33q-.409 0-.582-.346q-.174-.346-.019-.696l1.535-3.331q.156-.336.397-.482t.653-.145h2.184q.37 0 .616.258t.246.627V3.5H18q1.458 0 2.479 1.021T21.5 7v14.5zM5 21.5q-1.063 0-1.782-.718T2.5 19v-2.23q0-.703.399-1.102T4 15.27t1.101.4t.399 1.1v1.73h9v-1.73q0-.703.399-1.102T16 15.27t1.101.4t.399 1.1V19q0 1.064-.718 1.782T15 21.5zm1.27-3.77V16.5q0-.684-.478-1.256q-.476-.571-1.292-.732v-2.396q0-.672.472-1.144t1.144-.472h7.769q.67 0 1.143.472q.472.472.472 1.144v2.396q-.815.18-1.292.742T13.73 16.5v1.23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightScene(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.5 21.5V7q0-1.036-.732-1.768T18 4.5h-1.5v1.3q0 .3-.2.5t-.5.2h-4.33q-.409 0-.582-.346q-.174-.346-.019-.696l1.535-3.331q.156-.336.397-.482t.653-.145h2.184q.37 0 .616.258t.246.627V3.5H18q1.458 0 2.479 1.021T21.5 7v14.5zM5 21.5q-1.063 0-1.782-.718T2.5 19v-2.23q0-.703.399-1.102T4 15.27t1.101.4t.399 1.1v1.73h9v-1.73q0-.703.399-1.102T16 15.27t1.101.4t.399 1.1V19q0 1.064-.718 1.782T15 21.5zm1.27-3.77V16.5q0-.684-.478-1.256q-.476-.571-1.292-.732v-2.396q0-.672.472-1.144t1.144-.472h7.769q.67 0 1.143.472q.472.472.472 1.144v2.396q-.815.18-1.292.742T13.73 16.5v1.23z"/></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.5 21.5V7q0-1.036-.732-1.768T18 4.5h-1.5v1.3q0 .3-.2.5t-.5.2h-4.33q-.409 0-.582-.346q-.174-.346-.019-.696l1.535-3.331q.156-.336.397-.482t.653-.145h2.184q.37 0 .616.258t.246.627V3.5H18q1.458 0 2.479 1.021T21.5 7v14.5zM5 21.5q-1.063 0-1.782-.718T2.5 19v-2.23q0-.703.399-1.102T4 15.27t1.101.4t.399 1.1v1.73h9v-1.73q0-.703.399-1.102T16 15.27t1.101.4t.399 1.1V19q0 1.064-.718 1.782T15 21.5zm1.27-3.77V16.5q0-.684-.478-1.256q-.476-.571-1.292-.732v-2.396q0-.672.472-1.144t1.144-.472h7.769q.67 0 1.143.472q.472.472.472 1.144v2.396q-.815.18-1.292.742T13.73 16.5v1.23z"/></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.5%2021.5V7q0-1.036-.732-1.768T18%204.5h-1.5v1.3q0%20.3-.2.5t-.5.2h-4.33q-.409%200-.582-.346q-.174-.346-.019-.696l1.535-3.331q.156-.336.397-.482t.653-.145h2.184q.37%200%20.616.258t.246.627V3.5H18q1.458%200%202.479%201.021T21.5%207v14.5zM5%2021.5q-1.063%200-1.782-.718T2.5%2019v-2.23q0-.703.399-1.102T4%2015.27t1.101.4t.399%201.1v1.73h9v-1.73q0-.703.399-1.102T16%2015.27t1.101.4t.399%201.1V19q0%201.064-.718%201.782T15%2021.5zm1.27-3.77V16.5q0-.684-.478-1.256q-.476-.571-1.292-.732v-2.396q0-.672.472-1.144t1.144-.472h7.769q.67%200%201.143.472q.472.472.472%201.144v2.396q-.815.18-1.292.742T13.73%2016.5v1.23z%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.5%2021.5V7q0-1.036-.732-1.768T18%204.5h-1.5v1.3q0%20.3-.2.5t-.5.2h-4.33q-.409%200-.582-.346q-.174-.346-.019-.696l1.535-3.331q.156-.336.397-.482t.653-.145h2.184q.37%200%20.616.258t.246.627V3.5H18q1.458%200%202.479%201.021T21.5%207v14.5zM5%2021.5q-1.063%200-1.782-.718T2.5%2019v-2.23q0-.703.399-1.102T4%2015.27t1.101.4t.399%201.1v1.73h9v-1.73q0-.703.399-1.102T16%2015.27t1.101.4t.399%201.1V19q0%201.064-.718%201.782T15%2021.5zm1.27-3.77V16.5q0-.684-.478-1.256q-.476-.571-1.292-.732v-2.396q0-.672.472-1.144t1.144-.472h7.769q.67%200%201.143.472q.472.472.472%201.144v2.396q-.815.18-1.292.742T13.73%2016.5v1.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/scene.svg?color=%231a73e8&size=48