Summit Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Summit 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/333450.svg" alt="Summit Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333450.svg" alt="Summit Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333450.svg" alt="Summit Store icon" :width="24" :height="24" />
CSS background
.icon-summit-store {
background-image: url('https://proicons.com/icon/333450.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m21 39.5v-19.75c0-6.2132 5.0368-11.25 11.25-11.25h11.25v11.25c0 6.2132-5.0368 11.25-11.25 11.25h-2.25"/><path class="d" d="m30 28h2.25c4.5563 0 8.25-3.6937 8.25-8.25v-8.25h-8.25c-4.5563 0-8.25 3.6937-8.25 8.25v19.75"/><path class="d" d="m30 25h2.25c2.8995 0 5.25-2.3505 5.25-5.25v-5.25h-5.25c-2.8995 0-5.25 2.3505-5.25 5.25v19.75"/><path class="d" d="m21.701 10.201c-1.7261-1.0779-3.7656-1.7008-5.9505-1.7008h-11.25v11.25c0 6.2132 5.0368 11.25 11.25 11.25h2.25"/><path class="d" d="m18 28h-2.25c-4.5563 0-8.25-3.6937-8.25-8.25v-8.25h8.25c1.5228 0 2.9493.4126 4.1737 1.1321"/><path class="d" d="m18 25h-2.25c-2.8995 0-5.25-2.3505-5.25-5.25v-5.25h5.25c1.0883 0 2.0992.33114 2.9376.89815"/></svg>
Copied!