list numbers icon
list-numbers-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- list-numbers-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the list numbers icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 128a4 4 0 0 1-4 4H104a4 4 0 0 1 0-8h112a4 4 0 0 1 4 4M104 68h112a4 4 0 0 0 0-8H104a4 4 0 0 0 0 8m112 120H104a4 4 0 0 0 0 8h112a4 4 0 0 0 0-8M41.79 51.58L52 46.47V104a4 4 0 0 0 8 0V40a4 4 0 0 0-5.79-3.58l-16 8a4 4 0 1 0 3.58 7.16M72 204H48l23.85-31.92a19.54 19.54 0 0 0 4-14.8a19.76 19.76 0 0 0-8-13.28a20.84 20.84 0 0 0-28.59 3.92a19.9 19.9 0 0 0-3 5.38a4 4 0 0 0 7.5 2.7a12.1 12.1 0 0 1 1.78-3.22a12.78 12.78 0 0 1 17.54-2.37a11.85 11.85 0 0 1 4.81 7.94a11.65 11.65 0 0 1-2.41 8.85L36.8 205.61A4 4 0 0 0 40 212h32a4 4 0 0 0 0-8"/></svg>
React
import type { SVGProps } from "react";
export function PhListNumbersThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 128a4 4 0 0 1-4 4H104a4 4 0 0 1 0-8h112a4 4 0 0 1 4 4M104 68h112a4 4 0 0 0 0-8H104a4 4 0 0 0 0 8m112 120H104a4 4 0 0 0 0 8h112a4 4 0 0 0 0-8M41.79 51.58L52 46.47V104a4 4 0 0 0 8 0V40a4 4 0 0 0-5.79-3.58l-16 8a4 4 0 1 0 3.58 7.16M72 204H48l23.85-31.92a19.54 19.54 0 0 0 4-14.8a19.76 19.76 0 0 0-8-13.28a20.84 20.84 0 0 0-28.59 3.92a19.9 19.9 0 0 0-3 5.38a4 4 0 0 0 7.5 2.7a12.1 12.1 0 0 1 1.78-3.22a12.78 12.78 0 0 1 17.54-2.37a11.85 11.85 0 0 1 4.81 7.94a11.65 11.65 0 0 1-2.41 8.85L36.8 205.61A4 4 0 0 0 40 212h32a4 4 0 0 0 0-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 128a4 4 0 0 1-4 4H104a4 4 0 0 1 0-8h112a4 4 0 0 1 4 4M104 68h112a4 4 0 0 0 0-8H104a4 4 0 0 0 0 8m112 120H104a4 4 0 0 0 0 8h112a4 4 0 0 0 0-8M41.79 51.58L52 46.47V104a4 4 0 0 0 8 0V40a4 4 0 0 0-5.79-3.58l-16 8a4 4 0 1 0 3.58 7.16M72 204H48l23.85-31.92a19.54 19.54 0 0 0 4-14.8a19.76 19.76 0 0 0-8-13.28a20.84 20.84 0 0 0-28.59 3.92a19.9 19.9 0 0 0-3 5.38a4 4 0 0 0 7.5 2.7a12.1 12.1 0 0 1 1.78-3.22a12.78 12.78 0 0 1 17.54-2.37a11.85 11.85 0 0 1 4.81 7.94a11.65 11.65 0 0 1-2.41 8.85L36.8 205.61A4 4 0 0 0 40 212h32a4 4 0 0 0 0-8"/></svg> </template>
CSS
.icon-list-numbers-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220%20128a4%204%200%200%201-4%204H104a4%204%200%200%201%200-8h112a4%204%200%200%201%204%204M104%2068h112a4%204%200%200%200%200-8H104a4%204%200%200%200%200%208m112%20120H104a4%204%200%200%200%200%208h112a4%204%200%200%200%200-8M41.79%2051.58L52%2046.47V104a4%204%200%200%200%208%200V40a4%204%200%200%200-5.79-3.58l-16%208a4%204%200%201%200%203.58%207.16M72%20204H48l23.85-31.92a19.54%2019.54%200%200%200%204-14.8a19.76%2019.76%200%200%200-8-13.28a20.84%2020.84%200%200%200-28.59%203.92a19.9%2019.9%200%200%200-3%205.38a4%204%200%200%200%207.5%202.7a12.1%2012.1%200%200%201%201.78-3.22a12.78%2012.78%200%200%201%2017.54-2.37a11.85%2011.85%200%200%201%204.81%207.94a11.65%2011.65%200%200%201-2.41%208.85L36.8%20205.61A4%204%200%200%200%2040%20212h32a4%204%200%200%200%200-8%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220%20128a4%204%200%200%201-4%204H104a4%204%200%200%201%200-8h112a4%204%200%200%201%204%204M104%2068h112a4%204%200%200%200%200-8H104a4%204%200%200%200%200%208m112%20120H104a4%204%200%200%200%200%208h112a4%204%200%200%200%200-8M41.79%2051.58L52%2046.47V104a4%204%200%200%200%208%200V40a4%204%200%200%200-5.79-3.58l-16%208a4%204%200%201%200%203.58%207.16M72%20204H48l23.85-31.92a19.54%2019.54%200%200%200%204-14.8a19.76%2019.76%200%200%200-8-13.28a20.84%2020.84%200%200%200-28.59%203.92a19.9%2019.9%200%200%200-3%205.38a4%204%200%200%200%207.5%202.7a12.1%2012.1%200%200%201%201.78-3.22a12.78%2012.78%200%200%201%2017.54-2.37a11.85%2011.85%200%200%201%204.81%207.94a11.65%2011.65%200%200%201-2.41%208.85L36.8%20205.61A4%204%200%200%200%2040%20212h32a4%204%200%200%200%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/list-numbers-thin.svg?color=%231a73e8&size=48