Hub icon

Hub is a Google Material Symbol from the Communicate category. It's one of the 500 most used Material Symbols. 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

hub_outlined_fill0_wght400.svg

Hub 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=hub" />

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

Hub icon in React

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

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

Hub icon in Vue

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

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

Hub icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Hub icon in Android

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

<!-- res/drawable/hub.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="M3.825 22.175q-.825-.825-.825-2.025t.831-2.025q.832-.825 2.019-.825 .35 0 .613 .063T7 17.55l2.125-2.65q-.475-.575-.725-1.312t-.125-1.538l-3.025-1.025q-.375 .625-.987 .975T2.85 12.35q-1.187 0-2.019-.831T0 9.5q0-1.187 .831-2.019T2.85 6.65q1.188 0 2.019 .831T5.7 9.5v.1l3.05 1.05q.45-.8 1.088-1.225t1.412-.6v-3.225q-.975-.275-1.537-1.075T9.15 2.85q0-1.187 .825-2.019T12 0q1.2 0 2.025 .831T14.85 2.85q0 .875-.575 1.675t-1.525 1.075v3.225q.775 .175 1.425 .6t1.1 1.225l3.025-1.05v-.1q0-1.187 .831-2.019T21.15 6.65q1.188 0 2.019 .825T24 9.5q0 1.2-.831 2.025T21.15 12.35q-.8 0-1.425-.35t-.975-.975l-3.025 1.025q.125 .8-.112 1.538T14.875 14.9l2.125 2.65q.275-.125 .538-.187t.601-.063Q19.35 17.3 20.175 18.125t.825 2.025q0 1.2-.825 2.025t-2.025 .825q-1.2 0-2.025-.831T15.3 20.15q0-.5 .138-.9t.387-.775l-2.125-2.65q-.803 .425-1.714 .425Q11.075 16.25 10.275 15.825l-2.1 2.675q.25 .375 .388 .763T8.7 20.15q0 1.188-.825 2.019T5.85 23q-1.2 0-2.025-.825Zm-.974-11.325q.574 0 .962-.388 .387-.389 .387-.963 0-.574-.388-.961-.389-.388-.963-.388Q2.275 8.15 1.888 8.539 1.5 8.927 1.5 9.501 1.5 10.075 1.889 10.463q.388 .387 .962 .387ZM6.813 21.112q.387-.389 .387-.963 0-.574-.388-.961-.389-.388-.963-.388-.574 0-.962 .389-.387 .388-.387 .962 0 .574 .389 .962 .388 .387 .962 .387 .574 0 .961-.388Zm6.15-17.3q.387-.389 .387-.963 0-.574-.388-.961-.389-.388-.963-.388-.574 0-.961 .388-.388 .389-.388 .963 0 .574 .389 .962 .388 .387 .962 .387 .574 0 .962-.388ZM12.013 14.75q.937 0 1.587-.662t.65-1.6q0-.938-.652-1.588T12 10.25q-.925 0-1.587 .653T9.75 12.5q0 .925 .663 1.588t1.6 .662Zm7.1 6.362q.387-.389 .387-.963 0-.574-.388-.961-.389-.388-.963-.388-.574 0-.961 .389-.388 .388-.388 .962 0 .574 .389 .962 .388 .387 .962 .387 .574 0 .962-.388Zm3-10.65q.387-.389 .387-.963 0-.574-.388-.961-.389-.388-.963-.388-.574 0-.961 .389-.388 .388-.388 .962 0 .574 .389 .962 .388 .387 .962 .387 .574 0 .962-.388ZM12 2.85ZM2.85 9.5Zm9.15 3Zm9.15-3ZM5.85 20.15Zm12.3 0Z" />
</vector>

Hub icon in SVG

npm install @material-symbols/svg-400

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

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

Hub 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

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

Keywords

communicatenetworkconnectioninformationsystemaccessstructurepointdiagramconnectorganizationcollectionflow

Related icons