list icon
list-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- list-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
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 Keyline Icons
Use the list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M5 5C5 5.8284 4.3284 6.5 3.5 6.5C2.6716 6.5 2 5.8284 2 5C2 4.1716 2.6716 3.5 3.5 3.5C4.3284 3.5 5 4.1716 5 5ZM5 12C5 12.8284 4.3284 13.5 3.5 13.5C2.6716 13.5 2 12.8284 2 12C2 11.1716 2.6716 10.5 3.5 10.5C4.3284 10.5 5 11.1716 5 12ZM5 19C5 19.8284 4.3284 20.5 3.5 20.5C2.6716 20.5 2 19.8284 2 19C2 18.1716 2.6716 17.5 3.5 17.5C4.3284 17.5 5 18.1716 5 19Z" stroke="none"/><path stroke-opacity=".4" d="M8 5L21 5M8 12L21 12M8 19L21 19"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsListDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M5 5C5 5.8284 4.3284 6.5 3.5 6.5C2.6716 6.5 2 5.8284 2 5C2 4.1716 2.6716 3.5 3.5 3.5C4.3284 3.5 5 4.1716 5 5ZM5 12C5 12.8284 4.3284 13.5 3.5 13.5C2.6716 13.5 2 12.8284 2 12C2 11.1716 2.6716 10.5 3.5 10.5C4.3284 10.5 5 11.1716 5 12ZM5 19C5 19.8284 4.3284 20.5 3.5 20.5C2.6716 20.5 2 19.8284 2 19C2 18.1716 2.6716 17.5 3.5 17.5C4.3284 17.5 5 18.1716 5 19Z" stroke="none"/><path strokeOpacity=".4" d="M8 5L21 5M8 12L21 12M8 19L21 19"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M5 5C5 5.8284 4.3284 6.5 3.5 6.5C2.6716 6.5 2 5.8284 2 5C2 4.1716 2.6716 3.5 3.5 3.5C4.3284 3.5 5 4.1716 5 5ZM5 12C5 12.8284 4.3284 13.5 3.5 13.5C2.6716 13.5 2 12.8284 2 12C2 11.1716 2.6716 10.5 3.5 10.5C4.3284 10.5 5 11.1716 5 12ZM5 19C5 19.8284 4.3284 20.5 3.5 20.5C2.6716 20.5 2 19.8284 2 19C2 18.1716 2.6716 17.5 3.5 17.5C4.3284 17.5 5 18.1716 5 19Z" stroke="none"/><path stroke-opacity=".4" d="M8 5L21 5M8 12L21 12M8 19L21 19"/></g></svg> </template>
CSS
.icon-list-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205C5%205.8284%204.3284%206.5%203.5%206.5C2.6716%206.5%202%205.8284%202%205C2%204.1716%202.6716%203.5%203.5%203.5C4.3284%203.5%205%204.1716%205%205ZM5%2012C5%2012.8284%204.3284%2013.5%203.5%2013.5C2.6716%2013.5%202%2012.8284%202%2012C2%2011.1716%202.6716%2010.5%203.5%2010.5C4.3284%2010.5%205%2011.1716%205%2012ZM5%2019C5%2019.8284%204.3284%2020.5%203.5%2020.5C2.6716%2020.5%202%2019.8284%202%2019C2%2018.1716%202.6716%2017.5%203.5%2017.5C4.3284%2017.5%205%2018.1716%205%2019Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M8%205L21%205M8%2012L21%2012M8%2019L21%2019%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205C5%205.8284%204.3284%206.5%203.5%206.5C2.6716%206.5%202%205.8284%202%205C2%204.1716%202.6716%203.5%203.5%203.5C4.3284%203.5%205%204.1716%205%205ZM5%2012C5%2012.8284%204.3284%2013.5%203.5%2013.5C2.6716%2013.5%202%2012.8284%202%2012C2%2011.1716%202.6716%2010.5%203.5%2010.5C4.3284%2010.5%205%2011.1716%205%2012ZM5%2019C5%2019.8284%204.3284%2020.5%203.5%2020.5C2.6716%2020.5%202%2019.8284%202%2019C2%2018.1716%202.6716%2017.5%203.5%2017.5C4.3284%2017.5%205%2018.1716%205%2019Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M8%205L21%205M8%2012L21%2012M8%2019L21%2019%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/list-duotone.svg?color=%231a73e8&size=48