Github Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Github 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/326512.svg" alt="Github Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326512.svg" alt="Github Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326512.svg" alt="Github Store icon" :width="24" :height="24" />
CSS background
.icon-github-store {
background-image: url('https://proicons.com/icon/326512.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M32.6132,14.4689l9.7045,5.6051c3.0114,1.7475,3.0114,6.0996,0,7.8471l-24.1897,13.9687c-3.0223,1.7365-6.792-.4396-6.792-3.9236V10.0398c0-3.4949,3.7697-5.671,6.792-3.9236l12.1443,7.0118"/><path class="c" d="M21.5279,15.4054c-1.5709-2.0052-3.3365-2.6464-4.0931-2.8386-.2143-.0544-.4393.0584-.5177.2651-.6936,1.8298-.5186,3.8426-.0309,5.5898"/><line class="c" x1="13.6375" y1="23.6295" x2="15.0746" y2="23.6989"/><line class="c" x1="13.6375" y1="25.6863" x2="15.292" y2="25.1815"/><line class="c" x1="14.356" y1="27.281" x2="15.9656" y2="26.343"/><path class="c" d="M13.6375,31.1404c2.8195,1.7564-1.1555,6.9619,4.3743,6.9116"/><circle class="c" cx="20.4557" cy="22.173" r="1.8257"/><path class="c" d="M23.5558,24.7118c.3964.433.996.4231,1.2364.1849.2151-.2131.1733-.6594.1733-1.1978l-.52-.3506"/><line class="c" x1="20.1129" y1="21.8312" x2="20.1129" y2="21.7268"/><path class="c" d="M19.5127,41.0875c-2.6487-1.5167-1.5496-8.2647.8463-11.8916-.6814-.1429-5.2864-2.0332-5.2864-5.1984,0-7.4185,6.88-9.1,9.4957-9.1s9.4957,1.6815,9.4957,9.1c0,3.1652-4.605,5.0556-5.2864,5.1984.9562,1.4507,1.7145,3.407,2.0992,5.3303"/><path class="c" d="M27.6097,15.4054c1.5709-2.0052,3.3365-2.6464,4.0931-2.8386.2143-.0544.4393.0584.5177.2651.6936,1.8298.5186,3.8426.0309,5.5898"/><line class="c" x1="35.5001" y1="23.6295" x2="34.0631" y2="23.6989"/><line class="c" x1="35.5001" y1="25.6863" x2="33.8456" y2="25.1815"/><line class="c" x1="34.7816" y1="27.281" x2="33.172" y2="26.343"/><circle class="c" cx="29.2694" cy="22.173" r="1.8257"/><path class="c" d="M26.3818,24.7118c-.3964.433-.996.4231-1.2364.1849-.2151-.2131-.1733-.6594-.1733-1.1978l.52-.3506"/><line class="c" x1="29.098" y1="21.8312" x2="29.098" y2="21.7268"/><path class="c" d="M26.4211,34.3673c.6124,1.2364.8116,2.2648.8116,2.2648"/><path class="c" d="M23.0816,35.7424c1.1324,1.7102,1.6916,2.31,1.6916,2.31"/><path class="c" d="M28.3277,34.4713c-.0347.728-.0745,1.5715-.0745,1.5715"/></svg>
Copied!