Container Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Container Store 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/323989.svg" alt="Container Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323989.svg" alt="Container Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323989.svg" alt="Container Store icon" :width="24" :height="24" />
CSS background
.icon-container-store {
background-image: url('https://proicons.com/icon/323989.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M43.5,15.0833l-6.6001,16.8653c-.2285.5839-.7914.9681-1.4184.9681H12.5185c-.627,0-1.1899-.3842-1.4184-.9681L4.5,15.0833"/><path class="b" d="M37.8622,15.0833l-4.6045,11.6313c-.2208.5578-.76.9243-1.3599.9243h-15.7954c-.6,0-1.1391-.3664-1.3599-.9243l-4.6045-11.6313"/><path class="b" d="M32.2243,15.0833l-2.4663,6.0602c-.2996.7362-1.0153,1.2176-1.8101,1.2176h-7.8958c-.7948,0-1.5105-.4814-1.8101-1.2176l-2.4663-6.0602"/></svg>
Copied!