Text Position Front icon
Used in general type creation and editing scenarios. The Text Position Front 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 Front 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 { TextPositionFront24Regular, TextPositionFront24Filled } from "@fluentui/react-icons";
export function Example() {
return <TextPositionFront24Regular aria-label="Text Position Front" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_position_front_24_regular.svg" width="24" height="24" alt="Text Position Front"> 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.75ZM12 8.5C10.9748 8.5 10.0938 9.11705 9.70802 10H8.12602C8.57006 8.27477 10.1362 7 12 7C13.8638 7 15.4299 8.27477 15.874 10H14.292C13.9062 9.11705 13.0252 8.5 12 8.5ZM8 13.5H9.5V15.75C9.5 16.1642 9.16421 16.5 8.75 16.5C8.33579 16.5 8 16.1642 8 15.75V13.5ZM16 13.5H14.5V15.75C14.5 16.1642 14.8358 16.5 15.25 16.5C15.6642 16.5 16 16.1642 16 15.75V13.5ZM20.25 11C20.6642 11 21 11.3358 21 11.75C21 12.1642 20.6642 12.5 20.25 12.5H3.75C3.33579 12.5 3 12.1642 3 11.75C3 11.3358 3.33579 11 3.75 11H20.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.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_front_24_regular.svg";Details
| Name | Text Position Front |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_text_position_front_24_regular.svg |
| Filled file | ic_fluent_text_position_front_24_filled.svg |
| React components | TextPositionFront24Regular, TextPositionFront24Filled |
| License | MIT (© Microsoft Corporation) |
Keywords
typetexttypographyeditcreatebehindfrontlinesquarethroughtightnoodle