Text Indent Decrease LTR Rotate 270 icon

The Text Indent Decrease LTR 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 Indent Decrease LTR 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 { TextIndentDecreaseLtrRotate27024Regular, TextIndentDecreaseLtrRotate27024Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextIndentDecreaseLtrRotate27024Regular aria-label="Text Indent Decrease LTR Rotate 270" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_indent_decrease_ltr_rotate_270_24_regular.svg" width="24" height="24" alt="Text Indent Decrease LTR 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="M16 6.25C16 5.83579 16.3358 5.5 16.75 5.5C17.1642 5.5 17.5 5.83579 17.5 6.25V15.25C17.5 15.6642 17.1642 16 16.75 16C16.3358 16 16 15.6642 16 15.25V6.25ZM11.2197 21.2803L9.21967 19.2803C8.92678 18.9874 8.92678 18.5126 9.21967 18.2197C9.48594 17.9534 9.9026 17.9292 10.1962 18.1471L10.2803 18.2197L11.75 19.6893L13.2197 18.2197C13.5126 17.9268 13.9874 17.9268 14.2803 18.2197C14.5466 18.4859 14.5708 18.9026 14.3529 19.1962L14.2803 19.2803L12.2803 21.2803C12.0141 21.5466 11.5974 21.5708 11.3038 21.3529L11.2197 21.2803ZM11 3.25C11 2.83579 11.3358 2.5 11.75 2.5C12.1642 2.5 12.5 2.83579 12.5 3.25V15.25C12.5 15.6642 12.1642 16 11.75 16C11.3358 16 11 15.6642 11 15.25V3.25ZM6 6.25C6 5.83579 6.33579 5.5 6.75 5.5C7.16421 5.5 7.5 5.83579 7.5 6.25V15.25C7.5 15.6642 7.16421 16 6.75 16C6.33579 16 6 15.6642 6 15.25V6.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_indent_decrease_ltr_rotate_270_24_regular.svg";

Details

NameText Indent Decrease LTR Rotate 270
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_indent_decrease_ltr_rotate_270_24_regular.svg
Filled fileic_fluent_text_indent_decrease_ltr_rotate_270_24_filled.svg
React componentsTextIndentDecreaseLtrRotate27024Regular, TextIndentDecreaseLtrRotate27024Filled
LicenseMIT (© Microsoft Corporation)

Related icons