Queued Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Queued 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/318670.svg" alt="Queued icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318670.svg" alt="Queued icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318670.svg" alt="Queued icon" :width="24" :height="24" />
CSS background
.icon-queued {
background-image: url('https://proicons.com/icon/318670.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: #090909;
}
.cls-2 {
fill: none;
}
</style>
</defs>
<rect class="cls-1" x="22" y="20" width="8" height="2"/>
<rect class="cls-1" x="22" y="24" width="8" height="2"/>
<rect class="cls-1" x="22" y="28" width="8" height="2"/>
<rect class="cls-1" x="18" y="24" width="2" height="2"/>
<rect class="cls-1" x="18" y="20" width="2" height="2"/>
<rect class="cls-1" x="18" y="28" width="2" height="2"/>
<path class="cls-1" d="M6.8149,8.293A12.0777,12.0777,0,0,1,10.0068,5.62L9.0079,3.89A14.0845,14.0845,0,0,0,5.2841,7.0083Z" transform="translate(0 0)"/>
<path class="cls-1" d="M25.1851,8.293l1.5308-1.2847A14.0845,14.0845,0,0,0,22.9921,3.89l-.9989,1.73A12.0777,12.0777,0,0,1,25.1851,8.293Z" transform="translate(0 0)"/>
<path class="cls-1" d="M4.7366,11.9l-1.8772-.6831A13.9019,13.9019,0,0,0,2,16H4A11.917,11.917,0,0,1,4.7366,11.9Z" transform="translate(0 0)"/>
<path class="cls-1" d="M6.8149,23.707A11.9975,11.9975,0,0,1,4.7366,20.1l-1.8772.6831a13.99,13.99,0,0,0,2.4247,4.209Z" transform="translate(0 0)"/>
<path class="cls-1" d="M27.2634,11.9A11.917,11.917,0,0,1,28,16h2a13.8971,13.8971,0,0,0-.8594-4.7827Z" transform="translate(0 0)"/>
<path class="cls-1" d="M13.9182,27.8066A11.8894,11.8894,0,0,1,10.0068,26.38l-.9989,1.73a13.8673,13.8673,0,0,0,4.5633,1.664Z" transform="translate(0 0)"/>
<path class="cls-1" d="M13.9182,4.1934a11.3012,11.3012,0,0,1,4.1636,0l.347-1.9678a13.187,13.187,0,0,0-4.8576,0Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/>
</svg>
Copied!