text number list ltr icon

text-number-list-ltr-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
text-number-list-ltr-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text number list ltr icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 2.75a.75.75 0 0 0-1.434-.307l-.002.003l-.011.024l-.056.108a4 4 0 0 1-.238.385c-.217.312-.524.662-.906.901a.75.75 0 1 0 .794 1.272q.188-.117.353-.248V7.25a.75.75 0 1 0 1.5 0zm14.5 16a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m0-6.506a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m0-6.494a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75M5.15 10.52c-.3-.053-.676.066-.87.26a.75.75 0 0 1-1.06-1.06c.556-.556 1.43-.812 2.192-.677c.397.07.805.254 1.115.605c.316.358.473.825.473 1.352c0 .62-.271 1.08-.606 1.42c-.278.283-.63.511-.906.689l-.08.051a6 6 0 0 0-.481.34H6.25a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75c0-1.313.984-1.953 1.575-2.337l.06-.04c.318-.205.533-.345.69-.504c.134-.136.175-.238.175-.369c0-.223-.061-.318-.098-.36a.42.42 0 0 0-.251-.12M2.97 21.28s.093.084.004.005l.006.005l.013.013a1.4 1.4 0 0 0 .15.125c.095.071.227.158.397.243c.341.17.83.33 1.46.33c.64 0 1.196-.182 1.601-.54c.408-.36.61-.858.595-1.36a1.78 1.78 0 0 0-.426-1.1c.259-.306.412-.686.426-1.102a1.73 1.73 0 0 0-.595-1.36C6.196 16.182 5.64 16 5 16c-.63 0-1.119.158-1.46.33a2.6 2.6 0 0 0-.51.334l-.037.033l-.013.013l-.006.005l-.002.003H2.97l-.001.002a.75.75 0 0 0 1.048 1.072l.026-.02a1 1 0 0 1 .166-.101c.159-.08.42-.17.79-.17c.36 0 .536.099.608.163a.23.23 0 0 1 .088.187a.33.33 0 0 1-.123.23c-.089.078-.263.17-.573.17a.75.75 0 0 0 0 1.5c.31 0 .484.09.573.167c.091.08.121.166.123.231a.23.23 0 0 1-.088.188c-.072.063-.247.163-.608.163a1.75 1.75 0 0 1-.79-.17a1 1 0 0 1-.192-.122a.75.75 0 0 0-1.048 1.072m.002-4.562c.007-.005.2-.166 0 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextNumberListLtr24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 2.75a.75.75 0 0 0-1.434-.307l-.002.003l-.011.024l-.056.108a4 4 0 0 1-.238.385c-.217.312-.524.662-.906.901a.75.75 0 1 0 .794 1.272q.188-.117.353-.248V7.25a.75.75 0 1 0 1.5 0zm14.5 16a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m0-6.506a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m0-6.494a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75M5.15 10.52c-.3-.053-.676.066-.87.26a.75.75 0 0 1-1.06-1.06c.556-.556 1.43-.812 2.192-.677c.397.07.805.254 1.115.605c.316.358.473.825.473 1.352c0 .62-.271 1.08-.606 1.42c-.278.283-.63.511-.906.689l-.08.051a6 6 0 0 0-.481.34H6.25a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75c0-1.313.984-1.953 1.575-2.337l.06-.04c.318-.205.533-.345.69-.504c.134-.136.175-.238.175-.369c0-.223-.061-.318-.098-.36a.42.42 0 0 0-.251-.12M2.97 21.28s.093.084.004.005l.006.005l.013.013a1.4 1.4 0 0 0 .15.125c.095.071.227.158.397.243c.341.17.83.33 1.46.33c.64 0 1.196-.182 1.601-.54c.408-.36.61-.858.595-1.36a1.78 1.78 0 0 0-.426-1.1c.259-.306.412-.686.426-1.102a1.73 1.73 0 0 0-.595-1.36C6.196 16.182 5.64 16 5 16c-.63 0-1.119.158-1.46.33a2.6 2.6 0 0 0-.51.334l-.037.033l-.013.013l-.006.005l-.002.003H2.97l-.001.002a.75.75 0 0 0 1.048 1.072l.026-.02a1 1 0 0 1 .166-.101c.159-.08.42-.17.79-.17c.36 0 .536.099.608.163a.23.23 0 0 1 .088.187a.33.33 0 0 1-.123.23c-.089.078-.263.17-.573.17a.75.75 0 0 0 0 1.5c.31 0 .484.09.573.167c.091.08.121.166.123.231a.23.23 0 0 1-.088.188c-.072.063-.247.163-.608.163a1.75 1.75 0 0 1-.79-.17a1 1 0 0 1-.192-.122a.75.75 0 0 0-1.048 1.072m.002-4.562c.007-.005.2-.166 0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 2.75a.75.75 0 0 0-1.434-.307l-.002.003l-.011.024l-.056.108a4 4 0 0 1-.238.385c-.217.312-.524.662-.906.901a.75.75 0 1 0 .794 1.272q.188-.117.353-.248V7.25a.75.75 0 1 0 1.5 0zm14.5 16a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m0-6.506a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75m0-6.494a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75M5.15 10.52c-.3-.053-.676.066-.87.26a.75.75 0 0 1-1.06-1.06c.556-.556 1.43-.812 2.192-.677c.397.07.805.254 1.115.605c.316.358.473.825.473 1.352c0 .62-.271 1.08-.606 1.42c-.278.283-.63.511-.906.689l-.08.051a6 6 0 0 0-.481.34H6.25a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75c0-1.313.984-1.953 1.575-2.337l.06-.04c.318-.205.533-.345.69-.504c.134-.136.175-.238.175-.369c0-.223-.061-.318-.098-.36a.42.42 0 0 0-.251-.12M2.97 21.28s.093.084.004.005l.006.005l.013.013a1.4 1.4 0 0 0 .15.125c.095.071.227.158.397.243c.341.17.83.33 1.46.33c.64 0 1.196-.182 1.601-.54c.408-.36.61-.858.595-1.36a1.78 1.78 0 0 0-.426-1.1c.259-.306.412-.686.426-1.102a1.73 1.73 0 0 0-.595-1.36C6.196 16.182 5.64 16 5 16c-.63 0-1.119.158-1.46.33a2.6 2.6 0 0 0-.51.334l-.037.033l-.013.013l-.006.005l-.002.003H2.97l-.001.002a.75.75 0 0 0 1.048 1.072l.026-.02a1 1 0 0 1 .166-.101c.159-.08.42-.17.79-.17c.36 0 .536.099.608.163a.23.23 0 0 1 .088.187a.33.33 0 0 1-.123.23c-.089.078-.263.17-.573.17a.75.75 0 0 0 0 1.5c.31 0 .484.09.573.167c.091.08.121.166.123.231a.23.23 0 0 1-.088.188c-.072.063-.247.163-.608.163a1.75 1.75 0 0 1-.79-.17a1 1 0 0 1-.192-.122a.75.75 0 0 0-1.048 1.072m.002-4.562c.007-.005.2-.166 0 0"/></svg>
</template>

