list icon
list from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- list
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
listBootstrap IconslistCarbonlistElement Pluslist-fillEva IconslistFont Awesome 6 SolidlistFont Awesome SolidlistFeather Iconslist-outlineFlowbite Iconslist-16-filledFluent UI System Iconslistcss.gglistHuge IconslistIconParklistIconPark OutlinelistIconoirlistIonIconslistLine AwesomelistMaterial Line IconslistLucidelistMaterial SymbolslistMaterial Symbols LightlistMyna UI IconslistPhosphorlistPixelarticonslistPrime Icons
Related icons in TDesign Icons
Use the list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 19.004h2.004V17H2zM7 19h15v-2H7zm-5-5.996h2.004V11H2zM7 13h15v-2H7zM2 7.004h2.004V5H2zM7 7h15V5H7z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignList(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="M2 19.004h2.004V17H2zM7 19h15v-2H7zm-5-5.996h2.004V11H2zM7 13h15v-2H7zM2 7.004h2.004V5H2zM7 7h15V5H7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 19.004h2.004V17H2zM7 19h15v-2H7zm-5-5.996h2.004V11H2zM7 13h15v-2H7zM2 7.004h2.004V5H2zM7 7h15V5H7z"/></svg> </template>
CSS
.icon-list {
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%22M2%2019.004h2.004V17H2zM7%2019h15v-2H7zm-5-5.996h2.004V11H2zM7%2013h15v-2H7zM2%207.004h2.004V5H2zM7%207h15V5H7z%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%22M2%2019.004h2.004V17H2zM7%2019h15v-2H7zm-5-5.996h2.004V11H2zM7%2013h15v-2H7zM2%207.004h2.004V5H2zM7%207h15V5H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/list.svg?color=%231a73e8&size=48