Text Align Distributed 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 Distributed 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 Distributed 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 { TextAlignDistributed24Regular, TextAlignDistributed24Filled } from "@fluentui/react-icons";
export function Example() {
return <TextAlignDistributed24Regular aria-label="Text Align Distributed" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_align_distributed_24_regular.svg" width="24" height="24" alt="Text Align Distributed"> 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="M5.28033 7.21967L4.56066 6.5L21.25 6.5C21.6642 6.5 22 6.16421 22 5.75C22 5.33579 21.6642 5 21.25 5L4.56066 5L5.28033 4.28033C5.57322 3.98744 5.57322 3.51256 5.28033 3.21967C4.98744 2.92678 4.51256 2.92678 4.21967 3.21967L2.21967 5.21967C1.92678 5.51256 1.92678 5.98744 2.21967 6.28033L4.21967 8.28033C4.51256 8.57322 4.98744 8.57322 5.28033 8.28033C5.57322 7.98744 5.57322 7.51256 5.28033 7.21967ZM2.75 11.5C2.33579 11.5 2 11.8358 2 12.25C2 12.6642 2.33579 13 2.75 13H21.25C21.6642 13 22 12.6642 22 12.25C22 11.8358 21.6642 11.5 21.25 11.5H2.75ZM2.75 19.5H19.4393L18.7197 20.2197C18.4268 20.5126 18.4268 20.9874 18.7197 21.2803C19.0126 21.5732 19.4874 21.5732 19.7803 21.2803L21.7803 19.2803C22.0732 18.9874 22.0732 18.5126 21.7803 18.2197L19.7803 16.2197C19.4874 15.9268 19.0126 15.9268 18.7197 16.2197C18.4268 16.5126 18.4268 16.9874 18.7197 17.2803L19.4393 18H2.75C2.33579 18 2 18.3358 2 18.75C2 19.1642 2.33579 19.5 2.75 19.5Z" 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_distributed_24_regular.svg";Details
| Name | Text Align Distributed |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_text_align_distributed_24_regular.svg |
| Filled file | ic_fluent_text_align_distributed_24_filled.svg |
| React components | TextAlignDistributed24Regular, TextAlignDistributed24Filled |
| License | MIT (© Microsoft Corporation) |
Keywords
typetexttypographyeditcreatealignmentleftrightjustifylowdistributerotate