Storage Request Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Storage Request 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/318938.svg" alt="Storage Request icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318938.svg" alt="Storage Request icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318938.svg" alt="Storage Request icon" :width="24" :height="24" />
CSS background
.icon-storage-request {
background-image: url('https://proicons.com/icon/318938.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: none;
}
</style>
</defs>
<path d="M4,21H2v3a2.0059,2.0059,0,0,0,2,2H7V24H4Z"/>
<path d="M4,8H7V6H4A2.0059,2.0059,0,0,0,2,8v3H4Z"/>
<rect x="17" y="6" width="6" height="2"/>
<rect x="9" y="6" width="6" height="2"/>
<rect x="17" y="24" width="6" height="2"/>
<polygon points="28 15 4 15 4 13 2 13 2 19 4 19 4 17 28 17 28 19 30 19 30 13 28 13 28 15"/>
<path d="M28,24H25v2h3a2.0059,2.0059,0,0,0,2-2V21H28Z"/>
<path d="M28,6H25V8h3v3h2V8A2.0059,2.0059,0,0,0,28,6Z"/>
<rect x="9" y="24" width="6" height="2"/>
<circle cx="7" cy="12" r="1"/>
<circle cx="7" cy="20" r="1"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!