Text Position Line icon
Used in general type creation and editing scenarios. The Text Position Line 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 Position Line 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 { TextPositionLine24Regular, TextPositionLine24Filled } from "@fluentui/react-icons";
export function Example() {
return <TextPositionLine24Regular aria-label="Text Position Line" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_position_line_24_regular.svg" width="24" height="24" alt="Text Position Line"> 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.75ZM7 8.5C5.61929 8.5 4.5 9.61929 4.5 11V15.75C4.5 16.1642 4.16421 16.5 3.75 16.5C3.33579 16.5 3 16.1642 3 15.75V11C3 8.79086 4.79086 7 7 7C9.20914 7 11 8.79086 11 11V15.75C11 16.1642 10.6642 16.5 10.25 16.5C9.83579 16.5 9.5 16.1642 9.5 15.75V11C9.5 9.61929 8.38071 8.5 7 8.5ZM13.75 14.5C13.3358 14.5 13 14.8358 13 15.25C13 15.6642 13.3358 16 13.75 16H20.25C20.6642 16 21 15.6642 21 15.25C21 14.8358 20.6642 14.5 20.25 14.5H13.75ZM3.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.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_position_line_24_regular.svg";Details
| Name | Text Position Line |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_text_position_line_24_regular.svg |
| Filled file | ic_fluent_text_position_line_24_filled.svg |
| React components | TextPositionLine24Regular, TextPositionLine24Filled |
| License | MIT (© Microsoft Corporation) |
Keywords
typetexttypographyeditcreatebehindfrontlinesquarethroughtightnoodle