Oneplus Tips Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oneplus Tips 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/345192.svg" alt="Oneplus Tips icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345192.svg" alt="Oneplus Tips icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345192.svg" alt="Oneplus Tips icon" :width="24" :height="24" />
CSS background
.icon-oneplus-tips {
background-image: url('https://proicons.com/icon/345192.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><path class="c" d="M32.81,34.1618H8.7906c-1.8174,0-3.2906-1.4733-3.2906-3.2906V9.0557c0-1.8174,1.4733-3.2906,3.2906-3.2906h20.7288c1.8174,0,3.2906,1.4733,3.2906,3.2906v25.1061Z"/><path class="c" d="M32.8065,13.8282h6.4007c1.8148,0,3.2927,1.4779,3.2927,3.2927v21.8212c0,1.8148-1.4779,3.2927-3.2927,3.2927h-20.7236c-1.8257,0-3.2927-1.4779-3.2927-3.2927v-4.7815"/><line class="c" x1="12.0507" y1="12.4377" x2="24.2686" y2="12.4377"/><line class="c" x1="12.0507" y1="16.5815" x2="18.1597" y2="16.5815"/></svg>
Copied!