list collapse icon
list-collapse-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- list-collapse-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the list collapse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.837 18.902c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106 0-1.983-.058-2.516-.105c-.296-.027-.461-.299-.332-.552c.22-.432.596-1.121 1.144-1.966a23 23 0 0 1 1.343-1.865c.183-.226.53-.235.704-.02c.311.385.806 1.03 1.361 1.884a22 22 0 0 1 1.13 1.94m0-10c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106 0-1.983-.058-2.516-.105c-.296-.026-.461-.299-.332-.552c.22-.431.596-1.121 1.144-1.966A23 23 0 0 1 17.642 5.1c.183-.226.53-.236.704-.021c.311.385.806 1.03 1.361 1.884a22 22 0 0 1 1.13 1.94"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 5h8m-8 7h8m-8 7h8"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteListCollapseLine(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="M20.837 18.902c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106 0-1.983-.058-2.516-.105c-.296-.027-.461-.299-.332-.552c.22-.432.596-1.121 1.144-1.966a23 23 0 0 1 1.343-1.865c.183-.226.53-.235.704-.02c.311.385.806 1.03 1.361 1.884a22 22 0 0 1 1.13 1.94m0-10c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106 0-1.983-.058-2.516-.105c-.296-.026-.461-.299-.332-.552c.22-.431.596-1.121 1.144-1.966A23 23 0 0 1 17.642 5.1c.183-.226.53-.236.704-.021c.311.385.806 1.03 1.361 1.884a22 22 0 0 1 1.13 1.94"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M4 5h8m-8 7h8m-8 7h8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.837 18.902c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106 0-1.983-.058-2.516-.105c-.296-.027-.461-.299-.332-.552c.22-.432.596-1.121 1.144-1.966a23 23 0 0 1 1.343-1.865c.183-.226.53-.235.704-.02c.311.385.806 1.03 1.361 1.884a22 22 0 0 1 1.13 1.94m0-10c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106 0-1.983-.058-2.516-.105c-.296-.026-.461-.299-.332-.552c.22-.431.596-1.121 1.144-1.966A23 23 0 0 1 17.642 5.1c.183-.226.53-.236.704-.021c.311.385.806 1.03 1.361 1.884a22 22 0 0 1 1.13 1.94"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 5h8m-8 7h8m-8 7h8"/></svg> </template>
CSS
.icon-list-collapse-line {
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%22M20.837%2018.902c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106%200-1.983-.058-2.516-.105c-.296-.027-.461-.299-.332-.552c.22-.432.596-1.121%201.144-1.966a23%2023%200%200%201%201.343-1.865c.183-.226.53-.235.704-.02c.311.385.806%201.03%201.361%201.884a22%2022%200%200%201%201.13%201.94m0-10c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106%200-1.983-.058-2.516-.105c-.296-.026-.461-.299-.332-.552c.22-.431.596-1.121%201.144-1.966A23%2023%200%200%201%2017.642%205.1c.183-.226.53-.236.704-.021c.311.385.806%201.03%201.361%201.884a22%2022%200%200%201%201.13%201.94%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%205h8m-8%207h8m-8%207h8%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%22M20.837%2018.902c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106%200-1.983-.058-2.516-.105c-.296-.027-.461-.299-.332-.552c.22-.432.596-1.121%201.144-1.966a23%2023%200%200%201%201.343-1.865c.183-.226.53-.235.704-.02c.311.385.806%201.03%201.361%201.884a22%2022%200%200%201%201.13%201.94m0-10c.132.258-.062.556-.38.584c-.536.046-1.39.1-2.454.1c-1.106%200-1.983-.058-2.516-.105c-.296-.026-.461-.299-.332-.552c.22-.431.596-1.121%201.144-1.966A23%2023%200%200%201%2017.642%205.1c.183-.226.53-.236.704-.021c.311.385.806%201.03%201.361%201.884a22%2022%200%200%201%201.13%201.94%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%205h8m-8%207h8m-8%207h8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/list-collapse-line.svg?color=%231a73e8&size=48