Text Column Three icon

Used in general type column creation scenarios. The Text Column Three 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 Text Column Three 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 { TextColumnThree24Regular, TextColumnThree24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextColumnThree24Regular aria-label="Text Column Three" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_column_three_24_regular.svg" width="24" height="24" alt="Text Column Three">

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="M3 5.75C3 5.33579 3.33579 5 3.75 5H7.25C7.66421 5 8 5.33579 8 5.75C8 6.16421 7.66421 6.5 7.25 6.5H3.75C3.33579 6.5 3 6.16421 3 5.75ZM9.5 5.75C9.5 5.33579 9.83579 5 10.25 5H13.75C14.1642 5 14.5 5.33579 14.5 5.75C14.5 6.16421 14.1642 6.5 13.75 6.5H10.25C9.83579 6.5 9.5 6.16421 9.5 5.75ZM16 5.75C16 5.33579 16.3358 5 16.75 5H20.25C20.6642 5 21 5.33579 21 5.75C21 6.16421 20.6642 6.5 20.25 6.5H16.75C16.3358 6.5 16 6.16421 16 5.75ZM3 9.75C3 9.33579 3.33579 9 3.75 9H7.25C7.66421 9 8 9.33579 8 9.75C8 10.1642 7.66421 10.5 7.25 10.5H3.75C3.33579 10.5 3 10.1642 3 9.75ZM9.5 9.75C9.5 9.33579 9.83579 9 10.25 9H13.75C14.1642 9 14.5 9.33579 14.5 9.75C14.5 10.1642 14.1642 10.5 13.75 10.5H10.25C9.83579 10.5 9.5 10.1642 9.5 9.75ZM16 9.75C16 9.33579 16.3358 9 16.75 9H20.25C20.6642 9 21 9.33579 21 9.75C21 10.1642 20.6642 10.5 20.25 10.5H16.75C16.3358 10.5 16 10.1642 16 9.75ZM3 13.75C3 13.3358 3.33579 13 3.75 13H7.25C7.66421 13 8 13.3358 8 13.75C8 14.1642 7.66421 14.5 7.25 14.5H3.75C3.33579 14.5 3 14.1642 3 13.75ZM9.5 13.75C9.5 13.3358 9.83579 13 10.25 13H13.75C14.1642 13 14.5 13.3358 14.5 13.75C14.5 14.1642 14.1642 14.5 13.75 14.5H10.25C9.83579 14.5 9.5 14.1642 9.5 13.75ZM16 13.75C16 13.3358 16.3358 13 16.75 13H20.25C20.6642 13 21 13.3358 21 13.75C21 14.1642 20.6642 14.5 20.25 14.5H16.75C16.3358 14.5 16 14.1642 16 13.75ZM3 17.75C3 17.3358 3.33579 17 3.75 17H7.25C7.66421 17 8 17.3358 8 17.75C8 18.1642 7.66421 18.5 7.25 18.5H3.75C3.33579 18.5 3 18.1642 3 17.75ZM9.5 17.75C9.5 17.3358 9.83579 17 10.25 17H13.75C14.1642 17 14.5 17.3358 14.5 17.75C14.5 18.1642 14.1642 18.5 13.75 18.5H10.25C9.83579 18.5 9.5 18.1642 9.5 17.75ZM16 17.75C16 17.3358 16.3358 17 16.75 17H20.25C20.6642 17 21 17.3358 21 17.75C21 18.1642 20.6642 18.5 20.25 18.5H16.75C16.3358 18.5 16 18.1642 16 17.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_column_three_24_regular.svg";

Details

NameText Column Three
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_column_three_24_regular.svg
Filled fileic_fluent_text_column_three_24_filled.svg
React componentsTextColumnThree24Regular, TextColumnThree24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatelayoutalignment

Related icons