Oneplus Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Oneplus 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/315411.svg" alt="Oneplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315411.svg" alt="Oneplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315411.svg" alt="Oneplus icon" :width="24" :height="24" />
CSS background
.icon-oneplus {
background-image: url('https://proicons.com/icon/315411.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>OnePlus</title><path d="M0 3.74V24h20.26V12.428h-2.256v9.317H2.254V5.995h9.318V3.742zM18.004 0v3.74h-3.758v2.256h3.758v3.758h2.255V5.996H24V3.74h-3.758V0zm-6.45 18.756V8.862H9.562c0 .682-.228 1.189-.577 1.504-.367.297-.91.437-1.556.437h-.245v1.625h2.133v6.31h2.237z"/></svg>
Copied!