My Health Online Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Health Online 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/329750.svg" alt="My Health Online icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329750.svg" alt="My Health Online icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329750.svg" alt="My Health Online icon" :width="24" :height="24" />
CSS background
.icon-my-health-online {
background-image: url('https://proicons.com/icon/329750.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m13.8325,5.1999c1.8254-.738,3.8212-1.1445,5.9122-1.1445h8.5106c1.9512,0,3.8194.3539,5.5437,1.0009l.0893,8.5416,8.8-.1253c.8436,1.9242,1.3116,4.0495,1.3116,6.2839v6.982s-1.6895-4.5022-16.5349-9.6729C15.7758,12.994,13.0118,5.5317,13.8325,5.1999Z"/><path class="b" d="m41.6025,31.2137s-1.1925-5.4063-15.9629-10.4588c-14.885-5.0918-14.5207-12.332-14.5207-12.332"/><path class="b" d="m39.7019,36.9503s-1.5103-8.165-15.9898-12.8157c-12.8922-4.1408-14.5099-8.9056-15.3145-11.7806"/><path class="b" d="m34.0469,42.9229c-1.8791.7899-3.6243,1.0217-5.7916,1.0217h-8.5106c-2.2108,0-4.3151-.4544-6.2243-1.2746l.0111-8.2883-8.2856-.0064c-.8021-1.8839-1.2459-3.9562-1.2459-6.1318v-7.1144s1.6792,4.2379,14.4608,8.6357c14.7197,5.0647,16.2089,12.8963,15.5861,13.1581Z"/><path class="b" d="m36.9441,40.4534s-1.2786-8.5391-14.8693-12.9848c-14.5344-4.7543-15.7759-10.4747-15.7759-10.4747"/></svg>
Copied!