list numbers icon
list-numbers-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- list-numbers-light
- Set
- Phosphor
- Style
- Light
- 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="M222 128a6 6 0 0 1-6 6H104a6 6 0 0 1 0-12h112a6 6 0 0 1 6 6M104 70h112a6 6 0 0 0 0-12H104a6 6 0 0 0 0 12m112 116H104a6 6 0 0 0 0 12h112a6 6 0 0 0 0-12M42.68 53.37L50 49.71V104a6 6 0 0 0 12 0V40a6 6 0 0 0-8.68-5.37l-16 8a6 6 0 0 0 5.36 10.74M72 202H52l21.48-28.74A21.5 21.5 0 0 0 77.79 157A21.75 21.75 0 0 0 69 142.38a22.86 22.86 0 0 0-31.35 4.31a22.2 22.2 0 0 0-3.28 5.92a6 6 0 0 0 11.28 4.11a9.9 9.9 0 0 1 1.48-2.67a10.78 10.78 0 0 1 14.78-2a9.9 9.9 0 0 1 4 6.61a9.64 9.64 0 0 1-2 7.28l-.06.09l-28.65 38.38A6 6 0 0 0 40 214h32a6 6 0 0 0 0-12"/></svg>
React
import type { SVGProps } from "react";
export function PhListNumbersLight(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="M222 128a6 6 0 0 1-6 6H104a6 6 0 0 1 0-12h112a6 6 0 0 1 6 6M104 70h112a6 6 0 0 0 0-12H104a6 6 0 0 0 0 12m112 116H104a6 6 0 0 0 0 12h112a6 6 0 0 0 0-12M42.68 53.37L50 49.71V104a6 6 0 0 0 12 0V40a6 6 0 0 0-8.68-5.37l-16 8a6 6 0 0 0 5.36 10.74M72 202H52l21.48-28.74A21.5 21.5 0 0 0 77.79 157A21.75 21.75 0 0 0 69 142.38a22.86 22.86 0 0 0-31.35 4.31a22.2 22.2 0 0 0-3.28 5.92a6 6 0 0 0 11.28 4.11a9.9 9.9 0 0 1 1.48-2.67a10.78 10.78 0 0 1 14.78-2a9.9 9.9 0 0 1 4 6.61a9.64 9.64 0 0 1-2 7.28l-.06.09l-28.65 38.38A6 6 0 0 0 40 214h32a6 6 0 0 0 0-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 128a6 6 0 0 1-6 6H104a6 6 0 0 1 0-12h112a6 6 0 0 1 6 6M104 70h112a6 6 0 0 0 0-12H104a6 6 0 0 0 0 12m112 116H104a6 6 0 0 0 0 12h112a6 6 0 0 0 0-12M42.68 53.37L50 49.71V104a6 6 0 0 0 12 0V40a6 6 0 0 0-8.68-5.37l-16 8a6 6 0 0 0 5.36 10.74M72 202H52l21.48-28.74A21.5 21.5 0 0 0 77.79 157A21.75 21.75 0 0 0 69 142.38a22.86 22.86 0 0 0-31.35 4.31a22.2 22.2 0 0 0-3.28 5.92a6 6 0 0 0 11.28 4.11a9.9 9.9 0 0 1 1.48-2.67a10.78 10.78 0 0 1 14.78-2a9.9 9.9 0 0 1 4 6.61a9.64 9.64 0 0 1-2 7.28l-.06.09l-28.65 38.38A6 6 0 0 0 40 214h32a6 6 0 0 0 0-12"/></svg> </template>
CSS
.icon-list-numbers-light {
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%22M222%20128a6%206%200%200%201-6%206H104a6%206%200%200%201%200-12h112a6%206%200%200%201%206%206M104%2070h112a6%206%200%200%200%200-12H104a6%206%200%200%200%200%2012m112%20116H104a6%206%200%200%200%200%2012h112a6%206%200%200%200%200-12M42.68%2053.37L50%2049.71V104a6%206%200%200%200%2012%200V40a6%206%200%200%200-8.68-5.37l-16%208a6%206%200%200%200%205.36%2010.74M72%20202H52l21.48-28.74A21.5%2021.5%200%200%200%2077.79%20157A21.75%2021.75%200%200%200%2069%20142.38a22.86%2022.86%200%200%200-31.35%204.31a22.2%2022.2%200%200%200-3.28%205.92a6%206%200%200%200%2011.28%204.11a9.9%209.9%200%200%201%201.48-2.67a10.78%2010.78%200%200%201%2014.78-2a9.9%209.9%200%200%201%204%206.61a9.64%209.64%200%200%201-2%207.28l-.06.09l-28.65%2038.38A6%206%200%200%200%2040%20214h32a6%206%200%200%200%200-12%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%22M222%20128a6%206%200%200%201-6%206H104a6%206%200%200%201%200-12h112a6%206%200%200%201%206%206M104%2070h112a6%206%200%200%200%200-12H104a6%206%200%200%200%200%2012m112%20116H104a6%206%200%200%200%200%2012h112a6%206%200%200%200%200-12M42.68%2053.37L50%2049.71V104a6%206%200%200%200%2012%200V40a6%206%200%200%200-8.68-5.37l-16%208a6%206%200%200%200%205.36%2010.74M72%20202H52l21.48-28.74A21.5%2021.5%200%200%200%2077.79%20157A21.75%2021.75%200%200%200%2069%20142.38a22.86%2022.86%200%200%200-31.35%204.31a22.2%2022.2%200%200%200-3.28%205.92a6%206%200%200%200%2011.28%204.11a9.9%209.9%200%200%201%201.48-2.67a10.78%2010.78%200%200%201%2014.78-2a9.9%209.9%200%200%201%204%206.61a9.64%209.64%200%200%201-2%207.28l-.06.09l-28.65%2038.38A6%206%200%200%200%2040%20214h32a6%206%200%200%200%200-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/list-numbers-light.svg?color=%231a73e8&size=48