Ohealth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ohealth 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/345109.svg" alt="Ohealth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345109.svg" alt="Ohealth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345109.svg" alt="Ohealth icon" :width="24" :height="24" />
CSS background
.icon-ohealth {
background-image: url('https://proicons.com/icon/345109.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="m7.3556,24.6379c-3.8075-3.8076-3.8075-9.9808,0-13.7884,3.8076-3.8075,9.9808-3.8075,13.7884,0"/><path class="c" d="m26.856,10.8491c3.8076-3.8075,9.9808-3.8075,13.7884,0,3.8075,3.8076,3.8075,9.9808,0,13.7884"/><path class="c" d="m7.3556,24.6379l14.5441,14.5118"/><path class="c" d="m40.6444,24.6379l-14.4728,14.5118"/><path class="c" d="m21.1444,10.8491l2.8571,2.8545"/><path class="c" d="m26.856,10.8491l-2.8545,2.8545"/><path class="c" d="m24.0215,13.7206c6.995,6.9949,7.644,18.1193,1.5099,25.8802"/><path class="c" d="m21.8997,39.1489c1.1448,1.1448,3.1296,1.1422,4.2718,0"/></svg>
Copied!