Orionstore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Orionstore 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/330790.svg" alt="Orionstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330790.svg" alt="Orionstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330790.svg" alt="Orionstore icon" :width="24" :height="24" />
CSS background
.icon-orionstore {
background-image: url('https://proicons.com/icon/330790.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><rect class="c" x="6.2594" y="6.2594" width="35.4811" height="35.4811" rx="8.6305" ry="8.6305" transform="translate(2.1831 -2.0004) rotate(5)"/><rect class="c" x="23.7431" y="25.7963" width="9.5895" height="9.5895" rx="1.9179" ry="1.9179" transform="translate(2.7748 -2.3708) rotate(5)"/><circle class="c" cx="17.1724" cy="29.5967" r="4.7947"/><polygon class="c" points="31.7872 24.074 24.3024 12.9854 15.0059 22.6059 31.7872 24.074"/></svg>
Copied!