Image Store Local Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Image Store Local icon is commonly used in media galleries, CMS editors and image pickers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/318123.svg" alt="Image Store Local icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318123.svg" alt="Image Store Local icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318123.svg" alt="Image Store Local icon" :width="24" :height="24" />
CSS background
.icon-image-store-local {
background-image: url('https://proicons.com/icon/318123.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="m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"/>
<path class="cls-2" d="m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"/>
<path class="cls-2" d="m26,20v2H6v-14h8v-2H6c-1.104.0011-1.999.8959-2,2v14c.0012,1.104.896,1.9987,2,2h20c1.104-.0015,1.9985-.8961,2-2v-2h-2Z"/>
<rect class="cls-2" x="2" y="26" width="28" height="2"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!