Graph 5 icon

Graph 5 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_5_outlined_fill0_wght400.svg

Graph 5 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_5" />

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

Graph 5 icon in React

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

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

Graph 5 icon in Vue

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

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

Graph 5 icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Graph 5 icon in Android

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

<!-- res/drawable/graph_5.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.002 22.525Q10.825 22.525 10 21.701T9.175 19.7q0-.975 .588-1.725t1.487-1v-2.25q-.35-.1-.662-.262T10 14.025l-1.9 1.1q.05 .175 .063 .353 .012 .178 .012 .372 0 1.177-.823 2.001-.824 .824-2 .824T3.35 17.851q-.825-.823-.825-1.999T3.349 13.85q.824-.825 2.001-.825 .575 0 1.1 .213t.9 .587l1.9-1.1q-.05-.175-.075-.35t-.025-.373q0-.198 .025-.38 .025-.182 .075-.347l-1.95-1.125q-.375 .375-.9 .588t-1.1 .212q-1.177 0-2.001-.823Q2.475 9.303 2.475 8.126T3.299 6.125q.823-.825 2-.825T7.3 6.124q.825 .824 .825 2.001 0 .2-.012 .375t-.063 .35l1.95 1.15q.275-.275 .588-.45t.662-.275v-2.25q-.9-.25-1.487-1T9.175 4.3q0-1.177 .824-2.001 .823-.824 2-.824T14 2.299q.825 .824 .825 2.001 0 .975-.587 1.725T12.75 7.025v2.275q.35 .1 .658 .274Q13.716 9.747 13.975 10l1.925-1.1q-.05-.2-.075-.386-.025-.186-.025-.389 0-1.177 .824-2.001 .823-.824 2-.824T20.625 6.124q.825 .823 .825 2T20.626 10.125q-.824 .825-2.001 .825-.584 0-1.08-.212Q17.05 10.525 16.675 10.175l-1.95 1.125q.05 .175 .063 .338t.012 .362q0 .2-.012 .363T14.725 12.7l1.925 1.125q.375-.375 .888-.587T18.625 13.025q1.177 0 2.001 .824 .824 .823 .824 2T20.627 17.85q-.824 .825-2 .825T16.625 17.851q-.825-.824-.825-2.001 0-.198 .025-.379t.075-.346l-1.925-1.125q-.25 .25-.562 .438T12.75 14.725v2.25q.9 .25 1.488 1t.587 1.725q0 1.177-.823 2.001Q13.178 22.525 12.002 22.525Zm.025-1.525q.552 0 .925-.373t.373-.925q0-.552-.374-.939T12.025 18.375q-.574 0-.962 .388Q10.675 19.15 10.675 19.702t.4 .925Q11.475 21 12.027 21Zm-6.65-3.85q.552 0 .925-.373t.373-.925q0-.552-.374-.939T5.375 14.525q-.574 0-.962 .388Q4.025 15.3 4.025 15.852t.4 .925Q4.825 17.15 5.377 17.15Zm13.275 0q.552 0 .925-.373t.373-.925q0-.552-.374-.939T18.65 14.525q-.574 0-.962 .388Q17.3 15.3 17.3 15.852t.4 .925Q18.1 17.15 18.652 17.15Zm-6.625-3.85q.551 0 .925-.373t.373-.925q0-.552-.374-.939T12.025 10.675q-.574 0-.962 .388Q10.675 11.45 10.675 12.002t.4 .925Q11.475 13.3 12.027 13.3Zm-6.7-3.875q.551 0 .925-.373t.373-.925q0-.552-.374-.939T5.325 6.8q-.574 0-.962 .388Q3.975 7.575 3.975 8.127t.4 .925Q4.775 9.425 5.327 9.425Zm13.325 0q.552 0 .925-.373t.373-.925q0-.552-.374-.939T18.65 6.8q-.574 0-.962 .388Q17.3 7.575 17.3 8.127t.4 .925Q18.1 9.425 18.652 9.425Zm-6.625-3.825q.551 0 .925-.373t.373-.925q0-.552-.374-.939T12.025 2.975q-.574 0-.962 .388Q10.675 3.75 10.675 4.302t.4 .925Q11.475 5.6 12.027 5.6Z" />
</vector>

Graph 5 icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

businessinformationprogressbarschartmeasurementdiagramreportconnectanalysisstatisticsanalytics

Related icons