Scene icon

Scene is a Google Material Symbol from the Household category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

scene_outlined_fill0_wght400.svg

Scene icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=scene" />

<span class="material-symbols-outlined">scene</span>

Scene icon in React

// With the font from the HTML tab:
export function SceneIcon() {
  return (
    <span className="material-symbols-outlined">
      scene
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SceneIcon from "@material-symbols/svg-400/outlined/scene.svg?react";

Scene icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">scene</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SceneIcon from "@material-symbols/svg-400/outlined/scene.svg?component"; -->

Scene icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">scene</mat-icon>

Scene icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.scene, fill: 0, weight: 400)

Scene icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/scene.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M20.5 22v-15.25q0-.95-.65-1.6t-1.6-.65h-1.25v1.55q0 .193-.128 .322Q16.743 6.5 16.55 6.5H10.95q-.25 0-.362-.275t-.013-.475l1.9-4.1q.125-.3 .41-.475 .285-.175 .665-.175h2.3q.493 0 .822 .375Q17 1.75 17 2.25v.75h1.25q1.575 0 2.663 1.088T22 6.75v15.25h-1.5ZM12.575 5h2.925v-2.5h-1.8l-1.125 2.5ZM4.75 22q-1.169 0-1.959-.791Q2 20.419 2 19.25v-2.5q0-.725 .55-1.392 .55-.667 1.45-.808v-2.55q0-.619 .441-1.059Q4.881 10.5 5.5 10.5h8.5q.619 0 1.06 .441Q15.5 11.381 15.5 12v2.55q.9 .14 1.45 .77 .55 .63 .55 1.43v2.5q0 1.169-.79 1.959Q15.919 22 14.75 22H4.75Zm.75-10v2.875q.45 .375 .725 .848 .275 .473 .275 1.027v.75h6.5v-.75q0-.554 .275-1.027Q13.55 15.25 14 14.875v-2.875H5.5Zm-.75 8.5h10q.563 0 .906-.391Q16 19.719 16 19.25v-2.5q0-.337-.206-.544T15.25 16q-.337 0-.544 .206T14.5 16.75v2.25H5v-2.25q0-.337-.206-.544T4.25 16q-.337 0-.544 .206T3.5 16.75v2.5q0 .469 .344 .859Q4.188 20.5 4.75 20.5Zm8.25-3H6.5h6.5ZM5.5 12h8.5-8.5Zm-.5 8.5h9.5-9.5Z" />
</vector>

Scene icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/scene.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/scene.svg" width="24" height="24" alt="Scene">

Scene icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameScene
Ligaturescene
Code pointU+E2A7
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/scene.svg, scene-fill.svg
FlutterSymbols.scene
LicenseApache License 2.0 (© Google LLC)

Keywords

householdviewhometravelnesthousesimpledestinationabstractweatherlightnaturelandscape

Related icons