Oppo Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oppo 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/345313.svg" alt="Oppo Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345313.svg" alt="Oppo Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345313.svg" alt="Oppo Store icon" :width="24" :height="24" />
CSS background
.icon-oppo-store {
background-image: url('https://proicons.com/icon/345313.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5,32.3447c5.5222-.9985,11.9438-1.5296,18.5038-1.5303,6.5561,0,12.9748.5298,18.4962,1.5266M35.3433,35.6434c0,.9892-1.0506,1.7911-2.3465,1.7911-.0013,0-.0025,0-.0038,0-1.2959,0-2.3465-.8019-2.3465-1.7911h0c0-.9892,1.0506-1.7911,2.3465-1.7911h0c1.2959-.0016,2.3482.799,2.3503,1.7882,0,.001,0,.0019,0,.0029ZM24.6461,34.1395v4.3605M29.3392,35.6434c0,.9892-1.0506,1.7911-2.3465,1.7911-1.2959.0016-2.3482-.799-2.3503-1.7882,0-.001,0-.0019,0-.0029,0-.9892,1.0506-1.7911,2.3465-1.7911.0013,0,.0025,0,.0038,0,1.2959,0,2.3465.8019,2.3465,1.7911ZM18.6457,34.1395v4.3605M23.3425,35.6434c0,.9892-1.0506,1.7911-2.3465,1.7911-.0013,0-.0025,0-.0038,0-1.2959,0-2.3465-.8019-2.3465-1.7911s1.0506-1.7911,2.3465-1.7911,2.3465.8019,2.3465,1.7911h.0038ZM17.3421,35.6434c0,.9892-1.0506,1.7911-2.3465,1.7911h0c-1.2959.0016-2.3482-.799-2.3503-1.7882,0-.001,0-.0019,0-.0029,0-.9892,1.0506-1.7911,2.3465-1.7911.0013,0,.0025,0,.0038,0,1.2959,0,2.3465.8019,2.3465,1.7911h0ZM33.42,14.9518c-1.3402,4.0646-5.1364,6.8112-9.4163,6.8128-4.2813,0-8.0794-2.7469-9.42-6.8128M35.3925,14.9442c0,1.2438-1.0083,2.252-2.252,2.252-1.2438.0021-2.2537-1.0045-2.2558-2.2483,0-.0013,0-.0025,0-.0038-.0021-1.2438,1.0045-2.2537,2.2483-2.2558.0025,0,.005,0,.0076,0,1.2438,0,2.252,1.0083,2.252,2.252,0,.0013,0,.0025,0,.0038ZM17.123,14.9442c0,1.2438-1.0083,2.252-2.252,2.252-.0013,0-.0025,0-.0038,0-1.2438,0-2.252-1.0083-2.252-2.252h0c-.0021-1.2438,1.0045-2.2537,2.2483-2.2558.0013,0,.0025,0,.0038,0,1.2438-.0021,2.2537,1.0045,2.2558,2.2483,0,.0025,0,.005,0,.0076Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!