list collapse icon

list-collapse-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
list-collapse-fill
Set
MingCute Icon
Style
Fill
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="M4 3.5a1.5 1.5 0 1 0 0 3h7.5a1.5 1.5 0 0 0 0-3zM2.5 12A1.5 1.5 0 0 1 4 10.5h7.5a1.5 1.5 0 0 1 0 3H4A1.5 1.5 0 0 1 2.5 12M4 17.5a1.5 1.5 0 0 0 0 3h7.5a1.5 1.5 0 0 0 0-3zm17.312 1.182c.285.558-.145 1.22-.831 1.279c-.55.047-1.421.102-2.505.102c-1.125 0-2.02-.059-2.565-.107c-.64-.058-1.008-.658-.727-1.211c.226-.445.611-1.15 1.17-2.01a23 23 0 0 1 1.375-1.908c.397-.492 1.165-.51 1.541-.046c.32.394.825 1.052 1.39 1.921a22 22 0 0 1 1.152 1.98m0-10c.285.558-.145 1.22-.831 1.279c-.55.047-1.421.102-2.505.102c-1.125 0-2.02-.059-2.565-.107c-.64-.057-1.008-.658-.727-1.21c.226-.445.611-1.15 1.17-2.012c.56-.861 1.055-1.51 1.375-1.907c.397-.492 1.165-.51 1.541-.046c.32.394.825 1.052 1.39 1.921c.543.837.924 1.533 1.152 1.98"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteListCollapseFill(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="M4 3.5a1.5 1.5 0 1 0 0 3h7.5a1.5 1.5 0 0 0 0-3zM2.5 12A1.5 1.5 0 0 1 4 10.5h7.5a1.5 1.5 0 0 1 0 3H4A1.5 1.5 0 0 1 2.5 12M4 17.5a1.5 1.5 0 0 0 0 3h7.5a1.5 1.5 0 0 0 0-3zm17.312 1.182c.285.558-.145 1.22-.831 1.279c-.55.047-1.421.102-2.505.102c-1.125 0-2.02-.059-2.565-.107c-.64-.058-1.008-.658-.727-1.211c.226-.445.611-1.15 1.17-2.01a23 23 0 0 1 1.375-1.908c.397-.492 1.165-.51 1.541-.046c.32.394.825 1.052 1.39 1.921a22 22 0 0 1 1.152 1.98m0-10c.285.558-.145 1.22-.831 1.279c-.55.047-1.421.102-2.505.102c-1.125 0-2.02-.059-2.565-.107c-.64-.057-1.008-.658-.727-1.21c.226-.445.611-1.15 1.17-2.012c.56-.861 1.055-1.51 1.375-1.907c.397-.492 1.165-.51 1.541-.046c.32.394.825 1.052 1.39 1.921c.543.837.924 1.533 1.152 1.98"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 3.5a1.5 1.5 0 1 0 0 3h7.5a1.5 1.5 0 0 0 0-3zM2.5 12A1.5 1.5 0 0 1 4 10.5h7.5a1.5 1.5 0 0 1 0 3H4A1.5 1.5 0 0 1 2.5 12M4 17.5a1.5 1.5 0 0 0 0 3h7.5a1.5 1.5 0 0 0 0-3zm17.312 1.182c.285.558-.145 1.22-.831 1.279c-.55.047-1.421.102-2.505.102c-1.125 0-2.02-.059-2.565-.107c-.64-.058-1.008-.658-.727-1.211c.226-.445.611-1.15 1.17-2.01a23 23 0 0 1 1.375-1.908c.397-.492 1.165-.51 1.541-.046c.32.394.825 1.052 1.39 1.921a22 22 0 0 1 1.152 1.98m0-10c.285.558-.145 1.22-.831 1.279c-.55.047-1.421.102-2.505.102c-1.125 0-2.02-.059-2.565-.107c-.64-.057-1.008-.658-.727-1.21c.226-.445.611-1.15 1.17-2.012c.56-.861 1.055-1.51 1.375-1.907c.397-.492 1.165-.51 1.541-.046c.32.394.825 1.052 1.39 1.921c.543.837.924 1.533 1.152 1.98"/></svg>
</template>

CSS

.icon-list-collapse-fill {
  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%22M4%203.5a1.5%201.5%200%201%200%200%203h7.5a1.5%201.5%200%200%200%200-3zM2.5%2012A1.5%201.5%200%200%201%204%2010.5h7.5a1.5%201.5%200%200%201%200%203H4A1.5%201.5%200%200%201%202.5%2012M4%2017.5a1.5%201.5%200%200%200%200%203h7.5a1.5%201.5%200%200%200%200-3zm17.312%201.182c.285.558-.145%201.22-.831%201.279c-.55.047-1.421.102-2.505.102c-1.125%200-2.02-.059-2.565-.107c-.64-.058-1.008-.658-.727-1.211c.226-.445.611-1.15%201.17-2.01a23%2023%200%200%201%201.375-1.908c.397-.492%201.165-.51%201.541-.046c.32.394.825%201.052%201.39%201.921a22%2022%200%200%201%201.152%201.98m0-10c.285.558-.145%201.22-.831%201.279c-.55.047-1.421.102-2.505.102c-1.125%200-2.02-.059-2.565-.107c-.64-.057-1.008-.658-.727-1.21c.226-.445.611-1.15%201.17-2.012c.56-.861%201.055-1.51%201.375-1.907c.397-.492%201.165-.51%201.541-.046c.32.394.825%201.052%201.39%201.921c.543.837.924%201.533%201.152%201.98%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%22M4%203.5a1.5%201.5%200%201%200%200%203h7.5a1.5%201.5%200%200%200%200-3zM2.5%2012A1.5%201.5%200%200%201%204%2010.5h7.5a1.5%201.5%200%200%201%200%203H4A1.5%201.5%200%200%201%202.5%2012M4%2017.5a1.5%201.5%200%200%200%200%203h7.5a1.5%201.5%200%200%200%200-3zm17.312%201.182c.285.558-.145%201.22-.831%201.279c-.55.047-1.421.102-2.505.102c-1.125%200-2.02-.059-2.565-.107c-.64-.058-1.008-.658-.727-1.211c.226-.445.611-1.15%201.17-2.01a23%2023%200%200%201%201.375-1.908c.397-.492%201.165-.51%201.541-.046c.32.394.825%201.052%201.39%201.921a22%2022%200%200%201%201.152%201.98m0-10c.285.558-.145%201.22-.831%201.279c-.55.047-1.421.102-2.505.102c-1.125%200-2.02-.059-2.565-.107c-.64-.057-1.008-.658-.727-1.21c.226-.445.611-1.15%201.17-2.012c.56-.861%201.055-1.51%201.375-1.907c.397-.492%201.165-.51%201.541-.046c.32.394.825%201.052%201.39%201.921c.543.837.924%201.533%201.152%201.98%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/list-collapse-fill.svg?color=%231a73e8&size=48