Icons

Material Symbols Graph 5 Icon

IconStash indexes the Graph 5 icon from Material Symbols alongside 134,701 icons from 28 open-source libraries. It a clean SVG vector format, making it well suited for analytics dashboards, business intelligence tools, reporting platforms, data visualization apps, and KPI displays. Set an exact pixel size from 16px to 512px and download a lossless PNG in one click.

Interactive Customizer

1.5px
128px

About this icon

Use the Graph 5 icon

Icons in the fill style — like Graph 5 — are designed for interface components and product UI. Use it across analytics dashboards, business intelligence tools, reporting platforms, data visualization apps, and KPI displays for a consistent, professional look.

IconStash's editor lets you fine-tune color, size, and stroke width in real time, then export in the format that fits your workflow: SVG, PNG, JSX, or CSS background-mask.

Export formats

Copy clean SVG vectors with one click, generate custom-size PNG files from 16px to 512px, export JSX/React components ready to paste into your project, or use the icon as a CSS background-mask for flexible theming.

All exports are based on the same editable vector — so the Graph 5 icon stays pixel-perfect at 16px, 24px, 48px, and any large marketing size.

Design & UX integration

Aesthetic characteristics

Graph 5 belongs to Google's Material Symbols, which replaces static icon files with a variable font. Weight, Fill, Grade and Optical Size are all adjustable axes, so one file covers what used to need five. Optical Size is the most useful: the glyph is subtly redrawn for small sizes rather than just scaled down.

UX best practices

In dashboards and reports, the Graph 5 icon should be subordinate to the number or chart it labels. Hold data icons to one size and a single colour from your chart palette; using them as decoration rather than as labels is exactly what makes analytics screens feel noisy and hard to read.

Use in your project

React / npm — Material Symbols

/* Use Google Fonts CDN */
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet">

<!-- HTML usage: -->
<span class="material-symbols-outlined">graph_5</span>

Copy the SVG markup directly from the IconStash editor to use the Graph 5 icon without any npm package — paste it into HTML, JSX, or a design tool.

Inline SVG (copy & paste)

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" aria-label="graph-5 icon"><path fill="currentColor" d="M12 22.5q-1.25 0-2.125-.875T9 19.5q0-.975.563-1.75T11 16.675V14.85q-.275-.1-.525-.237t-.45-.338L8.45 15.2q.025.125.038.263t.012.287q0 1.25-.875 2.125T5.5 18.75t-2.125-.875T2.5 15.75t.875-2.125T5.5 12.75q.575 0 1.075.188t.9.537l1.55-.9Q9 12.45 8.987 12.3t-.012-.3t.013-.288t.037-.262l-1.55-.925q-.4.35-.9.538T5.5 11.25q-1.25 0-2.125-.875T2.5 8.25t.875-2.125T5.5 5.25t2.125.875T8.5 8.25q0 .15-.012.3t-.038.275l1.575.9q.2-.2.45-.325T11 9.175V7.35q-.875-.3-1.437-1.087T9 4.5q0-1.25.875-2.125T12 1.5t2.125.875T15 4.5q0 .975-.562 1.763T13 7.35v1.825q.275.1.513.238t.437.337l1.6-.95q-.025-.125-.038-.262T15.5 8.25q0-1.25.875-2.125T18.5 5.25t2.125.875t.875 2.125t-.875 2.125t-2.125.875q-.575 0-1.062-.187t-.888-.538l-1.625.95q.025.125.038.263t.012.262t-.012.275t-.038.275l1.625.925q.4-.35.888-.537t1.062-.188q1.25 0 2.125.875t.875 2.125t-.875 2.125t-2.125.875t-2.125-.875t-.875-2.125q0-.15.013-.288t.037-.262l-1.6-.925q-.2.2-.437.325t-.513.225v1.85q.875.3 1.438 1.075T15 19.5q0 1.25-.875 2.125T12 22.5m0-2q.425 0 .713-.288T13 19.5t-.288-.712T12 18.5t-.712.288T11 19.5t.288.713t.712.287m-6.5-3.75q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m13 0q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12 13q.425 0 .713-.288T13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13M5.5 9.25q.425 0 .713-.288T6.5 8.25t-.288-.712T5.5 7.25t-.712.288t-.288.712t.288.713t.712.287m13 0q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12 5.5q.425 0 .713-.288T13 4.5t-.288-.712T12 3.5t-.712.288T11 4.5t.288.713T12 5.5"/></svg>

Library & related icons

About Material Symbols

Google's newest icon format built on variable font technology. 18,500+ icons with four adjustable axes: Weight, Fill, Grade, and Optical Size — all from a single file.

  • Total icons: 18,547+
  • Style: variable
  • License: Apache 2.0
  • npm package: @material-symbols/svg-400
Browse all 18,547 Material Symbols icons →

People also search for

Frequently asked questions

What is the Graph 5 icon?

The Graph 5 icon is a fill-style SVG icon from the Material Symbols library, categorized under Data. It is designed for use in analytics dashboards, business intelligence tools, reporting platforms, data visualization apps, and KPI displays. On IconStash you can preview it, customize its color and size, and export it in SVG, PNG, JSX, or CSS formats directly from your browser.

Is the Graph 5 icon free to use?

Yes. Material Symbols is licensed under Apache 2.0, making it free for personal and commercial use. This means you can freely use the Graph 5 icon in personal, commercial, and open-source projects. IconStash provides SVG and PNG access at no cost with no login required.

How do I use the Graph 5 icon in React?

Install the package with `npm install @material-symbols/svg-400`, then import the component into your React file. IconStash's detail panel shows you the exact npm command, import statement, and JSX usage snippet for every icon — just click the Code tab and copy with one click.

What is the Material Symbols icon library?

Google's newest icon format built on variable font technology. 18,500+ icons with four adjustable axes: Weight, Fill, Grade, and Optical Size — all from a single file. It contains 18,547+ icons. IconStash indexes the complete Material Symbols collection alongside 27 other open-source libraries — 134,701 icons total — in a single unified search interface.

Can I download the Graph 5 icon as a PNG?

Yes. Open the Graph 5 icon in IconStash, set your desired pixel size (16px to 512px) in the detail panel, and click Download PNG. You can also export a multi-resolution ZIP pack containing 16, 24, 32, 48, 64, 128, 256, and 512px PNGs with a single click.

What does the fill icon style mean?

An icon in fill style uses a clean SVG vector format. This style is best suited for interface components. The Material Symbols Graph 5 icon follows this visual convention throughout the Material Symbols design system.

Can I change the Graph 5 icon's color and size before downloading?

Yes. In IconStash's editor panel, choose from six color presets (blue, slate, green, purple, red, teal) or enter a custom hex value. Drag the size slider (16–256px) or type an exact pixel value up to 512px. Changes apply instantly to the SVG preview, the PNG output, and the copied code.