Text Indent Increase Rotate 270 icon

Used in general type creation and editing scenarios. Contains directional & rotation variants. The Text Indent Increase 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 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 { TextIndentIncreaseRotate27024Regular, TextIndentIncreaseRotate27024Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_indent_increase_rotate_270_24_regular.svg" width="24" height="24" alt="Text Indent Increase 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.25ZM9.21967 21.2803C8.9534 21.0141 8.9292 20.5974 9.14705 20.3038L9.21967 20.2197L11.2197 18.2197C11.4859 17.9534 11.9026 17.9292 12.1962 18.1471L12.2803 18.2197L14.2803 20.2197C14.5732 20.5126 14.5732 20.9874 14.2803 21.2803C14.0141 21.5466 13.5974 21.5708 13.3038 21.3529L13.2197 21.2803L11.75 19.8107L10.2803 21.2803C9.98744 21.5732 9.51256 21.5732 9.21967 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_increase_rotate_270_24_regular.svg";

Details

NameText Indent Increase Rotate 270
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_indent_increase_rotate_270_24_regular.svg
Filled fileic_fluent_text_indent_increase_rotate_270_24_filled.svg
React componentsTextIndentIncreaseRotate27024Regular, TextIndentIncreaseRotate27024Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreate

Related icons