list numbers icon
list-numbers from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- list-numbers
- Set
- Phosphor
- Style
- Regular
- 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="M224 128a8 8 0 0 1-8 8H104a8 8 0 0 1 0-16h112a8 8 0 0 1 8 8M104 72h112a8 8 0 0 0 0-16H104a8 8 0 0 0 0 16m112 112H104a8 8 0 0 0 0 16h112a8 8 0 0 0 0-16M43.58 55.16L48 52.94V104a8 8 0 0 0 16 0V40a8 8 0 0 0-11.58-7.16l-16 8a8 8 0 0 0 7.16 14.32m36.19 101.56a23.73 23.73 0 0 0-9.6-15.95a24.86 24.86 0 0 0-34.11 4.7a23.6 23.6 0 0 0-3.57 6.46a8 8 0 1 0 15 5.47a7.8 7.8 0 0 1 1.18-2.13a8.76 8.76 0 0 1 12-1.59a7.9 7.9 0 0 1 3.26 5.32a7.64 7.64 0 0 1-1.57 5.78a1 1 0 0 0-.08.11l-28.69 38.32A8 8 0 0 0 40 216h32a8 8 0 0 0 0-16H56l19.08-25.53a23.47 23.47 0 0 0 4.69-17.75"/></svg>
React
import type { SVGProps } from "react";
export function PhListNumbers(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="M224 128a8 8 0 0 1-8 8H104a8 8 0 0 1 0-16h112a8 8 0 0 1 8 8M104 72h112a8 8 0 0 0 0-16H104a8 8 0 0 0 0 16m112 112H104a8 8 0 0 0 0 16h112a8 8 0 0 0 0-16M43.58 55.16L48 52.94V104a8 8 0 0 0 16 0V40a8 8 0 0 0-11.58-7.16l-16 8a8 8 0 0 0 7.16 14.32m36.19 101.56a23.73 23.73 0 0 0-9.6-15.95a24.86 24.86 0 0 0-34.11 4.7a23.6 23.6 0 0 0-3.57 6.46a8 8 0 1 0 15 5.47a7.8 7.8 0 0 1 1.18-2.13a8.76 8.76 0 0 1 12-1.59a7.9 7.9 0 0 1 3.26 5.32a7.64 7.64 0 0 1-1.57 5.78a1 1 0 0 0-.08.11l-28.69 38.32A8 8 0 0 0 40 216h32a8 8 0 0 0 0-16H56l19.08-25.53a23.47 23.47 0 0 0 4.69-17.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 128a8 8 0 0 1-8 8H104a8 8 0 0 1 0-16h112a8 8 0 0 1 8 8M104 72h112a8 8 0 0 0 0-16H104a8 8 0 0 0 0 16m112 112H104a8 8 0 0 0 0 16h112a8 8 0 0 0 0-16M43.58 55.16L48 52.94V104a8 8 0 0 0 16 0V40a8 8 0 0 0-11.58-7.16l-16 8a8 8 0 0 0 7.16 14.32m36.19 101.56a23.73 23.73 0 0 0-9.6-15.95a24.86 24.86 0 0 0-34.11 4.7a23.6 23.6 0 0 0-3.57 6.46a8 8 0 1 0 15 5.47a7.8 7.8 0 0 1 1.18-2.13a8.76 8.76 0 0 1 12-1.59a7.9 7.9 0 0 1 3.26 5.32a7.64 7.64 0 0 1-1.57 5.78a1 1 0 0 0-.08.11l-28.69 38.32A8 8 0 0 0 40 216h32a8 8 0 0 0 0-16H56l19.08-25.53a23.47 23.47 0 0 0 4.69-17.75"/></svg> </template>
CSS
.icon-list-numbers {
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%22M224%20128a8%208%200%200%201-8%208H104a8%208%200%200%201%200-16h112a8%208%200%200%201%208%208M104%2072h112a8%208%200%200%200%200-16H104a8%208%200%200%200%200%2016m112%20112H104a8%208%200%200%200%200%2016h112a8%208%200%200%200%200-16M43.58%2055.16L48%2052.94V104a8%208%200%200%200%2016%200V40a8%208%200%200%200-11.58-7.16l-16%208a8%208%200%200%200%207.16%2014.32m36.19%20101.56a23.73%2023.73%200%200%200-9.6-15.95a24.86%2024.86%200%200%200-34.11%204.7a23.6%2023.6%200%200%200-3.57%206.46a8%208%200%201%200%2015%205.47a7.8%207.8%200%200%201%201.18-2.13a8.76%208.76%200%200%201%2012-1.59a7.9%207.9%200%200%201%203.26%205.32a7.64%207.64%200%200%201-1.57%205.78a1%201%200%200%200-.08.11l-28.69%2038.32A8%208%200%200%200%2040%20216h32a8%208%200%200%200%200-16H56l19.08-25.53a23.47%2023.47%200%200%200%204.69-17.75%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%22M224%20128a8%208%200%200%201-8%208H104a8%208%200%200%201%200-16h112a8%208%200%200%201%208%208M104%2072h112a8%208%200%200%200%200-16H104a8%208%200%200%200%200%2016m112%20112H104a8%208%200%200%200%200%2016h112a8%208%200%200%200%200-16M43.58%2055.16L48%2052.94V104a8%208%200%200%200%2016%200V40a8%208%200%200%200-11.58-7.16l-16%208a8%208%200%200%200%207.16%2014.32m36.19%20101.56a23.73%2023.73%200%200%200-9.6-15.95a24.86%2024.86%200%200%200-34.11%204.7a23.6%2023.6%200%200%200-3.57%206.46a8%208%200%201%200%2015%205.47a7.8%207.8%200%200%201%201.18-2.13a8.76%208.76%200%200%201%2012-1.59a7.9%207.9%200%200%201%203.26%205.32a7.64%207.64%200%200%201-1.57%205.78a1%201%200%200%200-.08.11l-28.69%2038.32A8%208%200%200%200%2040%20216h32a8%208%200%200%200%200-16H56l19.08-25.53a23.47%2023.47%200%200%200%204.69-17.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/list-numbers.svg?color=%231a73e8&size=48