list expansion icon
list-expansion-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- list-expansion-line
- Set
- MingCute Icon
- Style
- Line
- 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="M20.837 5.607c.132-.258-.062-.556-.38-.584a29 29 0 0 0-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.966c.549.845 1.033 1.48 1.343 1.865c.183.225.53.235.704.02c.311-.385.806-1.03 1.361-1.884a22 22 0 0 0 1.13-1.94m0 9.999c.132-.257-.062-.556-.38-.583c-.536-.046-1.39-.1-2.454-.1c-1.106 0-1.983.057-2.516.105c-.296.026-.461.298-.332.552c.22.431.596 1.12 1.144 1.966a23 23 0 0 0 1.343 1.864c.183.226.53.236.704.02c.311-.384.806-1.03 1.361-1.883a22 22 0 0 0 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 MingcuteListExpansionLine(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 5.607c.132-.258-.062-.556-.38-.584a29 29 0 0 0-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.966c.549.845 1.033 1.48 1.343 1.865c.183.225.53.235.704.02c.311-.385.806-1.03 1.361-1.884a22 22 0 0 0 1.13-1.94m0 9.999c.132-.257-.062-.556-.38-.583c-.536-.046-1.39-.1-2.454-.1c-1.106 0-1.983.057-2.516.105c-.296.026-.461.298-.332.552c.22.431.596 1.12 1.144 1.966a23 23 0 0 0 1.343 1.864c.183.226.53.236.704.02c.311-.384.806-1.03 1.361-1.883a22 22 0 0 0 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 5.607c.132-.258-.062-.556-.38-.584a29 29 0 0 0-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.966c.549.845 1.033 1.48 1.343 1.865c.183.225.53.235.704.02c.311-.385.806-1.03 1.361-1.884a22 22 0 0 0 1.13-1.94m0 9.999c.132-.257-.062-.556-.38-.583c-.536-.046-1.39-.1-2.454-.1c-1.106 0-1.983.057-2.516.105c-.296.026-.461.298-.332.552c.22.431.596 1.12 1.144 1.966a23 23 0 0 0 1.343 1.864c.183.226.53.236.704.02c.311-.384.806-1.03 1.361-1.883a22 22 0 0 0 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-expansion-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%205.607c.132-.258-.062-.556-.38-.584a29%2029%200%200%200-2.454-.1c-1.106%200-1.983.058-2.516.105c-.296.027-.461.299-.332.552c.22.432.596%201.121%201.144%201.966c.549.845%201.033%201.48%201.343%201.865c.183.225.53.235.704.02c.311-.385.806-1.03%201.361-1.884a22%2022%200%200%200%201.13-1.94m0%209.999c.132-.257-.062-.556-.38-.583c-.536-.046-1.39-.1-2.454-.1c-1.106%200-1.983.057-2.516.105c-.296.026-.461.298-.332.552c.22.431.596%201.12%201.144%201.966a23%2023%200%200%200%201.343%201.864c.183.226.53.236.704.02c.311-.384.806-1.03%201.361-1.883a22%2022%200%200%200%201.13-1.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%205.607c.132-.258-.062-.556-.38-.584a29%2029%200%200%200-2.454-.1c-1.106%200-1.983.058-2.516.105c-.296.027-.461.299-.332.552c.22.432.596%201.121%201.144%201.966c.549.845%201.033%201.48%201.343%201.865c.183.225.53.235.704.02c.311-.385.806-1.03%201.361-1.884a22%2022%200%200%200%201.13-1.94m0%209.999c.132-.257-.062-.556-.38-.583c-.536-.046-1.39-.1-2.454-.1c-1.106%200-1.983.057-2.516.105c-.296.026-.461.298-.332.552c.22.431.596%201.12%201.144%201.966a23%2023%200%200%200%201.343%201.864c.183.226.53.236.704.02c.311-.384.806-1.03%201.361-1.883a22%2022%200%200%200%201.13-1.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-expansion-line.svg?color=%231a73e8&size=48