Boot Volume Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Boot Volume 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/317128.svg" alt="Boot Volume icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317128.svg" alt="Boot Volume icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317128.svg" alt="Boot Volume icon" :width="24" :height="24" />
CSS background
.icon-boot-volume {
background-image: url('https://proicons.com/icon/317128.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,22v-2h-3v-2h-2v2h-1v2h1v6c0,1.1025,.8975,2,2,2h3v-2h-3v-6h3Z"/>
<path d="M23,30h-3c-1.1025,0-2-.8975-2-2v-6c0-1.103,.8975-2,2-2h3c1.1025,0,2,.897,2,2v6c0,1.1025-.8975,2-2,2Zm-3-8v6h3v-6h-3Z"/>
<path d="M14,30h-3c-1.1025,0-2-.8975-2-2v-6c0-1.103,.8975-2,2-2h3c1.1025,0,2,.897,2,2v6c0,1.1025-.8975,2-2,2Zm-3-8v6h3v-6h-3Z"/>
<path d="M5,20H2v-4H0v14H5c1.1025,0,2-.8975,2-2v-6c0-1.103-.8975-2-2-2Zm-3,8v-6h3v6H2Z"/>
<path d="M4,14V5h7.5857l4,4h12.4143v7h2v-7c-.0013-1.1041-.8959-1.9987-2-2h-11.5857l-3.4143-3.4141c-.3742-.3764-.8835-.5873-1.4143-.5859H4c-1.1041,.0013-1.9987,.8959-2,2V14h2Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!