Funnel Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Funnel Svg 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/308916.svg" alt="Funnel Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308916.svg" alt="Funnel Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308916.svg" alt="Funnel Svg icon" :width="24" :height="24" />
CSS background
.icon-funnel---svg {
background-image: url('https://proicons.com/icon/308916.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 fill-rule="evenodd" clip-rule="evenodd" d="M4.00001 3C3.62123 3 3.27497 3.214 3.10558 3.55279C2.93619 3.89157 2.97274 4.29698 3.20001 4.6L8.80001 12.0667C8.92983 12.2398 9.00001 12.4503 9.00001 12.6667V20C9.00001 20.3466 9.17946 20.6684 9.47427 20.8507C9.76909 21.0329 10.1372 21.0494 10.4472 20.8944L14.4472 18.8944C14.786 18.725 15 18.3788 15 18V12.6667C15 12.4503 15.0702 12.2398 15.2 12.0667L20.8 4.6C21.0273 4.29698 21.0638 3.89157 20.8944 3.55279C20.725 3.214 20.3788 3 20 3H4.00001Z" fill="#292929"/> </svg>
Copied!