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/310129.svg" alt="Filter 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310129.svg" alt="Filter 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310129.svg" alt="Filter 2 icon" :width="24" :height="24" />
CSS background
.icon-filter-2 {
background-image: url('https://proicons.com/icon/310129.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="M20.6198 3.88992C20.6312 4.18813 20.5659 4.48429 20.4298 4.74992V4.81991L15.3598 12.6799C15.2499 12.8498 15.1908 13.0476 15.1897 13.2499V18.0399C15.1859 18.4048 15.0823 18.7617 14.8902 19.0719C14.698 19.3822 14.4247 19.6339 14.0998 19.7999L10.4397 21.6299C10.2834 21.7145 10.1075 21.756 9.92984 21.7499C9.73559 21.7461 9.54577 21.6909 9.37979 21.5899C9.21103 21.493 9.07252 21.351 8.97976 21.1799C8.88627 21.0049 8.84138 20.8081 8.84976 20.6099V13.2599C8.84916 13.0512 8.79036 12.8469 8.67984 12.6699L3.59976 4.81991C3.4458 4.5347 3.36993 4.21388 3.37979 3.88992C3.39633 3.58992 3.49305 3.29984 3.65982 3.04992C3.81875 2.79883 4.03902 2.59233 4.29983 2.44991C4.56916 2.31323 4.86785 2.24457 5.16983 2.24992H18.9198C19.2091 2.24354 19.4951 2.31246 19.7498 2.44991C20.0176 2.58617 20.2426 2.79383 20.3998 3.04992C20.5455 3.3058 20.6213 3.59548 20.6198 3.88992Z" fill="black"/> </svg>
Copied!