Lao Bork Lek Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lao Bork Lek 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/342726.svg" alt="Lao Bork Lek icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342726.svg" alt="Lao Bork Lek icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342726.svg" alt="Lao Bork Lek icon" :width="24" :height="24" />
CSS background
.icon-lao-bork-lek {
background-image: url('https://proicons.com/icon/342726.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M2.5,18.323C4.795,10.434,11.314,4.344,19.445,2.664M14.569,44.897c-5.1767-2.4117-9.2407-6.7043-11.366-12.005M25.157,4.302c8.8.381,16.238,6.268,18.846,14.371M40.592,32.873c-3.206,6.035-9.556,10.145-16.866,10.145-1.873,0-3.682-.27-5.392-.772M26.723,6.704c8.775,1.256,15.667,8.643,16.004,17.816.014.389.016.776.007,1.16M6.239,28.48c-.2967-1.3133-.446-2.6556-.445-4.002,0-8.264,5.556-15.23,13.136-17.367M44.597,24.587c0,11.376-9.222,20.598-20.598,20.598M45.5,33.478c-2.1306,5.1328-6.0221,9.3373-10.975,11.858M39.849,24.587c0,8.755-7.097,15.851-15.851,15.851s-15.851-7.096-15.851-15.85,7.096-15.852,15.85-15.852,15.852,7.097,15.852,15.851Z"/></svg>
Copied!