Text Indent Decrease RTL Rotate 270 icon

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

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

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_indent_decrease_rtl_rotate_270_24_regular.svg" width="24" height="24" alt="Text Indent Decrease 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.75 18.5C16.3358 18.5 16 18.1642 16 17.75V8.75C16 8.33579 16.3358 8 16.75 8C17.1642 8 17.5 8.33579 17.5 8.75V17.75C17.5 18.1642 17.1642 18.5 16.75 18.5ZM11.75 21.5C11.3358 21.5 11 21.1642 11 20.75V8.75C11 8.33579 11.3358 8 11.75 8C12.1642 8 12.5 8.33579 12.5 8.75V20.75C12.5 21.1642 12.1642 21.5 11.75 21.5ZM6.75 18.5C6.33579 18.5 6 18.1642 6 17.75L6 8.75C6 8.33579 6.33579 8 6.75 8C7.16421 8 7.5 8.33579 7.5 8.75L7.5 17.75C7.5 18.1642 7.16421 18.5 6.75 18.5ZM9.14705 4.80379C8.9292 5.0974 8.9534 5.51406 9.21967 5.78033C9.51256 6.07322 9.98744 6.07322 10.2803 5.78033L11.75 4.31066L13.2197 5.78033L13.3038 5.85295C13.5974 6.0708 14.0141 6.0466 14.2803 5.78033C14.5732 5.48744 14.5732 5.01256 14.2803 4.71967L12.2803 2.71967L12.1962 2.64705C11.9026 2.4292 11.4859 2.4534 11.2197 2.71967L9.21967 4.71967L9.14705 4.80379Z" 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_rtl_rotate_270_24_regular.svg";

Details

NameText Indent Decrease RTL Rotate 270
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_indent_decrease_rtl_rotate_270_24_regular.svg
Filled fileic_fluent_text_indent_decrease_rtl_rotate_270_24_filled.svg
React componentsTextIndentDecreaseRtlRotate27024Regular, TextIndentDecreaseRtlRotate27024Filled
LicenseMIT (© Microsoft Corporation)

Related icons