text number list ltr icon
text-number-list-ltr-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- text-number-list-ltr-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text number list ltr icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.5 19c1.202 0 2.5.793 2.5 2.125c0 .56-.232 1.024-.588 1.374c.356.351.588.815.588 1.375C8 25.206 6.702 26 5.5 26a3.8 3.8 0 0 1-1.873-.471a3 3 0 0 1-.49-.34a2 2 0 0 1-.197-.19l-.002-.003l-.002-.001a.75.75 0 0 1 1.126-.992L4.06 24c.053.054.514.5 1.44.5c.73 0 .999-.439 1-.626c-.001-.186-.27-.624-1-.625h-.25a.75.75 0 0 1 0-1.5h.25c.73 0 .999-.438 1-.624c-.001-.187-.27-.625-1-.625c-.925 0-1.386.445-1.44.498v-.003a.75.75 0 0 1-1.125-.99c.066-.066.128-.132.2-.194c.115-.097.278-.22.491-.34A3.8 3.8 0 0 1 5.5 19m17.75 2a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5zM5.5 10.5c1.268 0 2.5.903 2.5 2.25c0 .749-.365 1.284-.803 1.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73h2.45a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75c0-1.62 1.32-2.342 2.137-2.792c.47-.26.819-.447 1.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44 0-.86.174-1.173.48l.001-.001v-.001a.75.75 0 1 1-1.156-.955c.052-.052.096-.11.183-.19A3.16 3.16 0 0 1 5.5 10.5M23.25 13a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5zM5.922 2.02a.75.75 0 0 1 .578.73v5.5a.75.75 0 0 1-1.5 0V4.975a5 5 0 0 1-.864.667a.75.75 0 0 1-.772-1.287c.504-.302.935-.776 1.25-1.206a5 5 0 0 0 .465-.736a.75.75 0 0 1 .843-.394M23.25 5a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextNumberListLtr28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.5 19c1.202 0 2.5.793 2.5 2.125c0 .56-.232 1.024-.588 1.374c.356.351.588.815.588 1.375C8 25.206 6.702 26 5.5 26a3.8 3.8 0 0 1-1.873-.471a3 3 0 0 1-.49-.34a2 2 0 0 1-.197-.19l-.002-.003l-.002-.001a.75.75 0 0 1 1.126-.992L4.06 24c.053.054.514.5 1.44.5c.73 0 .999-.439 1-.626c-.001-.186-.27-.624-1-.625h-.25a.75.75 0 0 1 0-1.5h.25c.73 0 .999-.438 1-.624c-.001-.187-.27-.625-1-.625c-.925 0-1.386.445-1.44.498v-.003a.75.75 0 0 1-1.125-.99c.066-.066.128-.132.2-.194c.115-.097.278-.22.491-.34A3.8 3.8 0 0 1 5.5 19m17.75 2a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5zM5.5 10.5c1.268 0 2.5.903 2.5 2.25c0 .749-.365 1.284-.803 1.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73h2.45a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75c0-1.62 1.32-2.342 2.137-2.792c.47-.26.819-.447 1.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44 0-.86.174-1.173.48l.001-.001v-.001a.75.75 0 1 1-1.156-.955c.052-.052.096-.11.183-.19A3.16 3.16 0 0 1 5.5 10.5M23.25 13a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5zM5.922 2.02a.75.75 0 0 1 .578.73v5.5a.75.75 0 0 1-1.5 0V4.975a5 5 0 0 1-.864.667a.75.75 0 0 1-.772-1.287c.504-.302.935-.776 1.25-1.206a5 5 0 0 0 .465-.736a.75.75 0 0 1 .843-.394M23.25 5a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.5 19c1.202 0 2.5.793 2.5 2.125c0 .56-.232 1.024-.588 1.374c.356.351.588.815.588 1.375C8 25.206 6.702 26 5.5 26a3.8 3.8 0 0 1-1.873-.471a3 3 0 0 1-.49-.34a2 2 0 0 1-.197-.19l-.002-.003l-.002-.001a.75.75 0 0 1 1.126-.992L4.06 24c.053.054.514.5 1.44.5c.73 0 .999-.439 1-.626c-.001-.186-.27-.624-1-.625h-.25a.75.75 0 0 1 0-1.5h.25c.73 0 .999-.438 1-.624c-.001-.187-.27-.625-1-.625c-.925 0-1.386.445-1.44.498v-.003a.75.75 0 0 1-1.125-.99c.066-.066.128-.132.2-.194c.115-.097.278-.22.491-.34A3.8 3.8 0 0 1 5.5 19m17.75 2a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5zM5.5 10.5c1.268 0 2.5.903 2.5 2.25c0 .749-.365 1.284-.803 1.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73h2.45a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75c0-1.62 1.32-2.342 2.137-2.792c.47-.26.819-.447 1.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44 0-.86.174-1.173.48l.001-.001v-.001a.75.75 0 1 1-1.156-.955c.052-.052.096-.11.183-.19A3.16 3.16 0 0 1 5.5 10.5M23.25 13a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5zM5.922 2.02a.75.75 0 0 1 .578.73v5.5a.75.75 0 0 1-1.5 0V4.975a5 5 0 0 1-.864.667a.75.75 0 0 1-.772-1.287c.504-.302.935-.776 1.25-1.206a5 5 0 0 0 .465-.736a.75.75 0 0 1 .843-.394M23.25 5a.75.75 0 0 1 0 1.5h-11.5a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-text-number-list-ltr-28-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%2019c1.202%200%202.5.793%202.5%202.125c0%20.56-.232%201.024-.588%201.374c.356.351.588.815.588%201.375C8%2025.206%206.702%2026%205.5%2026a3.8%203.8%200%200%201-1.873-.471a3%203%200%200%201-.49-.34a2%202%200%200%201-.197-.19l-.002-.003l-.002-.001a.75.75%200%200%201%201.126-.992L4.06%2024c.053.054.514.5%201.44.5c.73%200%20.999-.439%201-.626c-.001-.186-.27-.624-1-.625h-.25a.75.75%200%200%201%200-1.5h.25c.73%200%20.999-.438%201-.624c-.001-.187-.27-.625-1-.625c-.925%200-1.386.445-1.44.498v-.003a.75.75%200%200%201-1.125-.99c.066-.066.128-.132.2-.194c.115-.097.278-.22.491-.34A3.8%203.8%200%200%201%205.5%2019m17.75%202a.75.75%200%200%201%200%201.5h-11.5a.75.75%200%200%201%200-1.5zM5.5%2010.5c1.268%200%202.5.903%202.5%202.25c0%20.749-.365%201.284-.803%201.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73h2.45a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75c0-1.62%201.32-2.342%202.137-2.792c.47-.26.819-.447%201.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44%200-.86.174-1.173.48l.001-.001v-.001a.75.75%200%201%201-1.156-.955c.052-.052.096-.11.183-.19A3.16%203.16%200%200%201%205.5%2010.5M23.25%2013a.75.75%200%200%201%200%201.5h-11.5a.75.75%200%200%201%200-1.5zM5.922%202.02a.75.75%200%200%201%20.578.73v5.5a.75.75%200%200%201-1.5%200V4.975a5%205%200%200%201-.864.667a.75.75%200%200%201-.772-1.287c.504-.302.935-.776%201.25-1.206a5%205%200%200%200%20.465-.736a.75.75%200%200%201%20.843-.394M23.25%205a.75.75%200%200%201%200%201.5h-11.5a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%2019c1.202%200%202.5.793%202.5%202.125c0%20.56-.232%201.024-.588%201.374c.356.351.588.815.588%201.375C8%2025.206%206.702%2026%205.5%2026a3.8%203.8%200%200%201-1.873-.471a3%203%200%200%201-.49-.34a2%202%200%200%201-.197-.19l-.002-.003l-.002-.001a.75.75%200%200%201%201.126-.992L4.06%2024c.053.054.514.5%201.44.5c.73%200%20.999-.439%201-.626c-.001-.186-.27-.624-1-.625h-.25a.75.75%200%200%201%200-1.5h.25c.73%200%20.999-.438%201-.624c-.001-.187-.27-.625-1-.625c-.925%200-1.386.445-1.44.498v-.003a.75.75%200%200%201-1.125-.99c.066-.066.128-.132.2-.194c.115-.097.278-.22.491-.34A3.8%203.8%200%200%201%205.5%2019m17.75%202a.75.75%200%200%201%200%201.5h-11.5a.75.75%200%200%201%200-1.5zM5.5%2010.5c1.268%200%202.5.903%202.5%202.25c0%20.749-.365%201.284-.803%201.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73h2.45a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75c0-1.62%201.32-2.342%202.137-2.792c.47-.26.819-.447%201.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44%200-.86.174-1.173.48l.001-.001v-.001a.75.75%200%201%201-1.156-.955c.052-.052.096-.11.183-.19A3.16%203.16%200%200%201%205.5%2010.5M23.25%2013a.75.75%200%200%201%200%201.5h-11.5a.75.75%200%200%201%200-1.5zM5.922%202.02a.75.75%200%200%201%20.578.73v5.5a.75.75%200%200%201-1.5%200V4.975a5%205%200%200%201-.864.667a.75.75%200%200%201-.772-1.287c.504-.302.935-.776%201.25-1.206a5%205%200%200%200%20.465-.736a.75.75%200%200%201%20.843-.394M23.25%205a.75.75%200%200%201%200%201.5h-11.5a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-number-list-ltr-28-regular.svg?color=%231a73e8&size=48