Text Position Top Bottom icon

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

export function Example() {
  return <TextPositionTopBottom24Regular aria-label="Text Position Top Bottom" />;
}

Use it in HTML

Reference the SVG file directly:

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

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.75ZM3 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.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.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_top_bottom_24_regular.svg";

Details

NameText Position Top Bottom
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_position_top_bottom_24_regular.svg
Filled fileic_fluent_text_position_top_bottom_24_filled.svg
React componentsTextPositionTopBottom24Regular, TextPositionTopBottom24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatebehindfrontlinesquarethroughtightnoodle

Related icons