Oneplus Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oneplus Health 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/345190.svg" alt="Oneplus Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345190.svg" alt="Oneplus Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345190.svg" alt="Oneplus Health icon" :width="24" :height="24" />
CSS background
.icon-oneplus-health {
background-image: url('https://proicons.com/icon/345190.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="m43,17.0766c0-5.6539-4.5835-10.2373-10.2374-10.2373-3.7223,0-6.9708,1.9932-8.7626,4.964-1.7919-2.9708-5.0403-4.964-8.7626-4.964-5.6539,0-10.2373,4.5834-10.2373,10.2373,0,1.2925.2496,2.524.6866,3.6627,3.3851,9.7368,18.3134,20.4215,18.3134,20.4215,0,0,14.9282-10.6847,18.3134-20.4215.437-1.1386.6867-2.3702.6867-3.6627h-.0002Z"/><circle class="b" cx="13.9326" cy="15.1162" r="3"/></svg>
Copied!