text-number-list-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
text-number-list-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text number list 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 0zM8.75 4a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM8 14.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75M2.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-.475q.058-.03.121-.06c.262-.129.584-.286.834-.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-.014M3.75 15.5a.5.5 0 0 1 .5-.5c.343 0 .532-.097.628-.183a.37.37 0 0 0 .129-.298c-.008-.194-.186-.52-.757-.52c-.412 0-.626.103-.723.167a.4.4 0 0 0-.088.076l-.004.005a.5.5 0 0 1-.882-.47v-.002l.001-.002l.002-.003l.003-.006l.01-.016l.023-.04q.029-.045.079-.106c.067-.081.165-.177.302-.268c.278-.186.69-.334 1.277-.334c1.03 0 1.726.675 1.756 1.481c.014.368-.118.736-.396 1.019c.278.283.41.651.396 1.019c-.03.806-.727 1.48-1.756 1.48c-.587 0-.999-.147-1.277-.333a1.4 1.4 0 0 1-.302-.268a1 1 0 0 1-.103-.146l-.009-.016l-.003-.006l-.002-.004v-.001l-.001-.002a.5.5 0 0 1 .882-.47l.004.005c.01.013.038.042.088.076c.097.064.31.166.723.166c.57 0 .75-.325.757-.519a.37.37 0 0 0-.13-.298C4.783 16.097 4.594 16 4.25 16a.5.5 0 0 1-.5-.5m-.315-1.253l.012-.023l-.001.002l-.001.003l-.003.004l-.004.008l-.005.008z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextNumberList20Filled(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 0zM8.75 4a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM8 14.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75M2.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-.475q.058-.03.121-.06c.262-.129.584-.286.834-.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-.014M3.75 15.5a.5.5 0 0 1 .5-.5c.343 0 .532-.097.628-.183a.37.37 0 0 0 .129-.298c-.008-.194-.186-.52-.757-.52c-.412 0-.626.103-.723.167a.4.4 0 0 0-.088.076l-.004.005a.5.5 0 0 1-.882-.47v-.002l.001-.002l.002-.003l.003-.006l.01-.016l.023-.04q.029-.045.079-.106c.067-.081.165-.177.302-.268c.278-.186.69-.334 1.277-.334c1.03 0 1.726.675 1.756 1.481c.014.368-.118.736-.396 1.019c.278.283.41.651.396 1.019c-.03.806-.727 1.48-1.756 1.48c-.587 0-.999-.147-1.277-.333a1.4 1.4 0 0 1-.302-.268a1 1 0 0 1-.103-.146l-.009-.016l-.003-.006l-.002-.004v-.001l-.001-.002a.5.5 0 0 1 .882-.47l.004.005c.01.013.038.042.088.076c.097.064.31.166.723.166c.57 0 .75-.325.757-.519a.37.37 0 0 0-.13-.298C4.783 16.097 4.594 16 4.25 16a.5.5 0 0 1-.5-.5m-.315-1.253l.012-.023l-.001.002l-.001.003l-.003.004l-.004.008l-.005.008z"/></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 0zM8.75 4a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm0 5a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM8 14.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75M2.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-.475q.058-.03.121-.06c.262-.129.584-.286.834-.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-.014M3.75 15.5a.5.5 0 0 1 .5-.5c.343 0 .532-.097.628-.183a.37.37 0 0 0 .129-.298c-.008-.194-.186-.52-.757-.52c-.412 0-.626.103-.723.167a.4.4 0 0 0-.088.076l-.004.005a.5.5 0 0 1-.882-.47v-.002l.001-.002l.002-.003l.003-.006l.01-.016l.023-.04q.029-.045.079-.106c.067-.081.165-.177.302-.268c.278-.186.69-.334 1.277-.334c1.03 0 1.726.675 1.756 1.481c.014.368-.118.736-.396 1.019c.278.283.41.651.396 1.019c-.03.806-.727 1.48-1.756 1.48c-.587 0-.999-.147-1.277-.333a1.4 1.4 0 0 1-.302-.268a1 1 0 0 1-.103-.146l-.009-.016l-.003-.006l-.002-.004v-.001l-.001-.002a.5.5 0 0 1 .882-.47l.004.005c.01.013.038.042.088.076c.097.064.31.166.723.166c.57 0 .75-.325.757-.519a.37.37 0 0 0-.13-.298C4.783 16.097 4.594 16 4.25 16a.5.5 0 0 1-.5-.5m-.315-1.253l.012-.023l-.001.002l-.001.003l-.003.004l-.004.008l-.005.008z"/></svg>
</template>

CSS

.icon-text-number-list-20-filled {
  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%200zM8.75%204a.75.75%200%201%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%205a.75.75%200%201%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zM8%2014.75a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201-.75-.75M2.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-.475q.058-.03.121-.06c.262-.129.584-.286.834-.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-.014M3.75%2015.5a.5.5%200%200%201%20.5-.5c.343%200%20.532-.097.628-.183a.37.37%200%200%200%20.129-.298c-.008-.194-.186-.52-.757-.52c-.412%200-.626.103-.723.167a.4.4%200%200%200-.088.076l-.004.005a.5.5%200%200%201-.882-.47v-.002l.001-.002l.002-.003l.003-.006l.01-.016l.023-.04q.029-.045.079-.106c.067-.081.165-.177.302-.268c.278-.186.69-.334%201.277-.334c1.03%200%201.726.675%201.756%201.481c.014.368-.118.736-.396%201.019c.278.283.41.651.396%201.019c-.03.806-.727%201.48-1.756%201.48c-.587%200-.999-.147-1.277-.333a1.4%201.4%200%200%201-.302-.268a1%201%200%200%201-.103-.146l-.009-.016l-.003-.006l-.002-.004v-.001l-.001-.002a.5.5%200%200%201%20.882-.47l.004.005c.01.013.038.042.088.076c.097.064.31.166.723.166c.57%200%20.75-.325.757-.519a.37.37%200%200%200-.13-.298C4.783%2016.097%204.594%2016%204.25%2016a.5.5%200%200%201-.5-.5m-.315-1.253l.012-.023l-.001.002l-.001.003l-.003.004l-.004.008l-.005.008z%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%200zM8.75%204a.75.75%200%201%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm0%205a.75.75%200%201%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zM8%2014.75a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201-.75-.75M2.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-.475q.058-.03.121-.06c.262-.129.584-.286.834-.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-.014M3.75%2015.5a.5.5%200%200%201%20.5-.5c.343%200%20.532-.097.628-.183a.37.37%200%200%200%20.129-.298c-.008-.194-.186-.52-.757-.52c-.412%200-.626.103-.723.167a.4.4%200%200%200-.088.076l-.004.005a.5.5%200%200%201-.882-.47v-.002l.001-.002l.002-.003l.003-.006l.01-.016l.023-.04q.029-.045.079-.106c.067-.081.165-.177.302-.268c.278-.186.69-.334%201.277-.334c1.03%200%201.726.675%201.756%201.481c.014.368-.118.736-.396%201.019c.278.283.41.651.396%201.019c-.03.806-.727%201.48-1.756%201.48c-.587%200-.999-.147-1.277-.333a1.4%201.4%200%200%201-.302-.268a1%201%200%200%201-.103-.146l-.009-.016l-.003-.006l-.002-.004v-.001l-.001-.002a.5.5%200%200%201%20.882-.47l.004.005c.01.013.038.042.088.076c.097.064.31.166.723.166c.57%200%20.75-.325.757-.519a.37.37%200%200%200-.13-.298C4.783%2016.097%204.594%2016%204.25%2016a.5.5%200%200%201-.5-.5m-.315-1.253l.012-.023l-.001.002l-.001.003l-.003.004l-.004.008l-.005.008z%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-20-filled.svg?color=%231a73e8&size=48