List Filter Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The List Filter icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307272.svg" alt="List Filter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307272.svg" alt="List Filter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307272.svg" alt="List Filter icon" :width="24" :height="24" />
CSS background
.icon-list-filter {
background-image: url('https://proicons.com/icon/307272.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 3.5C2 3.22386 2.22386 3 2.5 3H13.5C13.7761 3 14 3.22386 14 3.5C14 3.77614 13.7761 4 13.5 4H2.5C2.22386 4 2 3.77614 2 3.5ZM4 7.5C4 7.22386 4.22386 7 4.5 7H11.5C11.7761 7 12 7.22386 12 7.5C12 7.77614 11.7761 8 11.5 8H4.5C4.22386 8 4 7.77614 4 7.5ZM6 11.5C6 11.2239 6.22386 11 6.5 11H9.5C9.77614 11 10 11.2239 10 11.5C10 11.7761 9.77614 12 9.5 12H6.5C6.22386 12 6 11.7761 6 11.5Z"/></svg>
List Filter in other icon packs
Copied!