Part Usage Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Part Usage 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/318540.svg" alt="Part Usage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318540.svg" alt="Part Usage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318540.svg" alt="Part Usage icon" :width="24" :height="24" />
CSS background
.icon-part-usage {
background-image: url('https://proicons.com/icon/318540.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;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
</style>
</defs>
<path class="cls-2" d="m20.8336,16.8081c-2.4408,0-3.8336.9114-3.8336,2.7507,0,1.5986,1.0315,2.6477,2.854,2.6477,1.3408,0,2.321-.6019,2.613-1.7539h.1034c.1371.9285.7216,1.5474,1.6675,1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052,0-2.8539.6879-3.5073,1.7194l1.3068,1.1689c.4296-.6189,1.0144-1.1344,2.0454-1.1344,1.1694,0,1.668.5844,1.668,1.5817v.6531h-1.5304Zm1.5304,2.51c0,.8425-.7908,1.2893-1.7705,1.2893-.8601,0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002,1.7194-1.1002h1.4098v1.1862Z"/>
<path class="cls-2" d="m9.272,17.427h3.1287c2.218,0,3.5588-1.4785,3.5588-3.7133,0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573Zm0-5.4501h2.9225c.8767,0,1.4098.4642,1.4098,1.3414v.7908c0,.8767-.5331,1.358-1.4098,1.358h-2.9225v-3.4902Z"/>
<path class="cls-2" d="m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!