Text Position Behind icon

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

export function Example() {
  return <TextPositionBehind24Regular aria-label="Text Position Behind" />;
}

Use it in HTML

Reference the SVG file directly:

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

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 4.75C3 4.33579 3.33579 4 3.75 4H20.25C20.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.75ZM9.5 11C9.5 9.61929 10.6193 8.5 12 8.5C13.3807 8.5 14.5 9.61929 14.5 11V15.75C14.5 16.1642 14.8358 16.5 15.25 16.5C15.6642 16.5 16 16.1642 16 15.75V11C16 8.79086 14.2091 7 12 7C9.79086 7 8 8.79086 8 11V15.75C8 16.1642 8.33579 16.5 8.75 16.5C9.16421 16.5 9.5 16.1642 9.5 15.75V11ZM20.25 12.5H17V11H20.25C20.6642 11 21 11.3358 21 11.75C21 12.1642 20.6642 12.5 20.25 12.5ZM3.75 12.5H7V11H3.75C3.33579 11 3 11.3358 3 11.75C3 12.1642 3.33579 12.5 3.75 12.5ZM3.75 18C3.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.75C21 18.3358 20.6642 18 20.25 18H3.75ZM10.5 11H13.5V12.5H10.5V11Z" 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_behind_24_regular.svg";

Details

NameText Position Behind
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_position_behind_24_regular.svg
Filled fileic_fluent_text_position_behind_24_filled.svg
React componentsTextPositionBehind24Regular, TextPositionBehind24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatebehindfrontlinesquarethroughtightnoodle

Related icons