My Oppo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Oppo 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/344328.svg" alt="My Oppo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344328.svg" alt="My Oppo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344328.svg" alt="My Oppo icon" :width="24" :height="24" />
CSS background
.icon-my-oppo {
background-image: url('https://proicons.com/icon/344328.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.1774,16.0178l-7.37-7.37H12.1925l-7.37,7.37a1.1016,1.1016,0,0,0-.0572,1.496L23.1639,38.9676a1.1014,1.1014,0,0,0,1.6722,0L43.2346,17.5138A1.1016,1.1016,0,0,0,43.1774,16.0178Z"/><polyline class="a" points="16.673 20.336 24 27.664 31.327 20.336"/></svg>
Copied!