Text Position Square Left icon

Used in general type creation and editing scenarios. The Text Position Square Left 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 Position Square Left 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 { TextPositionSquareLeft24Regular, TextPositionSquareLeft24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextPositionSquareLeft24Regular aria-label="Text Position Square Left" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_position_square_left_24_regular.svg" width="24" height="24" alt="Text Position Square Left">

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.75 4C3.33579 4 3 4.33579 3 4.75C3 5.16421 3.33579 5.5 3.75 5.5H20.25C20.6642 5.5 21 5.16421 21 4.75C21 4.33579 20.6642 4 20.25 4H3.75ZM13.25 7.5C12.8358 7.5 12.5 7.83579 12.5 8.25C12.5 8.66421 12.8358 9 13.25 9H20.25C20.6642 9 21 8.66421 21 8.25C21 7.83579 20.6642 7.5 20.25 7.5H13.25ZM12.5 15.25C12.5 14.8358 12.8358 14.5 13.25 14.5H20.25C20.6642 14.5 21 14.8358 21 15.25C21 15.6642 20.6642 16 20.25 16H13.25C12.8358 16 12.5 15.6642 12.5 15.25ZM13.25 11C12.8358 11 12.5 11.3358 12.5 11.75C12.5 12.1642 12.8358 12.5 13.25 12.5H20.25C20.6642 12.5 21 12.1642 21 11.75C21 11.3358 20.6642 11 20.25 11H13.25ZM3 18.75C3 18.3358 3.33579 18 3.75 18H20.25C20.6642 18 21 18.3358 21 18.75C21 19.1642 20.6642 19.5 20.25 19.5H3.75C3.33579 19.5 3 19.1642 3 18.75ZM4.5 11C4.5 9.61929 5.61929 8.5 7 8.5C8.38071 8.5 9.5 9.61929 9.5 11V15.75C9.5 16.1642 9.83579 16.5 10.25 16.5C10.6642 16.5 11 16.1642 11 15.75V11C11 8.79086 9.20914 7 7 7C4.79086 7 3 8.79086 3 11V15.75C3 16.1642 3.33579 16.5 3.75 16.5C4.16421 16.5 4.5 16.1642 4.5 15.75V11Z" 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_position_square_left_24_regular.svg";

Details

NameText Position Square Left
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_position_square_left_24_regular.svg
Filled fileic_fluent_text_position_square_left_24_filled.svg
React componentsTextPositionSquareLeft24Regular, TextPositionSquareLeft24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatebehindfrontlinesquarethroughtightnoodle

Related icons