Text First Line icon

Used in general type creation and editing scenarios. The Text First 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.

Regular (outlined)

SVG

Filled

SVG

Use the Text First 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 { TextFirstLine24Regular, TextFirstLine24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextFirstLine24Regular aria-label="Text First Line" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_first_line_24_regular.svg" width="24" height="24" alt="Text First 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.78033 3.21967C3.48744 2.92678 3.01256 2.92678 2.71967 3.21967C2.42678 3.51256 2.42678 3.98744 2.71967 4.28033L4.18934 5.75L2.71967 7.21967C2.42678 7.51256 2.42678 7.98744 2.71967 8.28033C3.01256 8.57322 3.48744 8.57322 3.78033 8.28033L5.78033 6.28033C6.07322 5.98744 6.07322 5.51256 5.78033 5.21967L3.78033 3.21967ZM9.75 5C9.33579 5 9 5.33579 9 5.75C9 6.16421 9.33579 6.5 9.75 6.5H21.25C21.6642 6.5 22 6.16421 22 5.75C22 5.33579 21.6642 5 21.25 5H9.75ZM2.75 18C2.33579 18 2 18.3358 2 18.75C2 19.1642 2.33579 19.5 2.75 19.5H21.25C21.6642 19.5 22 19.1642 22 18.75C22 18.3358 21.6642 18 21.25 18H2.75ZM2 12.25C2 11.8358 2.33579 11.5 2.75 11.5H21.25C21.6642 11.5 22 11.8358 22 12.25C22 12.6642 21.6642 13 21.25 13H2.75C2.33579 13 2 12.6642 2 12.25Z" 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_first_line_24_regular.svg";

Details

NameText First Line
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_first_line_24_regular.svg
Filled fileic_fluent_text_first_line_24_filled.svg
React componentsTextFirstLine24Regular, TextFirstLine24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreate

Related icons