Text Align Justify Low Rotate 270 icon

Used in aligning blocks of text scenarios. Contains variants for Left, Center, Right, Justify, Justify Low, Distributed, and Rotate 90 & 270 scenarios. The Text Align Justify Low Rotate 270 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 Rotate 270 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 { TextAlignJustifyLowRotate27024Regular, TextAlignJustifyLowRotate27024Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M5.75 11C5.33579 11 5 10.6642 5 10.25V2.75C5 2.33579 5.33579 2 5.75 2C6.16421 2 6.5 2.33579 6.5 2.75V10.25C6.5 10.6642 6.16421 11 5.75 11ZM18.75 22C18.3358 22 18 21.6642 18 21.25V2.75C18 2.33579 18.3358 2 18.75 2C19.1642 2 19.5 2.33579 19.5 2.75V21.25C19.5 21.6642 19.1642 22 18.75 22ZM11.5 10.25C11.5 10.6642 11.8358 11 12.25 11C12.6642 11 13 10.6642 13 10.25V2.75C13 2.33579 12.6642 2 12.25 2C11.8358 2 11.5 2.33579 11.5 2.75V10.25Z" 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_rotate_270_24_regular.svg";

Details

NameText Align Justify Low Rotate 270
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_align_justify_low_rotate_270_24_regular.svg
Filled fileic_fluent_text_align_justify_low_rotate_270_24_filled.svg
React componentsTextAlignJustifyLowRotate27024Regular, TextAlignJustifyLowRotate27024Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatealignmentleftrightjustifylowdistributerotate

Related icons