Kwai Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kwai Lite 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/342685.svg" alt="Kwai Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342685.svg" alt="Kwai Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342685.svg" alt="Kwai Lite icon" :width="24" :height="24" />
CSS background
.icon-kwai-lite {
background-image: url('https://proicons.com/icon/342685.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>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><g id="d"><path id="e" class="m" d="M23.1983,11.7606c0,4.2861-3.4745,7.7606-7.7606,7.7606h0c-4.2861,0-7.7606-3.4745-7.7606-7.7606h0c0-4.2861,3.4745-7.7606,7.7606-7.7606h0c4.2861,0,7.7606,3.4745,7.7606,7.7606h0Z"/><path id="f" class="m" d="M36.8282,12.7064c0,3.7638-3.0511,6.8149-6.8149,6.8149s-6.8149-3.0511-6.8149-6.8149,3.0511-6.8149,6.8149-6.8149,6.8149,3.0511,6.8149,6.8149Z"/></g><g id="g"><path id="h" class="m" d="M36.8281,30.1099v-2.2653c0-2.9774-2.4137-5.391-5.391-5.391h-13.4776c-2.9774,0-5.391,2.4137-5.391,5.391v7.7644c0,2.9774,2.4137,5.391,5.391,5.391h11.9367"/><path id="i" class="m" d="M12.5685,29.0937l-4.4824-2.5879c-1.198-.6917-2.6955.1729-2.6955,1.5563v7.3526c0,1.3833,1.4975,2.2479,2.6955,1.5563l4.4824-2.5879"/></g></g><g id="j"><path id="k" class="m" d="M42.6094,37c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Z"/><path id="l" class="m" d="M34.2519,37.9583l-.7066,2.5131c-.2061.733.1642,1.0365.5524.6316l4.417-4.6068c.214-.2232.2056-.6139-.2429-.6139h-.8762c-.3175,0-.3573-.2943-.2186-.577l.9385-1.9133c.1428-.2911-.0357-.6729-.4379-.6729h-2.5665c-.2045,0-.3908.1939-.493.3766l-1.9473,3.4809c-.2114.3778-.0927.7024.3019.7024h1.1449c.259,0,.2333.3271.1343.6792Z"/></g></g></svg>
Copied!