Text Font Info icon

Used in general type creation and editing scenarios. The Text Font Info 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 Font Info 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 { TextFontInfo24Regular, TextFontInfo24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextFontInfo24Regular aria-label="Text Font Info" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_font_info_24_regular.svg" width="24" height="24" alt="Text Font Info">

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="M9.51083 2.00008C9.82443 2.00452 10.1021 2.20362 10.207 2.49919L13.3885 11.4653C12.9522 11.822 12.5631 12.2344 12.232 12.6915L9.46962 4.90659L6.33669 13L12.0218 13C11.7253 13.4632 11.4858 13.9665 11.3135 14.5L5.75605 14.5L4.19963 18.5207C4.0501 18.907 3.61574 19.099 3.22946 18.9494C2.84317 18.7999 2.65125 18.3655 2.80078 17.9793L8.80078 2.47925C8.91399 2.18678 9.19724 1.99563 9.51083 2.00008ZM17 16V19C17 19.2761 17.2239 19.5 17.5 19.5C17.7761 19.5 18 19.2761 18 19V16C18 15.7239 17.7761 15.5 17.5 15.5C17.2239 15.5 17 15.7239 17 16ZM18.25 13.75C18.25 14.1642 17.9142 14.5 17.5 14.5C17.0858 14.5 16.75 14.1642 16.75 13.75C16.75 13.3358 17.0858 13 17.5 13C17.9142 13 18.25 13.3358 18.25 13.75ZM23 16.5C23 19.5376 20.5376 22 17.5 22C14.4624 22 12 19.5376 12 16.5C12 13.4624 14.4624 11 17.5 11C20.5376 11 23 13.4624 23 16.5ZM22 16.5C22 14.0147 19.9853 12 17.5 12C15.0147 12 13 14.0147 13 16.5C13 18.9853 15.0147 21 17.5 21C19.9853 21 22 18.9853 22 16.5Z" 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_font_info_24_regular.svg";

Details

NameText Font Info
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_font_info_24_regular.svg
Filled fileic_fluent_text_font_info_24_filled.svg
React componentsTextFontInfo24Regular, TextFontInfo24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreateinformationdetailsletter

Related icons