Filter 2 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Filter 2 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/310720.svg" alt="Filter 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310720.svg" alt="Filter 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310720.svg" alt="Filter 2 icon" :width="24" :height="24" />
CSS background
.icon-filter-2 {
background-image: url('https://proicons.com/icon/310720.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.795 4.41266L14.7208 12.265C14.5313 12.5593 14.4316 12.9024 14.4338 13.2523V18.0395C14.4324 18.2661 14.3685 18.4879 14.2489 18.6804C14.1294 18.8728 13.9589 19.0285 13.7564 19.1301L10.0943 20.9555C10.0394 20.9859 9.97738 21.0012 9.91461 20.9999C9.85184 20.9986 9.79054 20.9808 9.73691 20.9481C9.68328 20.9155 9.63925 20.8692 9.60927 20.8141C9.57929 20.7589 9.56444 20.6968 9.56621 20.634V13.2523C9.56843 12.9024 9.46871 12.5593 9.27921 12.265L4.20501 4.41266C4.12922 4.26128 4.09412 4.09279 4.10315 3.92375C4.11218 3.7547 4.16504 3.59091 4.25652 3.44847C4.34801 3.30603 4.47497 3.18984 4.62495 3.11132C4.77493 3.0328 4.94275 2.99464 5.11193 3.00061H18.8881C19.0572 2.99464 19.2251 3.0328 19.375 3.11132C19.525 3.18984 19.652 3.30603 19.7435 3.44847C19.835 3.59091 19.8878 3.7547 19.8968 3.92375C19.9059 4.09279 19.8708 4.26128 19.795 4.41266Z" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> </svg>
Copied!