TextBox Align Bottom Rotate 90 icon

Used to represent type layout within a container. The TextBox Align Bottom 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 TextBox Align Bottom 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 { TextboxAlignBottomRotate9024Regular, TextboxAlignBottomRotate9024Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextboxAlignBottomRotate9024Regular aria-label="TextBox Align Bottom Rotate 90" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_textbox_align_bottom_rotate_90_24_regular.svg" width="24" height="24" alt="TextBox Align Bottom 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="M21 5.75C21 4.23122 19.7688 3 18.25 3H5.75C4.23122 3 3 4.23122 3 5.75V18.25C3 19.7688 4.23122 21 5.75 21H18.25C19.7688 21 21 19.7688 21 18.25V5.75ZM18.25 4.5C18.9404 4.5 19.5 5.05964 19.5 5.75V18.25C19.5 18.9404 18.9404 19.5 18.25 19.5H5.75C5.05964 19.5 4.5 18.9404 4.5 18.25L4.5 5.75C4.5 5.05964 5.05964 4.5 5.75 4.5L18.25 4.5ZM12.5 7.25C12.5 6.83579 12.1642 6.5 11.75 6.5C11.3358 6.5 11 6.83579 11 7.25V16.75C11 17.1642 11.3358 17.5 11.75 17.5C12.1642 17.5 12.5 17.1642 12.5 16.75V7.25ZM8.5 7.25C8.5 6.83579 8.16421 6.5 7.75 6.5C7.33579 6.5 7 6.83579 7 7.25L7 16.75C7 17.1642 7.33579 17.5 7.75 17.5C8.16421 17.5 8.5 17.1642 8.5 16.75L8.5 7.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/textbox_align_bottom_rotate_90_24_regular.svg";

Details

NameTextBox Align Bottom Rotate 90
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_textbox_align_bottom_rotate_90_24_regular.svg
Filled fileic_fluent_textbox_align_bottom_rotate_90_24_filled.svg
React componentsTextboxAlignBottomRotate9024Regular, TextboxAlignBottomRotate9024Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatealignmentlayout

Related icons