list expansion icon
list-expansion-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- list-expansion-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the list expansion 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-3zm17.312 2.326c.285-.558-.145-1.22-.831-1.279a30 30 0 0 0-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.98m0 10c.285-.558-.145-1.22-.831-1.279a30 30 0 0 0-2.505-.102c-1.125 0-2.02.059-2.565.107c-.64.057-1.008.658-.727 1.21a22 22 0 0 0 1.17 2.011a23 23 0 0 0 1.375 1.908c.397.492 1.165.51 1.541.046c.32-.395.825-1.053 1.39-1.922c.543-.836.924-1.532 1.152-1.98M2.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-3z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteListExpansionFill(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-3zm17.312 2.326c.285-.558-.145-1.22-.831-1.279a30 30 0 0 0-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.98m0 10c.285-.558-.145-1.22-.831-1.279a30 30 0 0 0-2.505-.102c-1.125 0-2.02.059-2.565.107c-.64.057-1.008.658-.727 1.21a22 22 0 0 0 1.17 2.011a23 23 0 0 0 1.375 1.908c.397.492 1.165.51 1.541.046c.32-.395.825-1.053 1.39-1.922c.543-.836.924-1.532 1.152-1.98M2.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-3z"/></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-3zm17.312 2.326c.285-.558-.145-1.22-.831-1.279a30 30 0 0 0-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.98m0 10c.285-.558-.145-1.22-.831-1.279a30 30 0 0 0-2.505-.102c-1.125 0-2.02.059-2.565.107c-.64.057-1.008.658-.727 1.21a22 22 0 0 0 1.17 2.011a23 23 0 0 0 1.375 1.908c.397.492 1.165.51 1.541.046c.32-.395.825-1.053 1.39-1.922c.543-.836.924-1.532 1.152-1.98M2.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-3z"/></svg> </template>
CSS
.icon-list-expansion-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-3zm17.312%202.326c.285-.558-.145-1.22-.831-1.279a30%2030%200%200%200-2.505-.102c-1.125%200-2.02.059-2.565.107c-.64.057-1.008.658-.727%201.21c.226.445.611%201.15%201.17%202.012c.56.861%201.055%201.51%201.375%201.907c.397.492%201.165.51%201.541.046c.32-.394.825-1.052%201.39-1.921c.543-.837.924-1.533%201.152-1.98m0%2010c.285-.558-.145-1.22-.831-1.279a30%2030%200%200%200-2.505-.102c-1.125%200-2.02.059-2.565.107c-.64.057-1.008.658-.727%201.21a22%2022%200%200%200%201.17%202.011a23%2023%200%200%200%201.375%201.908c.397.492%201.165.51%201.541.046c.32-.395.825-1.053%201.39-1.922c.543-.836.924-1.532%201.152-1.98M2.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-3z%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-3zm17.312%202.326c.285-.558-.145-1.22-.831-1.279a30%2030%200%200%200-2.505-.102c-1.125%200-2.02.059-2.565.107c-.64.057-1.008.658-.727%201.21c.226.445.611%201.15%201.17%202.012c.56.861%201.055%201.51%201.375%201.907c.397.492%201.165.51%201.541.046c.32-.394.825-1.052%201.39-1.921c.543-.837.924-1.533%201.152-1.98m0%2010c.285-.558-.145-1.22-.831-1.279a30%2030%200%200%200-2.505-.102c-1.125%200-2.02.059-2.565.107c-.64.057-1.008.658-.727%201.21a22%2022%200%200%200%201.17%202.011a23%2023%200%200%200%201.375%201.908c.397.492%201.165.51%201.541.046c.32-.395.825-1.053%201.39-1.922c.543-.836.924-1.532%201.152-1.98M2.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-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/list-expansion-fill.svg?color=%231a73e8&size=48