Filterbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Filterbox 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/325850.svg" alt="Filterbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325850.svg" alt="Filterbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325850.svg" alt="Filterbox icon" :width="24" :height="24" />
CSS background
.icon-filterbox {
background-image: url('https://proicons.com/icon/325850.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M36.0001,21.5c0-5.9658-4.3112-10.885-10-11.832v-2.168c0-1.108-.892-2-2-2s-2,.892-2,2v2.168c-5.6888.9474-10,5.8662-10,11.832v11.379l-3.0607,3.0607c-.429.429-.5573,1.0742-.3252,1.6347.2322.5605.7791.926,1.3858.926h28c.6067,0,1.1536-.3655,1.3858-.926.2322-.5605.1038-1.2057-.3252-1.6347l-3.0606-3.0606v-11.3791Z"/><path class="c" d="M28.0001,38.5c0,1.4291-.7624,2.7496-2,3.4641s-2.7624.7145-4,0-2-2.035-2-3.4641h8Z"/><path class="c" d="M16.0001,20h16"/><path class="c" d="M21.5001,30.672h5"/><path class="c" d="M18.5001,25.336h11"/></svg>
Copied!