text number list ltr icon
text-number-list-ltr-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- text-number-list-ltr-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M5 1.5a.5.5 0 0 0-.385-.487a.51.51 0 0 0-.564.266a3.5 3.5 0 0 1-.317.471a3 3 0 0 1-.957.803a.5.5 0 1 0 .447.894c.3-.15.558-.336.776-.529V5.5a.5.5 0 0 0 1 0zM2.646 7.646a.5.5 0 0 0 .704.71l.007-.005l.043-.036A1.5 1.5 0 0 1 4.313 8c.227.004.41.065.524.149c.096.07.163.17.163.351c0 .202-.07.32-.21.436c-.152.126-.349.224-.619.357l-.145.072c-.313.157-.702.364-1.005.697c-.322.354-.521.819-.521 1.438a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1H3.59a1 1 0 0 1 .17-.265c.166-.183.402-.32.714-.475l.12-.06c.263-.128.585-.286.835-.496C5.758 9.431 6 9.048 6 8.5c0-.504-.223-.9-.568-1.155C5.106 7.103 4.7 7.006 4.326 7h-.009a2.5 2.5 0 0 0-1.655.632l-.01.008l-.003.004l-.001.001zm.016-.014l-.016.014s.101-.09.016-.014M4.25 15a.5.5 0 1 0 0 1c.343 0 .532.097.628.183a.37.37 0 0 1 .129.298c-.008.194-.186.519-.757.519c-.412 0-.626-.102-.723-.166a.4.4 0 0 1-.088-.076l-.004-.005a.5.5 0 0 0-.882.47v.002l.001.001l.002.004l.003.006l.01.016l.023.04q.029.046.079.106c.067.08.165.177.302.268c.278.186.69.334 1.277.334c1.03 0 1.726-.675 1.756-1.481a1.37 1.37 0 0 0-.396-1.02c.278-.282.41-.65.396-1.018C5.976 13.675 5.279 13 4.25 13c-.587 0-.999.148-1.277.334a1.4 1.4 0 0 0-.38.374l-.025.04l-.009.016l-.003.006l-.002.003v.002l-.001.001a.5.5 0 0 0 .882.47l.004-.004a.4.4 0 0 1 .088-.076c.097-.064.31-.166.723-.166c.57 0 .75.325.757.519a.37.37 0 0 1-.13.298c-.095.086-.284.183-.627.183m-.815-.753l-.002.003v-.001l.005-.008l.004-.008l.003-.004l.001-.003l.001-.002zM8.5 4a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1zm0 5a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1zM8 14.5a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1h-8a.5.5 0 0 1-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextNumberListLtr20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 1.5a.5.5 0 0 0-.385-.487a.51.51 0 0 0-.564.266a3.5 3.5 0 0 1-.317.471a3 3 0 0 1-.957.803a.5.5 0 1 0 .447.894c.3-.15.558-.336.776-.529V5.5a.5.5 0 0 0 1 0zM2.646 7.646a.5.5 0 0 0 .704.71l.007-.005l.043-.036A1.5 1.5 0 0 1 4.313 8c.227.004.41.065.524.149c.096.07.163.17.163.351c0 .202-.07.32-.21.436c-.152.126-.349.224-.619.357l-.145.072c-.313.157-.702.364-1.005.697c-.322.354-.521.819-.521 1.438a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1H3.59a1 1 0 0 1 .17-.265c.166-.183.402-.32.714-.475l.12-.06c.263-.128.585-.286.835-.496C5.758 9.431 6 9.048 6 8.5c0-.504-.223-.9-.568-1.155C5.106 7.103 4.7 7.006 4.326 7h-.009a2.5 2.5 0 0 0-1.655.632l-.01.008l-.003.004l-.001.001zm.016-.014l-.016.014s.101-.09.016-.014M4.25 15a.5.5 0 1 0 0 1c.343 0 .532.097.628.183a.37.37 0 0 1 .129.298c-.008.194-.186.519-.757.519c-.412 0-.626-.102-.723-.166a.4.4 0 0 1-.088-.076l-.004-.005a.5.5 0 0 0-.882.47v.002l.001.001l.002.004l.003.006l.01.016l.023.04q.029.046.079.106c.067.08.165.177.302.268c.278.186.69.334 1.277.334c1.03 0 1.726-.675 1.756-1.481a1.37 1.37 0 0 0-.396-1.02c.278-.282.41-.65.396-1.018C5.976 13.675 5.279 13 4.25 13c-.587 0-.999.148-1.277.334a1.4 1.4 0 0 0-.38.374l-.025.04l-.009.016l-.003.006l-.002.003v.002l-.001.001a.5.5 0 0 0 .882.47l.004-.004a.4.4 0 0 1 .088-.076c.097-.064.31-.166.723-.166c.57 0 .75.325.757.519a.37.37 0 0 1-.13.298c-.095.086-.284.183-.627.183m-.815-.753l-.002.003v-.001l.005-.008l.004-.008l.003-.004l.001-.003l.001-.002zM8.5 4a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1zm0 5a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1zM8 14.5a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1h-8a.5.5 0 0 1-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 1.5a.5.5 0 0 0-.385-.487a.51.51 0 0 0-.564.266a3.5 3.5 0 0 1-.317.471a3 3 0 0 1-.957.803a.5.5 0 1 0 .447.894c.3-.15.558-.336.776-.529V5.5a.5.5 0 0 0 1 0zM2.646 7.646a.5.5 0 0 0 .704.71l.007-.005l.043-.036A1.5 1.5 0 0 1 4.313 8c.227.004.41.065.524.149c.096.07.163.17.163.351c0 .202-.07.32-.21.436c-.152.126-.349.224-.619.357l-.145.072c-.313.157-.702.364-1.005.697c-.322.354-.521.819-.521 1.438a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1H3.59a1 1 0 0 1 .17-.265c.166-.183.402-.32.714-.475l.12-.06c.263-.128.585-.286.835-.496C5.758 9.431 6 9.048 6 8.5c0-.504-.223-.9-.568-1.155C5.106 7.103 4.7 7.006 4.326 7h-.009a2.5 2.5 0 0 0-1.655.632l-.01.008l-.003.004l-.001.001zm.016-.014l-.016.014s.101-.09.016-.014M4.25 15a.5.5 0 1 0 0 1c.343 0 .532.097.628.183a.37.37 0 0 1 .129.298c-.008.194-.186.519-.757.519c-.412 0-.626-.102-.723-.166a.4.4 0 0 1-.088-.076l-.004-.005a.5.5 0 0 0-.882.47v.002l.001.001l.002.004l.003.006l.01.016l.023.04q.029.046.079.106c.067.08.165.177.302.268c.278.186.69.334 1.277.334c1.03 0 1.726-.675 1.756-1.481a1.37 1.37 0 0 0-.396-1.02c.278-.282.41-.65.396-1.018C5.976 13.675 5.279 13 4.25 13c-.587 0-.999.148-1.277.334a1.4 1.4 0 0 0-.38.374l-.025.04l-.009.016l-.003.006l-.002.003v.002l-.001.001a.5.5 0 0 0 .882.47l.004-.004a.4.4 0 0 1 .088-.076c.097-.064.31-.166.723-.166c.57 0 .75.325.757.519a.37.37 0 0 1-.13.298c-.095.086-.284.183-.627.183m-.815-.753l-.002.003v-.001l.005-.008l.004-.008l.003-.004l.001-.003l.001-.002zM8.5 4a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1zm0 5a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1zM8 14.5a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1h-8a.5.5 0 0 1-.5-.5"/></svg> </template>
CSS
.icon-text-number-list-ltr-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%201.5a.5.5%200%200%200-.385-.487a.51.51%200%200%200-.564.266a3.5%203.5%200%200%201-.317.471a3%203%200%200%201-.957.803a.5.5%200%201%200%20.447.894c.3-.15.558-.336.776-.529V5.5a.5.5%200%200%200%201%200zM2.646%207.646a.5.5%200%200%200%20.704.71l.007-.005l.043-.036A1.5%201.5%200%200%201%204.313%208c.227.004.41.065.524.149c.096.07.163.17.163.351c0%20.202-.07.32-.21.436c-.152.126-.349.224-.619.357l-.145.072c-.313.157-.702.364-1.005.697c-.322.354-.521.819-.521%201.438a.5.5%200%200%200%20.5.5h2.5a.5.5%200%200%200%200-1H3.59a1%201%200%200%201%20.17-.265c.166-.183.402-.32.714-.475l.12-.06c.263-.128.585-.286.835-.496C5.758%209.431%206%209.048%206%208.5c0-.504-.223-.9-.568-1.155C5.106%207.103%204.7%207.006%204.326%207h-.009a2.5%202.5%200%200%200-1.655.632l-.01.008l-.003.004l-.001.001zm.016-.014l-.016.014s.101-.09.016-.014M4.25%2015a.5.5%200%201%200%200%201c.343%200%20.532.097.628.183a.37.37%200%200%201%20.129.298c-.008.194-.186.519-.757.519c-.412%200-.626-.102-.723-.166a.4.4%200%200%201-.088-.076l-.004-.005a.5.5%200%200%200-.882.47v.002l.001.001l.002.004l.003.006l.01.016l.023.04q.029.046.079.106c.067.08.165.177.302.268c.278.186.69.334%201.277.334c1.03%200%201.726-.675%201.756-1.481a1.37%201.37%200%200%200-.396-1.02c.278-.282.41-.65.396-1.018C5.976%2013.675%205.279%2013%204.25%2013c-.587%200-.999.148-1.277.334a1.4%201.4%200%200%200-.38.374l-.025.04l-.009.016l-.003.006l-.002.003v.002l-.001.001a.5.5%200%200%200%20.882.47l.004-.004a.4.4%200%200%201%20.088-.076c.097-.064.31-.166.723-.166c.57%200%20.75.325.757.519a.37.37%200%200%201-.13.298c-.095.086-.284.183-.627.183m-.815-.753l-.002.003v-.001l.005-.008l.004-.008l.003-.004l.001-.003l.001-.002zM8.5%204a.5.5%200%201%200%200%201h8a.5.5%200%200%200%200-1zm0%205a.5.5%200%201%200%200%201h8a.5.5%200%200%200%200-1zM8%2014.5a.5.5%200%200%201%20.5-.5h8a.5.5%200%201%201%200%201h-8a.5.5%200%200%201-.5-.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%201.5a.5.5%200%200%200-.385-.487a.51.51%200%200%200-.564.266a3.5%203.5%200%200%201-.317.471a3%203%200%200%201-.957.803a.5.5%200%201%200%20.447.894c.3-.15.558-.336.776-.529V5.5a.5.5%200%200%200%201%200zM2.646%207.646a.5.5%200%200%200%20.704.71l.007-.005l.043-.036A1.5%201.5%200%200%201%204.313%208c.227.004.41.065.524.149c.096.07.163.17.163.351c0%20.202-.07.32-.21.436c-.152.126-.349.224-.619.357l-.145.072c-.313.157-.702.364-1.005.697c-.322.354-.521.819-.521%201.438a.5.5%200%200%200%20.5.5h2.5a.5.5%200%200%200%200-1H3.59a1%201%200%200%201%20.17-.265c.166-.183.402-.32.714-.475l.12-.06c.263-.128.585-.286.835-.496C5.758%209.431%206%209.048%206%208.5c0-.504-.223-.9-.568-1.155C5.106%207.103%204.7%207.006%204.326%207h-.009a2.5%202.5%200%200%200-1.655.632l-.01.008l-.003.004l-.001.001zm.016-.014l-.016.014s.101-.09.016-.014M4.25%2015a.5.5%200%201%200%200%201c.343%200%20.532.097.628.183a.37.37%200%200%201%20.129.298c-.008.194-.186.519-.757.519c-.412%200-.626-.102-.723-.166a.4.4%200%200%201-.088-.076l-.004-.005a.5.5%200%200%200-.882.47v.002l.001.001l.002.004l.003.006l.01.016l.023.04q.029.046.079.106c.067.08.165.177.302.268c.278.186.69.334%201.277.334c1.03%200%201.726-.675%201.756-1.481a1.37%201.37%200%200%200-.396-1.02c.278-.282.41-.65.396-1.018C5.976%2013.675%205.279%2013%204.25%2013c-.587%200-.999.148-1.277.334a1.4%201.4%200%200%200-.38.374l-.025.04l-.009.016l-.003.006l-.002.003v.002l-.001.001a.5.5%200%200%200%20.882.47l.004-.004a.4.4%200%200%201%20.088-.076c.097-.064.31-.166.723-.166c.57%200%20.75.325.757.519a.37.37%200%200%201-.13.298c-.095.086-.284.183-.627.183m-.815-.753l-.002.003v-.001l.005-.008l.004-.008l.003-.004l.001-.003l.001-.002zM8.5%204a.5.5%200%201%200%200%201h8a.5.5%200%200%200%200-1zm0%205a.5.5%200%201%200%200%201h8a.5.5%200%200%200%200-1zM8%2014.5a.5.5%200%200%201%20.5-.5h8a.5.5%200%201%201%200%201h-8a.5.5%200%200%201-.5-.5%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-20-regular.svg?color=%231a73e8&size=48