Storage Saver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Storage Saver 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/347916.svg" alt="Storage Saver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347916.svg" alt="Storage Saver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347916.svg" alt="Storage Saver icon" :width="24" :height="24" />
CSS background
.icon-storage-saver {
background-image: url('https://proicons.com/icon/347916.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m25.3097,8.0727h3.0843c1.1799,0,2.3115.4687,3.1459,1.3031l6.4061,6.4061c.8343.8343,1.3031,1.9659,1.3031,3.1459v11.2441c0,1.2285-.9959,2.2245-2.2245,2.2245h-12.0475c-1.2285,0-2.2245-.9959-2.2245-2.2245v-5.6314"/><path class="c" d="m39.2491,37.4482v2.8274c0,1.2285-.9959,2.2245-2.2245,2.2245H10.9754c-1.2285,0-2.2245-.9959-2.2245-2.2245V10.2972c0-1.2285.9959-2.2245,2.2245-2.2245h2.7806"/><line class="c" x1="25.3097" y1="5.5" x2="25.3097" y2="11.7212"/><line class="c" x1="19.5329" y1="5.5" x2="19.5329" y2="11.7212"/><line class="c" x1="13.756" y1="5.5" x2="13.756" y2="11.7212"/><polyline class="c" points="29.1027 26.0774 22.7526 19.7274 16.4026 26.0774"/></svg>
Copied!