Filter Filled Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Filter Filled 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/307168.svg" alt="Filter Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307168.svg" alt="Filter Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307168.svg" alt="Filter Filled icon" :width="24" :height="24" />
CSS background
.icon-filter-filled {
background-image: url('https://proicons.com/icon/307168.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="M9.5 14H6.5C6.224 14 6 13.776 6 13.5V9.329C6 8.928 5.844 8.552 5.561 8.268L1.561 4.268C1.205 3.911 1 3.418 1 2.914C1 1.858 1.858 1 2.914 1H13.086C14.142 1 15 1.858 15 2.914C15 3.417 14.796 3.911 14.439 4.267L10.439 8.267C10.156 8.551 10 8.927 10 9.328V13.499C10 13.775 9.776 13.999 9.5 13.999V14Z"/></svg>
Filter Filled in other icon packs
Copied!