Text Indent Increase Rotate 90 icon

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

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

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_indent_increase_rotate_90_24_regular.svg" width="24" height="24" alt="Text Indent Increase Rotate 90">

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 17.75C8 18.1642 7.66421 18.5 7.25 18.5C6.83579 18.5 6.5 18.1642 6.5 17.75V8.75C6.5 8.33579 6.83579 8 7.25 8C7.66421 8 8 8.33579 8 8.75V17.75ZM14.7803 2.71967C15.0466 2.98594 15.0708 3.4026 14.8529 3.69621L14.7803 3.78033L12.7803 5.78033C12.5141 6.0466 12.0974 6.0708 11.8038 5.85295L11.7197 5.78033L9.71967 3.78033C9.42678 3.48744 9.42678 3.01256 9.71967 2.71967C9.98594 2.4534 10.4026 2.4292 10.6962 2.64705L10.7803 2.71967L12.25 4.18934L13.7197 2.71967C14.0126 2.42678 14.4874 2.42678 14.7803 2.71967ZM13 20.75C13 21.1642 12.6642 21.5 12.25 21.5C11.8358 21.5 11.5 21.1642 11.5 20.75V8.75C11.5 8.33579 11.8358 8 12.25 8C12.6642 8 13 8.33579 13 8.75V20.75ZM18 17.75C18 18.1642 17.6642 18.5 17.25 18.5C16.8358 18.5 16.5 18.1642 16.5 17.75V8.75C16.5 8.33579 16.8358 8 17.25 8C17.6642 8 18 8.33579 18 8.75V17.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_rotate_90_24_regular.svg";

Details

NameText Indent Increase Rotate 90
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_indent_increase_rotate_90_24_regular.svg
Filled fileic_fluent_text_indent_increase_rotate_90_24_filled.svg
React componentsTextIndentIncreaseRotate9024Regular, TextIndentIncreaseRotate9024Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreate

Related icons