Oneplus Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oneplus 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/345191.svg" alt="Oneplus Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345191.svg" alt="Oneplus Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345191.svg" alt="Oneplus Store icon" :width="24" :height="24" />
CSS background
.icon-oneplus-store {
background-image: url('https://proicons.com/icon/345191.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="32.7332" y1="25.587" x2="32.7332" y2="17.4216"/><line class="c" x1="28.3346" y1="21.1884" x2="36.5" y2="21.1884"/><polyline class="c" points="32.7332 28.314 32.7332 38.4216 15.5 38.4216 15.5 21.1884 25.6076 21.1884"/><line class="c" x1="24.505" y1="34.2781" x2="24.505" y2="25.587"/><path class="c" d="M24.505,25.587h0c0,1.3891-1.1261,2.5151-2.5151,2.5151h0"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M14.9435,10.338c0,2.7188,4.0547,4.9229,9.0565,4.9229s9.0565-2.204,9.0565-4.9229"/><circle class="c" cx="14.9435" cy="10.338" r="1.525"/><circle class="c" cx="33.0565" cy="10.338" r="1.525"/></svg>
Copied!