Sort Collector Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sort Collector 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/347653.svg" alt="Sort Collector icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347653.svg" alt="Sort Collector icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347653.svg" alt="Sort Collector icon" :width="24" :height="24" />
CSS background
.icon-sort-collector {
background-image: url('https://proicons.com/icon/347653.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="8.3133" y="20.2771" width="31.3735" height="20.006" rx="7.7982" ry="7.7982"/><path class="b" d="M8.3652,27.1807h-1.1724c-1.4872,0-2.6928,1.2056-2.6928,2.6928s1.2056,2.6928,2.6928,2.6928h1.1205"/><path class="b" d="M19.5881,29.8735c0-1.4872-1.2056-2.6928-2.6928-2.6928s-2.6928,1.2056-2.6928,2.6928"/><path class="b" d="M21.3072,13.5074c0,1.4872,1.2056,2.6928,2.6928,2.6928s2.6928-1.2056,2.6928-2.6928v-3.0978c0-1.4872-1.2056-2.6928-2.6928-2.6928s-2.6928,1.2056-2.6928,2.6928v3.0978Z"/><line class="b" x1="24" y1="16.2002" x2="24" y2="20.2771"/><path class="b" d="M39.6348,27.1807h1.1724c1.4872,0,2.6928,1.2056,2.6928,2.6928s-1.2056,2.6928-2.6928,2.6928h-1.1205"/><path class="b" d="M28.4119,29.8735c0-1.4872,1.2056-2.6928,2.6928-2.6928s2.6928,1.2056,2.6928,2.6928"/><path class="b" d="M32.1687,40.277v-2.5651c0-1.673-1.494-2.9511-3.1443-2.6766-1.5842.2635-3.4894.513-5.0244.513s-3.4401-.2495-5.0244-.513c-1.6504-.2745-3.1443,1.0036-3.1443,2.6766v2.5651"/></svg>
Copied!