Text Indent Increase RTL Rotate 270 icon

The Text Indent Increase RTL 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 Increase RTL 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 { TextIndentIncreaseRtlRotate27024Regular, TextIndentIncreaseRtlRotate27024Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextIndentIncreaseRtlRotate27024Regular aria-label="Text Indent Increase RTL Rotate 270" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_indent_increase_rtl_rotate_270_24_regular.svg" width="24" height="24" alt="Text Indent Increase RTL 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 17.75C16 18.1642 16.3358 18.5 16.75 18.5C17.1642 18.5 17.5 18.1642 17.5 17.75V8.75C17.5 8.33579 17.1642 8 16.75 8C16.3358 8 16 8.33579 16 8.75L16 17.75ZM9.21967 2.71967C8.9534 2.98594 8.9292 3.4026 9.14705 3.69621L9.21967 3.78033L11.2197 5.78033C11.4859 6.0466 11.9026 6.0708 12.1962 5.85295L12.2803 5.78033L14.2803 3.78033C14.5732 3.48744 14.5732 3.01256 14.2803 2.71967C14.0141 2.4534 13.5974 2.4292 13.3038 2.64705L13.2197 2.71967L11.75 4.18934L10.2803 2.71967C9.98744 2.42678 9.51256 2.42678 9.21967 2.71967ZM11 20.75C11 21.1642 11.3358 21.5 11.75 21.5C12.1642 21.5 12.5 21.1642 12.5 20.75V8.75C12.5 8.33579 12.1642 8 11.75 8C11.3358 8 11 8.33579 11 8.75V20.75ZM6 17.75C6 18.1642 6.33579 18.5 6.75 18.5C7.16421 18.5 7.5 18.1642 7.5 17.75L7.5 8.75C7.5 8.33579 7.16421 8 6.75 8C6.33579 8 6 8.33579 6 8.75L6 17.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_indent_increase_rtl_rotate_270_24_regular.svg";

Details

NameText Indent Increase RTL Rotate 270
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_indent_increase_rtl_rotate_270_24_regular.svg
Filled fileic_fluent_text_indent_increase_rtl_rotate_270_24_filled.svg
React componentsTextIndentIncreaseRtlRotate27024Regular, TextIndentIncreaseRtlRotate27024Filled
LicenseMIT (© Microsoft Corporation)

Related icons