Text Position Square Right icon

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

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

Use it in HTML

Reference the SVG file directly:

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

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="M20.25 4C20.6642 4 21 4.33579 21 4.75C21 5.16421 20.6642 5.5 20.25 5.5H3.75C3.33579 5.5 3 5.16421 3 4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM10.75 7.5C11.1642 7.5 11.5 7.83579 11.5 8.25C11.5 8.66421 11.1642 9 10.75 9H3.75C3.33578 9 3 8.66421 3 8.25C3 7.83579 3.33578 7.5 3.75 7.5H10.75ZM11.5 15.25C11.5 14.8358 11.1642 14.5 10.75 14.5H3.75C3.33578 14.5 3 14.8358 3 15.25C3 15.6642 3.33578 16 3.75 16H10.75C11.1642 16 11.5 15.6642 11.5 15.25ZM10.75 11C11.1642 11 11.5 11.3358 11.5 11.75C11.5 12.1642 11.1642 12.5 10.75 12.5H3.75C3.33578 12.5 3 12.1642 3 11.75C3 11.3358 3.33578 11 3.75 11H10.75ZM21 18.75C21 18.3358 20.6642 18 20.25 18H3.75C3.33579 18 3 18.3358 3 18.75C3 19.1642 3.33579 19.5 3.75 19.5H20.25C20.6642 19.5 21 19.1642 21 18.75ZM19.5 11C19.5 9.61929 18.3807 8.5 17 8.5C15.6193 8.5 14.5 9.61929 14.5 11V15.75C14.5 16.1642 14.1642 16.5 13.75 16.5C13.3358 16.5 13 16.1642 13 15.75V11C13 8.79086 14.7909 7 17 7C19.2091 7 21 8.79086 21 11V15.75C21 16.1642 20.6642 16.5 20.25 16.5C19.8358 16.5 19.5 16.1642 19.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_right_24_regular.svg";

Details

NameText Position Square Right
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_position_square_right_24_regular.svg
Filled fileic_fluent_text_position_square_right_24_filled.svg
React componentsTextPositionSquareRight24Regular, TextPositionSquareRight24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatebehindfrontlinesquarethroughtightnoodle

Related icons