Laoapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Laoapp 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/342727.svg" alt="Laoapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342727.svg" alt="Laoapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342727.svg" alt="Laoapp icon" :width="24" :height="24" />
CSS background
.icon-laoapp {
background-image: url('https://proicons.com/icon/342727.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="M34.7454,23.2314c.6229,6.6137-2.5497,7.4451-4.7934,5.2165M14.3585,37.9292c-9.0849-5.2589-3.0516-15.0387,3.0149-16.016,6.3609-1.0247,9.3829,3.3467,12.5785,6.5348M17.4603,31.3565c2.1266.3286,1.6243,4.835-1.6091,6.1759-4.0304,1.6658-8.6728-1.6243-9.1412-4.8577M29.952,28.4479c-.9286-.8877-1.7215-1.9071-2.3533-3.0256-4.3968-7.3583-14.8827-8.5368-19.9443,0-1.4052,2.3684-1.6507,5.0465-.9443,7.2525-.6988,6.5046,9.9344,14.9734,16.8696,8.5179,1.6809-1.5676,3.6262-5.9682-1.4165-8.8503-2.7952-1.594-6.259-1.7414-7.5622,1.3145.9594-.2531,1.9-.2266,2.6706.1889M9.883,7.1928c-2.844,2.2059-.5323,6.1948,2.6139,4.529,1.5865-.5553,2.1531-1.4996,4.1249-2.4477,2.8481-1.3674,11.5209-2.1833,15.895,4.1135C27.4741,4.8471,17.3206,1.795,9.883,7.1891v.0038ZM34.7152,20.1491c-1.1445-.6421-1.8887-2.0133-1.8887-3.5167h0c0-.695.1586-1.3598.4382-1.934.3104-.6643.8165-1.2179,1.4505-1.5865,1.1483.6421,1.8887,2.0133,1.8887,3.5205,0,.5666-.1058,1.1105-.2946,1.6054M34.4206,20.3644c-.9632.8952-2.493,1.1823-3.9284.7177h0c-1.4316-.4608-2.5082-1.5865-2.765-2.8746.9594-.8952,2.493-1.1823,3.9247-.7177.5666.1813,1.0765.4684,1.5034.8272M34.5377,20.7195c.5742,1.1785.4042,2.7272-.4533,3.9662h0c-.8612,1.2352-2.2551,1.9378-3.562,1.8093-.5742-1.1823-.4004-2.731.4571-3.9662.3588-.5175.8083-.9406,1.3107-1.2465M34.8965,20.7157c1.307-.1586,2.7121.5137,3.5998,1.73h0c.8839,1.2201,1.0916,2.765.5402,3.9586-1.3032.1549-2.7084-.5175-3.596-1.7376-.3157-.433-.5511-.9192-.695-1.4354M35.0099,20.3606c.2418-1.2918,1.2994-2.4364,2.7272-2.9161h0c1.4241-.4835,2.9614-.2229,3.936.661-.2418,1.2918-1.2994,2.4326-2.7272,2.9161-.5632.192-1.1592.269-1.7527.2266"/></svg>
Copied!