My Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My 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/329749.svg" alt="My Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329749.svg" alt="My Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329749.svg" alt="My Health icon" :width="24" :height="24" />
CSS background
.icon-my-health {
background-image: url('https://proicons.com/icon/329749.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="m34.3919,8.1298c0,2.0047-1.6251,3.6298-3.6298,3.6298h0c-2.0047,0-3.6298-1.6251-3.6298-3.6298h0c0-2.0047,1.6251-3.6298,3.6298-3.6298h0c2.0047,0,3.6298,1.6251,3.6298,3.6298h0ZM11.04,43.0236c.9754-.8804,10.2779-13.6641,10.1626-13.9648-.08-.2084-4.7114-2.4798-4.7518-2.4166l-8.035,12.5408c-2.7156,4.2383,1.3721,4.9716,2.6242,3.8415v-.0008Zm11.8834-4.9248l8.6851-10.7682c.7367-.9134-.5553-2.1314-1.4909-2.572-2.4612-1.159-9.4349-3.7761-10.0618-3.7761-1.0483,0-2.1408,1.1387-2.1408,2.2313,0,1.379.679,1.9312,4.0827,3.321,1.7184.7016,3.1644,1.3494,3.1244,1.4142l-5.5221,8.9316c-.9159,1.4814,2.178,2.6388,3.3234,1.2186v-.0004Zm-8.2517-16.3623c.5285-.4811,2.1198-1.9956,3.5364-3.3656,1.4495-1.4018,2.713-2.4381,2.8898-2.3703.1728.0663,2.6354,1.4437,5.4724,3.0609,5.3025,3.0225,6.5415,3.491,7.6556,2.8947.2891-.1547,1.8185-1.9006,3.3985-3.8797,2.4249-3.0373,2.8728-3.7281,2.8728-4.4305,0-1.0864-.7019-1.7932-1.7809-1.7932-.6815,0-1.2592.3679-3.4233,2.1801-1.432,1.199-2.7373,2.2371-2.9008,2.3069-.3125.1331-.5674-.0026-5.9488-3.1774-3.9134-2.3085-4.9544-2.6669-6.5995-2.2722-1.3921.334-2.2792,1.2064-5.9867,5.8875-1.2117,1.63-3.3898,3.3598-2.2483,5.4569.9882.8609,1.6968.7457,3.0629-.4981h.0001Z"/></svg>
Copied!