Orbit icon

Orbit is a Google Material Symbol from the Social 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

orbit_outlined_fill0_wght400.svg

Orbit 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=orbit" />

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

Orbit icon in React

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

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

Orbit icon in Vue

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

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

Orbit icon in Angular

With Angular Material and the font from the HTML tab:

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

Orbit 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.orbit, fill: 0, weight: 400)

Orbit icon in Android

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

<!-- res/drawable/orbit.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="M5.825 21.5q-1.377 0-2.351-.973-.974-.973-.974-2.35T3.473 15.825q.974-.975 2.35-.975T8.175 15.824q.975 .974 .975 2.351 0 .55-.175 1.063T8.475 20.175v-.425q.825 .375 1.725 .563t1.8 .187q3.56 0 6.03-2.47Q20.5 15.559 20.5 12h1.5q0 2.075-.787 3.9T19.075 19.075q-1.35 1.35-3.175 2.138T12 22q-1.159 0-2.267-.262Q8.625 21.475 7.575 20.975q-.4 .263-.837 .394T5.825 21.5Zm1.288-2.037Q7.65 18.925 7.65 18.175t-.537-1.287Q6.575 16.35 5.825 16.35t-1.287 .538Q4 17.425 4 18.175t.538 1.288Q5.075 20 5.825 20t1.288-.537ZM12.002 15.325Q10.625 15.325 9.65 14.352q-.975-.973-.975-2.35T9.648 9.65q.974-.975 2.35-.975T14.35 9.648q.975 .973 .975 2.35T14.352 14.35q-.973 .975-2.35 .975ZM2 12q0-2.075 .788-3.9T4.925 4.925q1.35-1.35 3.175-2.137T12 2q1.159 0 2.267 .263Q15.375 2.525 16.425 3.025q.4-.25 .838-.375t.912-.125q1.367 0 2.334 .968Q21.475 4.461 21.475 5.831T20.507 8.175q-.968 .975-2.337 .975T15.825 8.176Q14.85 7.203 14.85 5.825q0-.55 .175-1.062t.5-.938v.425q-.825-.375-1.725-.562t-1.8-.188q-3.559 0-6.03 2.47Q3.5 8.441 3.5 12H2Zm16.175-4.35q.75 0 1.275-.537t.525-1.288q0-.75-.525-1.275t-1.275-.525q-.75 0-1.287 .525T16.35 5.825q0 .75 .532 1.288T18.175 7.65ZM5.825 18.175Zm12.35-12.35Z" />
</vector>

Orbit icon in SVG

npm install @material-symbols/svg-400

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

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

Orbit 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

NameOrbit
Ligatureorbit
Code pointU+F426
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/orbit.svg, orbit-fill.svg
FlutterSymbols.orbit
LicenseApache License 2.0 (© Google LLC)

Keywords

socialnetworkconnectioninformationgraphicsystemelementdiagramlinkmovementabstractpathscience

Related icons