Honor Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Honor 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/327113.svg" alt="Honor Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327113.svg" alt="Honor Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327113.svg" alt="Honor Health icon" :width="24" :height="24" />
CSS background
.icon-honor-health {
background-image: url('https://proicons.com/icon/327113.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="M31.2212,16.0534c-.6401-.0001-1.254.2542-1.7067.7069l-6.5467,6.5507-3.1394-3.2164c-.9314-.9535-2.4589-.9714-3.4123-.04-.9535.9318-.9714,2.4604-.04,3.4143l4.844,4.962c.9311.9542,2.4592.9726,3.413.0411.0068-.0067.0136-.0134.0203-.0201l8.2734-8.2784c.9417-.9428.9417-2.4705,0-3.4133-.4522-.4522-1.0653-.7064-1.7047-.7069h-.001Z"/><path class="b" d="M39.8579,11.8532c-4.0032-4.865-12.4455-5.049-15.8578.3119-3.4123-5.3609-11.8546-5.176-15.8578-.3119-10.095,12.2636,11.6977,27.9724,15.8578,27.9724s25.9528-15.7089,15.8578-27.9724Z"/></svg>
Copied!