Broadcast On Personal icon

Broadcast On Personal 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_personal_outlined_fill0_wght400.svg

Broadcast On Personal 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_personal" />

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

Broadcast On Personal icon in React

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

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

Broadcast On Personal icon in Vue

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

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

Broadcast On Personal icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Broadcast On Personal icon in Android

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

<!-- res/drawable/broadcast_on_personal.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="M10 11.175ZM2 20v-12l8-6 7.05 5.275q-.55 .025-1.062 .113T14.975 7.625L10 3.875 3.5 8.75v9.75h6.875q.2 .425 .45 .788t.55 .712H2Zm11.05-.425q-.975-.875-1.512-2.075T11 15q0-2.625 1.825-4.437T17.25 8.75q2.625 0 4.438 1.813T23.5 15q0 1.3-.525 2.488T21.475 19.55l-.7-.7q.85-.725 1.288-1.725t.437-2.125q0-2.2-1.525-3.725t-3.725-1.525q-2.175 0-3.712 1.525T12 15q0 1.125 .45 2.125t1.3 1.725l-.7 .725Zm1.775-1.8q-.625-.525-.975-1.25t-.35-1.525q0-1.575 1.1-2.662T17.25 11.25q1.575 0 2.663 1.088T21 15q0 .8-.325 1.538T19.725 17.8l-.725-.7q.475-.4 .738-.95t.262-1.15q0-1.15-.8-1.95t-1.95-.8q-1.125 0-1.937 .8T14.5 15q0 .6 .275 1.138t.725 .937l-.675 .7Zm1.925 3.225v-5.125q-.225-.15-.362-.375t-.138-.5q0-.425 .288-.712T17.25 14q.425 0 .713 .288T18.25 15q0 .275-.125 .5t-.375 .375v5.125h-1Z" />
</vector>

Broadcast On Personal icon in SVG

npm install @material-symbols/svg-400

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

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

Broadcast On Personal 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 Personal
Ligaturebroadcast_on_personal
Code pointU+F8F9
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/broadcast_on_personal.svg, broadcast_on_personal-fill.svg
FlutterSymbols.broadcast_on_personal
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videonetworkconnectionpersoninternetsignaldigitalprofileusersocialaccountonlineavatar

Related icons