Sky Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sky 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/347417.svg" alt="Sky Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347417.svg" alt="Sky Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347417.svg" alt="Sky Store icon" :width="24" :height="24" />
CSS background
.icon-sky-store {
background-image: url('https://proicons.com/icon/347417.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="d" x1="5.5" x2="42.5" y1="24" y2="24"/><line class="d" x1="21.798" x2="21.798" y1="8.7297" y2="17.702"/><line class="d" x1="21.799" x2="25.86" y1="15.796" y2="11.754"/><line class="d" x1="23.092" x2="26.284" y1="14.51" y2="17.688"/><path class="d" d="m15.926 17.2c.4095.3439.8517.5015 1.8447.5015h.5032c.8189 0 1.4828-.6653 1.4828-1.486s-.6639-1.486-1.4828-1.486h-1.0064c-.8189 0-1.4828-.6653-1.4828-1.486s.6639-1.486 1.4828-1.486h.5032c.993 0 1.4352.1576 1.8447.5015"/><line class="d" x1="30.118" x2="27.729" y1="17.702" y2="11.758"/><line class="d" x1="32.215" x2="29.05" y1="11.758" y2="20.73"/><path class="d" d="m27.92 32.6c0-1.1046.89543-2 2-2"/><line class="d" x1="27.92" x2="27.92" y1="30.6" y2="35.9"/><path class="d" d="m12.232 35.453c.36517.30665.75944.44716 1.6449.44716h.44869c.7302 0 1.3222-.59322 1.3222-1.325s-.59195-1.325-1.3222-1.325h-.89739c-.7302 0-1.3222-.59322-1.3222-1.325s.59195-1.325 1.3222-1.325h.4487c.88542 0 1.2797.14051 1.6449.44716"/><path class="d" d="m18.672 28.95v5.95c0 .55228.44772 1 1 1h.3"/><line class="d" x1="17.622" x2="19.722" y1="30.6" y2="30.6"/><path class="d" d="m35.632 34.891c-.34447.60292-.99366 1.0093-1.7378 1.0093-1.1046 0-2-.89543-2-2v-1.3c0-1.1046.89542-2 2-2 1.1046 0 2 .89543 2 2v.65h-4"/><path class="d" d="m21.946 32.6c0-1.1046.89543-2 2-2s2 .89543 2 2v1.3c0 1.1046-.89543 2-2 2s-2-.89543-2-2z"/></svg>
Copied!