Data Bar Horizontal icon

The Data Bar Horizontal 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 Bar Horizontal 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 { DataBarHorizontal24Regular, DataBarHorizontal24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DataBarHorizontal24Regular aria-label="Data Bar Horizontal" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_data_bar_horizontal_24_regular.svg" width="24" height="24" alt="Data Bar Horizontal">

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="M21 18.251C21 17.0089 19.9931 16.002 18.7509 16.002H5.24908C4.00695 16.002 3 17.0089 3 18.251C3 19.4932 4.00695 20.5001 5.24908 20.5001H18.7509C19.9931 20.5001 21 19.4932 21 18.251ZM17 11.751C17 10.5089 15.9931 9.50195 14.7509 9.50195L5.24908 9.50195C4.00695 9.50195 3 10.5089 3 11.751C3 12.9932 4.00695 14.0001 5.24908 14.0001H14.7509C15.9931 14.0001 17 12.9932 17 11.751ZM13 5.25104C13 4.0089 11.9931 3.00195 10.7509 3.00195L5.24908 3.00195C4.00695 3.00195 3 4.0089 3 5.25104C3 6.49317 4.00695 7.50012 5.24908 7.50012L10.7509 7.50012C11.9931 7.50012 13 6.49317 13 5.25104ZM19.5 18.251C19.5 18.6647 19.1646 19.0001 18.7509 19.0001H5.24908C4.83538 19.0001 4.5 18.6647 4.5 18.251C4.5 17.8373 4.83538 17.502 5.24908 17.502H18.7509C19.1646 17.502 19.5 17.8373 19.5 18.251ZM15.5 11.751C15.5 12.1647 15.1646 12.5001 14.7509 12.5001H5.24908C4.83538 12.5001 4.5 12.1647 4.5 11.751C4.5 11.3373 4.83538 11.002 5.24908 11.002H14.7509C15.1646 11.002 15.5 11.3373 15.5 11.751ZM11.5 5.25104C11.5 5.66474 11.1646 6.00012 10.7509 6.00012L5.24908 6.00012C4.83538 6.00012 4.5 5.66474 4.5 5.25104C4.5 4.83733 4.83538 4.50195 5.24908 4.50195L10.7509 4.50195C11.1646 4.50195 11.5 4.83733 11.5 5.25104Z" 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_bar_horizontal_24_regular.svg";

Details

NameData Bar Horizontal
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_data_bar_horizontal_24_regular.svg
Filled fileic_fluent_data_bar_horizontal_24_filled.svg
React componentsDataBarHorizontal24Regular, DataBarHorizontal24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

datavizvisualizationchartmaptrendinggraph.usedindatavizscenarios.

Related icons