Text Align Justify Low 90 icon

The Text Align Justify Low 90 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 Text Align Justify Low 90 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 { TextAlignJustifyLow9024Regular, TextAlignJustifyLow9024Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextAlignJustifyLow9024Regular aria-label="Text Align Justify Low 90" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_align_justify_low_90_24_regular.svg" width="24" height="24" alt="Text Align Justify Low 90">

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="M18.25 13C18.6642 13 19 13.3358 19 13.75V21.25C19 21.6642 18.6642 22 18.25 22C17.8358 22 17.5 21.6642 17.5 21.25V13.75C17.5 13.3358 17.8358 13 18.25 13ZM5.25 2C5.66421 2 6 2.33579 6 2.75V21.25C6 21.6642 5.66421 22 5.25 22C4.83579 22 4.5 21.6642 4.5 21.25V2.75C4.5 2.33579 4.83579 2 5.25 2ZM12.5 13.75C12.5 13.3358 12.1642 13 11.75 13C11.3358 13 11 13.3358 11 13.75V21.25C11 21.6642 11.3358 22 11.75 22C12.1642 22 12.5 21.6642 12.5 21.25V13.75Z" 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/text_align_justify_low_90_24_regular.svg";

Details

NameText Align Justify Low 90
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_align_justify_low_90_24_regular.svg
Filled fileic_fluent_text_align_justify_low_90_24_filled.svg
React componentsTextAlignJustifyLow9024Regular, TextAlignJustifyLow9024Filled
LicenseMIT (© Microsoft Corporation)

Related icons