Line Horizontal 3 icon

Used in generic scenarios.Note that we also have Navigation used in navigation moments. The Line Horizontal 3 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 Line Horizontal 3 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 { LineHorizontal324Regular, LineHorizontal324Filled } from "@fluentui/react-icons";

export function Example() {
  return <LineHorizontal324Regular aria-label="Line Horizontal 3" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_line_horizontal_3_24_regular.svg" width="24" height="24" alt="Line Horizontal 3">

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="M2.75281 17.9997H21.2528C21.667 17.9997 22.0028 18.3355 22.0028 18.7497C22.0028 19.1294 21.7207 19.4432 21.3546 19.4928L21.2528 19.4997H2.75281C2.3386 19.4997 2.00281 19.1639 2.00281 18.7497C2.00281 18.37 2.28497 18.0562 2.65104 18.0065L2.75281 17.9997H21.2528H2.75281ZM2.75281 11.5027H21.2528C21.667 11.5027 22.0028 11.8385 22.0028 12.2527C22.0028 12.6324 21.7207 12.9462 21.3546 12.9959L21.2528 13.0027H2.75281C2.3386 13.0027 2.00281 12.6669 2.00281 12.2527C2.00281 11.873 2.28497 11.5592 2.65104 11.5095L2.75281 11.5027H21.2528H2.75281ZM2.75195 5.00293H21.252C21.6662 5.00293 22.002 5.33872 22.002 5.75293C22.002 6.13263 21.7198 6.44642 21.3537 6.49608L21.252 6.50293H2.75195C2.33774 6.50293 2.00195 6.16714 2.00195 5.75293C2.00195 5.37323 2.28411 5.05944 2.65018 5.00978L2.75195 5.00293H21.252H2.75195Z" 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/line_horizontal_3_24_regular.svg";

Details

NameLine Horizontal 3
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_line_horizontal_3_24_regular.svg
Filled fileic_fluent_line_horizontal_3_24_filled.svg
React componentsLineHorizontal324Regular, LineHorizontal324Filled
LicenseMIT (© Microsoft Corporation)

Keywords

genericcreateonethreefiveerror

Related icons