Storage Systems Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Storage Systems 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/320764.svg" alt="Storage Systems icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320764.svg" alt="Storage Systems icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320764.svg" alt="Storage Systems icon" :width="24" :height="24" />
CSS background
.icon-storage-systems {
background-image: url('https://proicons.com/icon/320764.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="storage--systems_00000138564125714695197280000006890426104017600137_" d="M30,28.36H2c-0.199,0-0.36-0.161-0.36-0.36v-6 h0.72v5.64h27.28V22h0.721v6C30.36,28.199,30.199,28.36,30,28.36z M26,25.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36 s1.36,0.61,1.36,1.36S26.75,25.36,26,25.36z M26,23.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S26.353,23.36,26,23.36z M22,24.36H5v-0.72h17V24.36z M30,20.36H2c-0.199,0-0.36-0.161-0.36-0.36v-6h0.72v5.64h27.28V14h0.721v6 C30.36,20.199,30.199,20.36,30,20.36z M26,17.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36 S26.75,17.36,26,17.36z M26,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S26.353,15.36,26,15.36z M22,16.36H5v-0.72h17V16.36z M30,12.36H2c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36h28 c0.199,0,0.36,0.161,0.36,0.36v8C30.36,12.199,30.199,12.36,30,12.36z M2.36,11.64h27.28V4.36H2.36V11.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!