Text Paragraph Direction Left icon

Used in general type creation and editing scenarios. The Text Paragraph Direction Left 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 Paragraph Direction Left 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 { TextParagraphDirectionLeft24Regular, TextParagraphDirectionLeft24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextParagraphDirectionLeft24Regular aria-label="Text Paragraph Direction Left" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_paragraph_direction_left_24_regular.svg" width="24" height="24" alt="Text Paragraph Direction Left">

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="M8 8.5C8 5.46243 10.4624 3 13.5 3H20.0452C20.5725 3 21 3.33579 21 3.75C21 4.1297 20.6408 4.44349 20.1747 4.49315L20.0452 4.5H19.5V21.208C19.5 21.6454 19.1642 22 18.75 22C18.3358 22 18 21.6454 18 21.208V4.5H16.5V21.208C16.5 21.6454 16.1642 22 15.75 22C15.3358 22 15 21.6454 15 21.208V14H13.5C10.4624 14 8 11.5376 8 8.5ZM15 4.5H13.5C11.2909 4.5 9.5 6.29086 9.5 8.5C9.5 10.7091 11.2909 12.5 13.5 12.5H15V4.5ZM5.40104 14.8575C5.65663 15.0588 6.02788 15.0479 6.27155 14.8179C6.53959 14.5649 6.55176 14.1425 6.29873 13.8744L4.58525 12L6.29873 10.1256L6.36117 10.0489C6.54743 9.78213 6.51523 9.41212 6.27155 9.18209C6.00351 8.92906 5.5811 8.94123 5.32807 9.20927L3.18209 11.5418L3.11654 11.6231C2.94173 11.878 2.96358 12.2267 3.18209 12.4582L5.32807 14.7907L5.40104 14.8575Z" 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_paragraph_direction_left_24_regular.svg";

Details

NameText Paragraph Direction Left
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_paragraph_direction_left_24_regular.svg
Filled fileic_fluent_text_paragraph_direction_left_24_filled.svg
React componentsTextParagraphDirectionLeft24Regular, TextParagraphDirectionLeft24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreate

Related icons