Text List Roman Numeral Uppercase icon
The Text List Roman Numeral Uppercase 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 List Roman Numeral Uppercase 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 { TextListRomanNumeralUppercase24Regular, TextListRomanNumeralUppercase24Filled } from "@fluentui/react-icons";
export function Example() {
return <TextListRomanNumeralUppercase24Regular aria-label="Text List Roman Numeral Uppercase" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_list_roman_numeral_uppercase_24_regular.svg" width="24" height="24" alt="Text List Roman Numeral Uppercase"> 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="M6 2.75C6 2.33579 5.66421 2 5.25 2C4.83579 2 4.5 2.33579 4.5 2.75V7.25C4.5 7.66421 4.83579 8 5.25 8C5.66421 8 6 7.66421 6 7.25V2.75ZM6 9.75C6 9.33579 5.66421 9 5.25 9C4.83579 9 4.5 9.33579 4.5 9.75V14.25C4.5 14.6642 4.83579 15 5.25 15C5.66421 15 6 14.6642 6 14.25V9.75ZM5.25 16C5.66421 16 6 16.3358 6 16.75V21.25C6 21.6642 5.66421 22 5.25 22C4.83579 22 4.5 21.6642 4.5 21.25V16.75C4.5 16.3358 4.83579 16 5.25 16ZM9.75 5C9.33579 5 9 5.33579 9 5.75C9 6.16421 9.33579 6.5 9.75 6.5H19.25C19.6642 6.5 20 6.16421 20 5.75C20 5.33579 19.6642 5 19.25 5H9.75ZM9.75 11.5C9.33579 11.5 9 11.8358 9 12.25C9 12.6642 9.33579 13 9.75 13H19.25C19.6642 13 20 12.6642 20 12.25C20 11.8358 19.6642 11.5 19.25 11.5H9.75ZM9.75 18C9.33579 18 9 18.3358 9 18.75C9 19.1642 9.33579 19.5 9.75 19.5H19.25C19.6642 19.5 20 19.1642 20 18.75C20 18.3358 19.6642 18 19.25 18H9.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_list_roman_numeral_uppercase_24_regular.svg";Details
| Name | Text List Roman Numeral Uppercase |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_text_list_roman_numeral_uppercase_24_regular.svg |
| Filled file | ic_fluent_text_list_roman_numeral_uppercase_24_filled.svg |
| React components | TextListRomanNumeralUppercase24Regular, TextListRomanNumeralUppercase24Filled |
| License | MIT (© Microsoft Corporation) |