Text Indent Increase icon

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

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

Use it in HTML

Reference the SVG file directly:

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

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="M17.75 16C18.1642 16 18.5 16.3358 18.5 16.75C18.5 17.1642 18.1642 17.5 17.75 17.5H8.75C8.33579 17.5 8 17.1642 8 16.75C8 16.3358 8.33579 16 8.75 16H17.75ZM2.71967 9.21967C2.98594 8.9534 3.4026 8.9292 3.69621 9.14705L3.78033 9.21967L5.78033 11.2197C6.0466 11.4859 6.0708 11.9026 5.85295 12.1962L5.78033 12.2803L3.78033 14.2803C3.48744 14.5732 3.01256 14.5732 2.71967 14.2803C2.4534 14.0141 2.4292 13.5974 2.64705 13.3038L2.71967 13.2197L4.18934 11.75L2.71967 10.2803C2.42678 9.98744 2.42678 9.51256 2.71967 9.21967ZM20.75 11C21.1642 11 21.5 11.3358 21.5 11.75C21.5 12.1642 21.1642 12.5 20.75 12.5H8.75C8.33579 12.5 8 12.1642 8 11.75C8 11.3358 8.33579 11 8.75 11H20.75ZM17.75 6C18.1642 6 18.5 6.33579 18.5 6.75C18.5 7.16421 18.1642 7.5 17.75 7.5H8.75C8.33579 7.5 8 7.16421 8 6.75C8 6.33579 8.33579 6 8.75 6H17.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_24_regular.svg";

Details

NameText Indent Increase
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_indent_increase_24_regular.svg
Filled fileic_fluent_text_indent_increase_24_filled.svg
React componentsTextIndentIncrease24Regular, TextIndentIncrease24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreate

Related icons