Satellite Alt icon

Satellite Alt is a Google Material Symbol from the Communicate 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

satellite_alt_outlined_fill0_wght400.svg

Satellite Alt 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=satellite_alt" />

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

Satellite Alt icon in React

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

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

Satellite Alt icon in Vue

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

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

Satellite Alt icon in Angular

With Angular Material and the font from the HTML tab:

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

Satellite Alt 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.satellite_alt, fill: 0, weight: 400)

Satellite Alt icon in Android

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

<!-- res/drawable/satellite_alt.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="M14 23.2v-1.5q3.125 0 5.313-2.183T21.5 14.2h1.5q0 1.875-.712 3.513t-1.925 2.85q-1.213 1.212-2.85 1.925T14 23.2Zm0-3v-1.5q1.725 0 3.113-1.387T18.5 14.2h1.5q0 2.375-1.812 4.188T14 20.2ZM5.55 22.775q-.292 0-.583-.112Q4.675 22.55 4.475 22.35L.225 18.1q-.2-.2-.313-.489Q-.2 17.322-.2 17.033q0-.308 .111-.58Q.022 16.181 .225 15.975l3.775-3.775q.425-.425 1.063-.425t1.062 .425l1.6 1.6 .925-.925-1.6-1.6q-.425-.433-.425-1.054Q6.625 9.6 7.05 9.175l1.875-1.875q.435-.425 1.067-.425T11.05 7.3l1.6 1.6 .925-.925-1.6-1.6q-.425-.434-.425-1.067T11.975 4.25l3.775-3.775q.222-.225 .498-.337T16.825 .025q.3 0 .575 .1t.5 .325l4.25 4.25q.222 .213 .323 .494 .102 .281 .102 .591 0 .29-.125 .578-.125 .287-.325 .487L18.35 10.625q-.575 .575-1.062 .575T16.225 10.625l-1.6-1.6-.925 .925 1.6 1.6q.425 .435 .413 1.067T15.275 13.675l-1.85 1.85q-.434 .425-1.067 .425T11.3 15.525l-1.6-1.6-.925 .925 1.6 1.6q.425 .425 .425 1.063T10.375 18.575L6.6 22.35q-.206 .203-.478 .314Q5.85 22.775 5.55 22.775Zm0-1.475 1.35-1.35-4.25-4.25-1.35 1.35 4.25 4.25Zm2.425-2.425 1.35-1.35-4.25-4.25-1.35 1.35 4.25 4.25Zm4.4-4.4 1.85-1.85-4.25-4.25-1.85 1.85 4.25 4.25Zm4.925-4.925 1.35-1.35-4.25-4.25-1.35 1.35 4.25 4.25Zm2.425-2.425 1.35-1.35-4.25-4.25-1.35 1.35 4.25 4.25ZM11.175 11.425Z" />
</vector>

Satellite Alt icon in SVG

npm install @material-symbols/svg-400

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

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

Satellite Alt 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

NameSatellite Alt
Ligaturesatellite_alt
Code pointU+EB3A
CategoryCommunicate
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/satellite_alt.svg, satellite_alt-fill.svg
FlutterSymbols.satellite_alt
LicenseApache License 2.0 (© Google LLC)

Keywords

communicatenetworkconnectionsignallinksciencebroadcastspacetelevisionglobalgpsearthtelecommunications

Related icons