Broadcast On Home icon

Broadcast On 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

broadcast_on_home_outlined_fill0_wght400.svg

Broadcast On 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=broadcast_on_home" />

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

Broadcast On Home icon in React

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

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

Broadcast On Home icon in Vue

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

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

Broadcast On Home icon in Angular

With Angular Material and the font from the HTML tab:

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

Broadcast On 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.broadcast_on_home, fill: 0, weight: 400)

Broadcast On Home icon in Android

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

<!-- res/drawable/broadcast_on_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="M11.25 11.45ZM7.475 18.5v-10H2.5v10h4.975ZM2.125 20q-.45 0-.787-.337T1 18.875v-10.75q0-.45 .338-.787T2.125 7h5.725q.45 0 .788 .338T8.975 8.125v10.75q0 .45-.337 .788T7.85 20H2.125Zm2.875-9q.3 0 .525-.225t.225-.525q0-.3-.225-.525t-.537-.225Q4.7 9.5 4.475 9.725t-.225 .537q0 .288 .225 .513t.525 .225ZM16.25 22v-5.125q-.225-.15-.362-.375t-.138-.5q0-.42 .288-.71Q16.325 15 16.74 15q.435 0 .723 .29T17.75 16q0 .275-.125 .5t-.375 .375v5.125h-1Zm-1.925-3.225q-.625-.525-.975-1.25t-.35-1.525q0-1.57 1.103-2.66Q15.205 12.25 16.753 12.25q1.572 0 2.66 1.09Q20.5 14.43 20.5 16q0 .793-.325 1.534Q19.85 18.275 19.225 18.8l-.725-.7q.475-.4 .738-.946Q19.5 16.607 19.5 16q0-1.155-.797-1.952Q17.905 13.25 16.75 13.25q-1.125 0-1.937 .798T14 16q0 .598 .275 1.137Q14.55 17.675 15 18.075l-.675 .7Zm-1.775 1.8q-.975-.875-1.512-2.079Q10.5 17.293 10.5 16q0-2.62 1.828-4.435Q14.156 9.75 16.754 9.75 19.375 9.75 21.188 11.565 23 13.38 23 16q0 1.3-.525 2.488T20.975 20.55l-.7-.7q.85-.725 1.288-1.725t.437-2.125q0-2.205-1.522-3.727Q18.957 10.75 16.753 10.75 14.575 10.75 13.038 12.273 11.5 13.795 11.5 16q0 1.125 .45 2.125t1.3 1.725l-.7 .725ZM2 5.5q0-.6 .45-1.05t1.05-.45h17q.6 0 1.05 .45t.45 1.05v4.8q-.35-.325-.712-.587T20.5 9.225v-3.725H2Zm3 8Z" />
</vector>

Broadcast On Home icon in SVG

npm install @material-symbols/svg-400

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

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

Broadcast On 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

NameBroadcast On Home
Ligaturebroadcast_on_home
Code pointU+F8F8
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/broadcast_on_home.svg, broadcast_on_home-fill.svg
FlutterSymbols.broadcast_on_home
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videonetworkmediasignalcontentaudiowirelesssoundhouseconnectivityconnectsmart homeshare

Related icons