Text Indent Increase RTL icon
The Text Indent Increase RTL 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.
Use the Text Indent Increase RTL 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 { TextIndentIncreaseRtl24Regular, TextIndentIncreaseRtl24Filled } from "@fluentui/react-icons";
export function Example() {
return <TextIndentIncreaseRtl24Regular aria-label="Text Indent Increase RTL" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_indent_increase_rtl_24_regular.svg" width="24" height="24" alt="Text Indent Increase RTL"> 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="M6.25 16C5.83579 16 5.5 16.3358 5.5 16.75C5.5 17.1642 5.83579 17.5 6.25 17.5H15.25C15.6642 17.5 16 17.1642 16 16.75C16 16.3358 15.6642 16 15.25 16H6.25ZM21.2803 9.21967C21.0141 8.9534 20.5974 8.9292 20.3038 9.14705L20.2197 9.21967L18.2197 11.2197C17.9534 11.4859 17.9292 11.9026 18.1471 12.1962L18.2197 12.2803L20.2197 14.2803C20.5126 14.5732 20.9874 14.5732 21.2803 14.2803C21.5466 14.0141 21.5708 13.5974 21.3529 13.3038L21.2803 13.2197L19.8107 11.75L21.2803 10.2803C21.5732 9.98744 21.5732 9.51256 21.2803 9.21967ZM3.25 11C2.83579 11 2.5 11.3358 2.5 11.75C2.5 12.1642 2.83579 12.5 3.25 12.5H15.25C15.6642 12.5 16 12.1642 16 11.75C16 11.3358 15.6642 11 15.25 11H3.25ZM6.25 6C5.83579 6 5.5 6.33579 5.5 6.75C5.5 7.16421 5.83579 7.5 6.25 7.5H15.25C15.6642 7.5 16 7.16421 16 6.75C16 6.33579 15.6642 6 15.25 6H6.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_rtl_24_regular.svg";Details
| Name | Text Indent Increase RTL |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_text_indent_increase_rtl_24_regular.svg |
| Filled file | ic_fluent_text_indent_increase_rtl_24_filled.svg |
| React components | TextIndentIncreaseRtl24Regular, TextIndentIncreaseRtl24Filled |
| License | MIT (© Microsoft Corporation) |
Related icons
Text Indent Increase RTL 90Text Indent Increase RTL Rotate 270Text Indent Decrease RTLText Indent Decrease RTL 90Text Indent Decrease RTL Rotate 270Text Indent IncreaseText Indent Increase LTRText Indent Increase LTR 90Text Indent Increase LTR Rotate 270Text Indent Increase Rotate 270Text Indent Increase Rotate 90Clipboard Text RTL