Laos Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Laos 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/328172.svg" alt="Laos Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328172.svg" alt="Laos Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328172.svg" alt="Laos Health icon" :width="24" :height="24" />
CSS background
.icon-laos-health {
background-image: url('https://proicons.com/icon/328172.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="M24.5746,13.0998h5.1389M24.5746,20.5906h5.1389M24.5746,18.0937h5.1389M24.5746,15.5967h5.1389M24.5736,7.8459h5.1399v2.6639h-5.1399v-2.6639ZM18.9498,12.4058v.719c0,.619.498,1.144,1.118,1.144h.957c.6158-.0017,1.1163.4962,1.118,1.112,0,.0017,0,.0033,0,.005v1.644M16.3648,12.5168v.608c0,.619-.499,1.144-1.118,1.144h-.958c-.6158-.0017-1.1163.4962-1.118,1.112,0,.0017,0,.0033,0,.005v1.644M19.6577,10.3639c0,1.5011-.9169,2.7179-2.0479,2.7179h0c-1.1307-.0007-2.0469-1.2174-2.0469-2.7179s.9163-2.7172,2.0469-2.7179c1.131,0,2.0479,1.2169,2.0479,2.7179h0ZM34.7243,18.3726h4.1739c1.858,0,3.8569,1.565,3.3539,3.3529l-4.8569,17.2595M18.7988,26.1634v3.9199h-3.9219v5.3749h3.9219v3.9189h5.3749v-3.9199h3.9199v-5.3739h-3.9199v-3.9199h-5.3749ZM32.0764,7.7359h2.6479v15.7946M10.809,20.0346V5.5h21.2674v18.0295M15.8428,20.0336h-7.9378c-1.2316-.0033-2.2326.9924-2.2359,2.2239,0,.0043,0,.0087,0,.013v17.9935c-.0033,1.2316.9924,2.2326,2.2239,2.2359.004,0,.008,0,.012,0h27.2533c1.2316.0033,2.2326-.9924,2.2359-2.2239,0-.004,0-.008,0-.012v-14.4986c.0033-1.2316-.9924-2.2326-2.2239-2.2359-.004,0-.008,0-.012,0h-16.2456l-3.0699-3.4959Z"/></svg>
Copied!