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