Graph 1 icon

Graph 1 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_1_outlined_fill0_wght400.svg

Graph 1 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=graph_1" />

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

Graph 1 icon in React

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

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

Graph 1 icon in Vue

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

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

Graph 1 icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Graph 1 icon in Android

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

<!-- res/drawable/graph_1.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-.965 .588-1.733Q5.175 16.7 6.075 16.45v-8.9q-.9-.25-1.487-1T4 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.55v.325q0 1.425 .975 2.4t2.4 .975h2.075q2.034 0 3.467 1.419Q17.925 14.087 17.925 16.1v.35q.9 .25 1.488 1.017Q20 18.235 20 19.2q0 1.177-.817 2.001Q18.367 22.025 17.2 22.025q-1.187 0-2.019-.824T14.35 19.2q0-.975 .588-1.725t1.487-1v-.375q0-1.396-.992-2.373Q14.442 12.75 13.025 12.75h-2.075q-.975 0-1.85-.362Q8.225 12.025 7.575 11.375v5.1q.9 .25 1.488 1t.587 1.725q0 1.177-.824 2.001Q8.002 22.025 6.825 22.025Zm.002-1.525q.552 0 .925-.387T8.125 19.175q0-.55-.373-.937t-.925-.388q-.552 0-.939 .388T5.5 19.175q0 .55 .388 .938t.939 .387Zm10.375 0q.552 0 .925-.387T18.5 19.175q0-.55-.373-.937t-.925-.388Q16.65 17.85 16.25 18.238T15.85 19.175q0 .55 .4 .938t.952 .387Zm-10.375-14.35q.551 0 .925-.387T8.125 4.825q0-.55-.373-.937t-.925-.388q-.552 0-.939 .388T5.5 4.825q0 .55 .388 .938t.939 .387Z" />
</vector>

Graph 1 icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/graph_1.svg" width="24" height="24" alt="Graph 1">

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

Keywords

businessinformationprogresschartleveldiagramreportupconnectanalysismeasurestatistics

Related icons