CSS

.icon-text-number-list-ltr-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202.75a.75.75%200%200%200-1.434-.307l-.002.003l-.011.024l-.056.108a4%204%200%200%201-.238.385c-.217.312-.524.662-.906.901a.75.75%200%201%200%20.794%201.272q.188-.117.353-.248V7.25a.75.75%200%201%200%201.5%200zm14.5%2016a.75.75%200%200%200-.75-.75h-9a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%20.75-.75m0-6.506a.75.75%200%200%200-.75-.75h-9a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%20.75-.75m0-6.494a.75.75%200%200%200-.75-.75h-9a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%20.75-.75M5.15%2010.52c-.3-.053-.676.066-.87.26a.75.75%200%200%201-1.06-1.06c.556-.556%201.43-.812%202.192-.677c.397.07.805.254%201.115.605c.316.358.473.825.473%201.352c0%20.62-.271%201.08-.606%201.42c-.278.283-.63.511-.906.689l-.08.051a6%206%200%200%200-.481.34H6.25a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75c0-1.313.984-1.953%201.575-2.337l.06-.04c.318-.205.533-.345.69-.504c.134-.136.175-.238.175-.369c0-.223-.061-.318-.098-.36a.42.42%200%200%200-.251-.12M2.97%2021.28s.093.084.004.005l.006.005l.013.013a1.4%201.4%200%200%200%20.15.125c.095.071.227.158.397.243c.341.17.83.33%201.46.33c.64%200%201.196-.182%201.601-.54c.408-.36.61-.858.595-1.36a1.78%201.78%200%200%200-.426-1.1c.259-.306.412-.686.426-1.102a1.73%201.73%200%200%200-.595-1.36C6.196%2016.182%205.64%2016%205%2016c-.63%200-1.119.158-1.46.33a2.6%202.6%200%200%200-.51.334l-.037.033l-.013.013l-.006.005l-.002.003H2.97l-.001.002a.75.75%200%200%200%201.048%201.072l.026-.02a1%201%200%200%201%20.166-.101c.159-.08.42-.17.79-.17c.36%200%20.536.099.608.163a.23.23%200%200%201%20.088.187a.33.33%200%200%201-.123.23c-.089.078-.263.17-.573.17a.75.75%200%200%200%200%201.5c.31%200%20.484.09.573.167c.091.08.121.166.123.231a.23.23%200%200%201-.088.188c-.072.063-.247.163-.608.163a1.75%201.75%200%200%201-.79-.17a1%201%200%200%201-.192-.122a.75.75%200%200%200-1.048%201.072m.002-4.562c.007-.005.2-.166%200%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202.75a.75.75%200%200%200-1.434-.307l-.002.003l-.011.024l-.056.108a4%204%200%200%201-.238.385c-.217.312-.524.662-.906.901a.75.75%200%201%200%20.794%201.272q.188-.117.353-.248V7.25a.75.75%200%201%200%201.5%200zm14.5%2016a.75.75%200%200%200-.75-.75h-9a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%20.75-.75m0-6.506a.75.75%200%200%200-.75-.75h-9a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%20.75-.75m0-6.494a.75.75%200%200%200-.75-.75h-9a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%20.75-.75M5.15%2010.52c-.3-.053-.676.066-.87.26a.75.75%200%200%201-1.06-1.06c.556-.556%201.43-.812%202.192-.677c.397.07.805.254%201.115.605c.316.358.473.825.473%201.352c0%20.62-.271%201.08-.606%201.42c-.278.283-.63.511-.906.689l-.08.051a6%206%200%200%200-.481.34H6.25a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75c0-1.313.984-1.953%201.575-2.337l.06-.04c.318-.205.533-.345.69-.504c.134-.136.175-.238.175-.369c0-.223-.061-.318-.098-.36a.42.42%200%200%200-.251-.12M2.97%2021.28s.093.084.004.005l.006.005l.013.013a1.4%201.4%200%200%200%20.15.125c.095.071.227.158.397.243c.341.17.83.33%201.46.33c.64%200%201.196-.182%201.601-.54c.408-.36.61-.858.595-1.36a1.78%201.78%200%200%200-.426-1.1c.259-.306.412-.686.426-1.102a1.73%201.73%200%200%200-.595-1.36C6.196%2016.182%205.64%2016%205%2016c-.63%200-1.119.158-1.46.33a2.6%202.6%200%200%200-.51.334l-.037.033l-.013.013l-.006.005l-.002.003H2.97l-.001.002a.75.75%200%200%200%201.048%201.072l.026-.02a1%201%200%200%201%20.166-.101c.159-.08.42-.17.79-.17c.36%200%20.536.099.608.163a.23.23%200%200%201%20.088.187a.33.33%200%200%201-.123.23c-.089.078-.263.17-.573.17a.75.75%200%200%200%200%201.5c.31%200%20.484.09.573.167c.091.08.121.166.123.231a.23.23%200%200%201-.088.188c-.072.063-.247.163-.608.163a1.75%201.75%200%200%201-.79-.17a1%201%200%200%201-.192-.122a.75.75%200%200%200-1.048%201.072m.002-4.562c.007-.005.2-.166%200%200%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-24-regular.svg?color=%231a73e8&size=48