Text Indent Decrease Rotate 90 icon
Used in general type creation and editing scenarios. Contains directional & rotation variants. The Text Indent Decrease 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.
Use the Text Indent Decrease 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 { TextIndentDecreaseRotate9024Regular, TextIndentDecreaseRotate9024Filled } from "@fluentui/react-icons";
export function Example() {
return <TextIndentDecreaseRotate9024Regular aria-label="Text Indent Decrease Rotate 90" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_indent_decrease_rotate_90_24_regular.svg" width="24" height="24" alt="Text Indent Decrease 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.75ZM12.7803 2.71967L14.7803 4.71967C15.0732 5.01256 15.0732 5.48744 14.7803 5.78033C14.5141 6.0466 14.0974 6.0708 13.8038 5.85295L13.7197 5.78033L12.25 4.31066L10.7803 5.78033C10.4874 6.07322 10.0126 6.07322 9.71967 5.78033C9.4534 5.51406 9.4292 5.0974 9.64705 4.80379L9.71967 4.71967L11.7197 2.71967C11.9859 2.4534 12.4026 2.4292 12.6962 2.64705L12.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_decrease_rotate_90_24_regular.svg";Details
| Name | Text Indent Decrease Rotate 90 |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_text_indent_decrease_rotate_90_24_regular.svg |
| Filled file | ic_fluent_text_indent_decrease_rotate_90_24_filled.svg |
| React components | TextIndentDecreaseRotate9024Regular, TextIndentDecreaseRotate9024Filled |
| License | MIT (© Microsoft Corporation) |