Graph 3 icon

Graph 3 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_3_outlined_fill0_wght400.svg

Graph 3 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_3" />

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

Graph 3 icon in React

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

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

Graph 3 icon in Vue

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

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

Graph 3 icon in Angular

With Angular Material and the font from the HTML tab:

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

Graph 3 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_3, fill: 0, weight: 400)

Graph 3 icon in Android

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

<!-- res/drawable/graph_3.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="M12.025 22q-1.187 0-2.019-.812T9.175 19.175q0-.2 .025-.362t.075-.338l-2.5-1.4q-.375 .375-.875 .6t-1.075 .225q-1.187 0-2.019-.823t-.831-2Q1.975 13.9 2.788 13.075t2.012-.825q.618 0 1.159 .25Q6.5 12.75 6.9 13.175l3.35-1.675q-.125-.65 .05-1.275t.6-1.125l-1.075-1.6q-.21 .075-.435 .113-.225 .037-.465 .037-1.187 0-2.019-.824t-.831-2Q6.075 3.65 6.904 2.825q.828-.825 2.012-.825 1.184 0 1.997 .824Q11.725 3.648 11.725 4.825q0 .525-.175 .988T11.05 6.65l1.075 1.625q.2-.075 .438-.112T13.05 8.125q.443 0 .834 .138T14.625 8.625l1.975-1.625q-.125-.266-.187-.546Q16.35 6.175 16.35 5.85q0-1.2 .813-2.012t2-.813q1.187 0 2.012 .824t.825 2q0 1.176-.824 1.989T19.175 8.65q-.461 0-.868-.125Q17.9 8.4 17.55 8.15l-1.95 1.625q.125 .274 .188 .562Q15.85 10.625 15.85 10.95q0 1.177-.824 2.001Q14.202 13.775 13.025 13.775q-.65 0-1.175-.262T10.925 12.825l-3.35 1.7q.05 .313 .038 .625t-.088 .625l2.475 1.4q.4-.375 .925-.6t1.1-.225q1.167 0 1.983 .824 .817 .823 .817 2T14.008 21.175Q13.192 22 12.025 22ZM4.827 16.4q.552 0 .925-.387T6.125 15.075q0-.55-.373-.937t-.925-.388Q4.275 13.75 3.875 14.138T3.475 15.075q0 .55 .4 .938t.952 .387Zm4.1-10.225q.552 0 .925-.387T10.225 4.85q0-.55-.373-.937t-.925-.388Q8.375 3.525 7.975 3.913T7.575 4.85q0 .55 .4 .938t.952 .387ZM12 20.5q.55 0 .938-.387T13.325 19.175q0-.55-.387-.937T12 17.85q-.55 0-.937 .388T10.675 19.175q0 .55 .388 .938T12 20.5Zm1.025-8.225q.55 0 .938-.387T14.35 10.95q0-.55-.387-.937T13.025 9.625q-.55 0-.937 .388T11.7 10.95q0 .55 .388 .938T13.025 12.275Zm6.152-5.125q.552 0 .925-.373t.373-.925q0-.552-.373-.939t-.925-.388Q18.625 4.525 18.225 4.913t-.4 .939q0 .552 .4 .925T19.177 7.15Z" />
</vector>

Graph 3 icon in SVG

npm install @material-symbols/svg-400

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

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

Graph 3 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 3
Ligaturegraph_3
Code pointU+F39E
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/graph_3.svg, graph_3-fill.svg
FlutterSymbols.graph_3
LicenseApache License 2.0 (© Google LLC)

Keywords

businessprogressbarschartdiagramreportconnectanalysisstatisticsanalyticsfinancedashboard

Related icons