Graph 8 icon

Graph 8 is a Google Material Symbol from the Business 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

graph_8_outlined_fill0_wght400.svg

Graph 8 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=graph_8" />

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

Graph 8 icon in React

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

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

Graph 8 icon in Vue

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

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

Graph 8 icon in Angular

With Angular Material and the font from the HTML tab:

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

Graph 8 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.graph_8, fill: 0, weight: 400)

Graph 8 icon in Android

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

<!-- res/drawable/graph_8.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="M6.825 22.025q-1.2 0-2.012-.824T4 19.2q0-.975 .588-1.725t1.487-1v-8.9q-.9-.25-1.487-1.017Q4 5.79 4 4.825q0-1.177 .813-2.001Q5.625 2 6.813 2t2.012 .824q.825 .824 .825 2.001 0 .975-.587 1.725T7.575 7.55v5.1q.65-.65 1.525-1.012 .875-.363 1.85-.363h2.075q1.417 0 2.408-.977Q16.425 9.321 16.425 7.925v-.375q-.9-.25-1.487-1T14.35 4.825q0-1.177 .829-2.001Q16.007 2 17.191 2q1.184 0 1.997 .824Q20 3.648 20 4.825q0 .965-.587 1.733Q18.825 7.325 17.925 7.575v.35q0 2.013-1.433 3.432Q15.059 12.775 13.025 12.775h-2.075q-1.425 0-2.4 .975t-.975 2.4v.325q.9 .25 1.488 1t.587 1.725q0 1.177-.824 2.001Q8.002 22.025 6.825 22.025Zm.002-15.85q.552 0 .925-.387T8.125 4.85q0-.55-.373-.937t-.925-.388q-.552 0-.939 .388T5.5 4.85q0 .55 .388 .938t.939 .387Zm10.375 0q.552 0 .925-.387T18.5 4.85q0-.55-.373-.937t-.925-.388Q16.65 3.525 16.25 3.913T15.85 4.85q0 .55 .4 .938t.952 .387Zm-10.375 14.35q.551 0 .925-.387T8.125 19.2q0-.55-.373-.937t-.925-.388q-.552 0-.939 .388T5.5 19.2q0 .55 .388 .938t.939 .387ZM6.825 4.85Zm10.35 0ZM6.825 19.2Z" />
</vector>

Graph 8 icon in SVG

npm install @material-symbols/svg-400

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

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

Graph 8 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

NameGraph 8
Ligaturegraph_8
Code pointU+FFFEC
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/graph_8.svg, graph_8-fill.svg
FlutterSymbols.graph_8
LicenseApache License 2.0 (© Google LLC)

Keywords

businessinformationprogresschartmeasurementdiagramreportconnectvisualanalysisstatisticsanalytics

Related icons