Filter Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The 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/312121.svg" alt="Filter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312121.svg" alt="Filter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312121.svg" alt="Filter icon" :width="24" :height="24" />
CSS background
.icon-filter {
background-image: url('https://proicons.com/icon/312121.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-filter" viewBox="0 0 22 22"><path d="M11 17H12V10H13V9H14V8H15V7H16V5H6V7H7V8H8V9H9V10H10V16H11M14 20H11V19H10V18H9V17H8V11H7V10H6V9H5V8H4V4H5V3H17V4H18V8H17V9H16V10H15V11H14Z" /></svg>
Filter in other icon packs
Copied!