Data Histogram icon

The Data Histogram icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Data Histogram icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { DataHistogram24Regular, DataHistogram24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DataHistogram24Regular aria-label="Data Histogram" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_data_histogram_24_regular.svg" width="24" height="24" alt="Data Histogram">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.25 3C14.4926 3 15.5 4.00736 15.5 5.25V7H18.75C19.9926 7 21 8.00736 21 9.25V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V12.25C3 11.0074 4.00736 10 5.25 10H8.5V5.25C8.5 4.00736 9.50736 3 10.75 3H13.25ZM5.25 11.5C4.83579 11.5 4.5 11.8358 4.5 12.25V19.5H8.5V11.5H5.25ZM10.75 4.5C10.3358 4.5 10 4.83579 10 5.25V19.5H14V5.25C14 4.83579 13.6642 4.5 13.25 4.5H10.75ZM15.5 19.5H19.5V9.25C19.5 8.83579 19.1642 8.5 18.75 8.5H15.5V19.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/data_histogram_24_regular.svg";

Details

NameData Histogram
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_data_histogram_24_regular.svg
Filled fileic_fluent_data_histogram_24_filled.svg
React componentsDataHistogram24Regular, DataHistogram24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

datavizvisualizationchartmaptrendinggraph.usedindatavizscenarios.

Related icons