Text Align Center Rotate 90 icon
Used in aligning blocks of text scenarios. Contains variants for Left, Center, Right, Justify, Justify Low, Distributed, and Rotate 90 & 270 scenarios. The Text Align Center 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 Align Center 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 { TextAlignCenterRotate9024Regular, TextAlignCenterRotate9024Filled } from "@fluentui/react-icons";
export function Example() {
return <TextAlignCenterRotate9024Regular aria-label="Text Align Center Rotate 90" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_align_center_rotate_90_24_regular.svg" width="24" height="24" alt="Text Align Center 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="M18.25 4C18.6642 4 19 4.33579 19 4.75V19.25C19 19.6642 18.6642 20 18.25 20C17.8358 20 17.5 19.6642 17.5 19.25V4.75C17.5 4.33579 17.8358 4 18.25 4ZM5.25 6C5.66421 6 6 6.33579 6 6.75V17.25C6 17.6642 5.66421 18 5.25 18C4.83579 18 4.5 17.6642 4.5 17.25V6.75C4.5 6.33579 4.83579 6 5.25 6ZM12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V21.25C11 21.6642 11.3358 22 11.75 22C12.1642 22 12.5 21.6642 12.5 21.25V2.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_align_center_rotate_90_24_regular.svg";Details
| Name | Text Align Center Rotate 90 |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_text_align_center_rotate_90_24_regular.svg |
| Filled file | ic_fluent_text_align_center_rotate_90_24_filled.svg |
| React components | TextAlignCenterRotate9024Regular, TextAlignCenterRotate9024Filled |
| License | MIT (© Microsoft Corporation) |
Keywords
typetexttypographyeditcreatealignmentleftrightjustifylowdistributerotate