Text Case Title icon

Used in general type creation and editing scenarios. Collection includes Text Case Lowercase, Text Case Title, Text Case Uppercase, Text Change Case. The Text Case Title 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 Case Title 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 { TextCaseTitle24Regular, TextCaseTitle24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TextCaseTitle24Regular aria-label="Text Case Title" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_text_case_title_24_regular.svg" width="24" height="24" alt="Text Case Title">

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="M15.75 3C15.3358 3 15 3.33579 15 3.75V19.25C15 19.6642 15.3358 20 15.75 20C16.1642 20 16.5 19.6642 16.5 19.25V19.013C17.1848 19.6306 18.0541 20 19 20C21.2091 20 23 17.9853 23 15.5C23 13.0147 21.2091 11 19 11C18.0541 11 17.1848 11.3694 16.5 11.987V3.75C16.5 3.33579 16.1642 3 15.75 3ZM16.5 15.5C16.5 13.6722 17.7805 12.5 19 12.5C20.2195 12.5 21.5 13.6722 21.5 15.5C21.5 17.3278 20.2195 18.5 19 18.5C17.7805 18.5 16.5 17.3278 16.5 15.5ZM7.76083 3.00008C8.07443 3.00452 8.35214 3.20362 8.45702 3.49919L13.957 18.9992C14.0955 19.3896 13.8914 19.8183 13.501 19.9568C13.1106 20.0953 12.6819 19.8912 12.5434 19.5008L11.1237 15.5L4.00605 15.5L2.44963 19.5207C2.3001 19.907 1.86574 20.099 1.47946 19.9494C1.09317 19.7999 0.901247 19.3655 1.05078 18.9793L7.05078 3.47925C7.16399 3.18678 7.44724 2.99563 7.76083 3.00008ZM7.71962 5.90659L4.58669 14L10.5915 14L7.71962 5.90659Z" 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_case_title_24_regular.svg";

Details

NameText Case Title
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_text_case_title_24_regular.svg
Filled fileic_fluent_text_case_title_24_filled.svg
React componentsTextCaseTitle24Regular, TextCaseTitle24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

typetexttypographyeditcreatecaseletter

Related icons