Batch Job Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Batch Job 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/317099.svg" alt="Batch Job icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317099.svg" alt="Batch Job icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317099.svg" alt="Batch Job icon" :width="24" :height="24" />
CSS background
.icon-batch-job {
background-image: url('https://proicons.com/icon/317099.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M32,26v-2h-2.1011c-.1299-.6372-.3843-1.2285-.7319-1.7529l1.4897-1.4897-1.4141-1.4141-1.4897,1.4897c-.5244-.3477-1.1157-.6021-1.7529-.7319v-2.1011h-2v2.1011c-.6372,.1299-1.2285,.3843-1.7529,.7319l-1.4897-1.4897-1.4141,1.4141,1.4897,1.4897c-.3477,.5244-.6021,1.1157-.7319,1.7529h-2.1011v2h2.1011c.1299,.6372,.3843,1.2285,.7319,1.7529l-1.4897,1.4897,1.4141,1.4141,1.4897-1.4897c.5244,.3477,1.1157,.6021,1.7529,.7319v2.1011h2v-2.1011c.6372-.1299,1.2285-.3843,1.7529-.7319l1.4897,1.4897,1.4141-1.4141-1.4897-1.4897c.3477-.5244,.6021-1.1157,.7319-1.7529h2.1011Zm-7,2c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"/>
<path d="M20,17H12c-1.1046,0-2-.8954-2-2V4c0-1.1046,.8954-2,2-2h8c1.1046,0,2,.8954,2,2V15c0,1.1046-.8954,2-2,2Zm-8-2h8V4H12V15Z"/>
<path d="M17,21H8c-1.1046,0-2-.8954-2-2V7h2v12h9v2Z"/>
<path d="M13,25H4c-1.1028,0-2-.8972-2-2V11h2v12H13v2Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!