Librehealth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Librehealth 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/342991.svg" alt="Librehealth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342991.svg" alt="Librehealth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342991.svg" alt="Librehealth icon" :width="24" :height="24" />
CSS background
.icon-librehealth {
background-image: url('https://proicons.com/icon/342991.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.9937,9.4593v7.92h-7.92v6.0112h7.92v7.922H27.007v-7.922h7.92V17.3793h-7.92v-7.92Z"/><path class="b" d="M40.9565,32.1669V6.6081A2.1081,2.1081,0,0,0,38.8483,4.5H9.1513A2.1081,2.1081,0,0,0,7.0432,6.6081h0V32.1669A3.6514,3.6514,0,0,0,8.869,35.3291l13.3053,7.6817a3.6512,3.6512,0,0,0,3.6514,0L39.131,35.3291a3.6514,3.6514,0,0,0,1.8258-3.1622Z"/></svg>
Copied!