Digital Out Of Home icon

Digital Out Of Home is a Google Material Symbol from the Audio&Video 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

digital_out_of_home_outlined_fill0_wght400.svg

Digital Out Of Home 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,[email protected],100..700,0..1,-50..200&icon_names=digital_out_of_home" />

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

Digital Out Of Home icon in React

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

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

Digital Out Of Home icon in Vue

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

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

Digital Out Of Home icon in Angular

With Angular Material and the font from the HTML tab:

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

Digital Out Of Home 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.digital_out_of_home, fill: 0, weight: 400)

Digital Out Of Home icon in Android

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

<!-- res/drawable/digital_out_of_home.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="M0 23v-20.5q0-.619 .441-1.059Q.881 1 1.5 1h7.5q.619 0 1.06 .441Q10.5 1.881 10.5 2.5v20.5h-1.5v-2.25H1.5v2.25H0Zm15.125 0v-6.325l2.3-2.075-.5-3.425q-1.125 1.525-2.325 2t-2.6 .55v-1.5q1.4 0 2.325-.587t1.575-1.638l.975-1.55q.375-.575 1.038-.787T19.2 7.725l4.8 2.025v4.325h-1.525v-3.325l-2.55-1.15L22.85 23h-1.55l-1.975-7.45-2.7 2.45v5h-1.5ZM1.5 19.25h7.5v-16.75H1.5v16.75Zm2.375-6.475 3.125-1.775-3.125-1.775v3.55Zm11.888-6.411q-.538-.535-.538-1.287t.536-1.29q.535-.537 1.287-.537t1.29 .535q.537 .536 .537 1.288t-.535 1.289q-.536 .538-1.288 .538t-1.289-.536ZM1.5 19.25h7.5H1.5Z" />
</vector>

Digital Out Of Home icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/digital_out_of_home.svg" width="24" height="24" alt="Digital Out Of Home">

Digital Out Of Home 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

NameDigital Out Of Home
Ligaturedigital_out_of_home
Code pointU+F1DE
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/digital_out_of_home.svg, digital_out_of_home-fill.svg
FlutterSymbols.digital_out_of_home
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videomediaicongraphicmonitorblockrectangularcommercialmarketingpromotionsignageadvertisementpublic space

Related icons