Kwai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kwai 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/328125.svg" alt="Kwai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328125.svg" alt="Kwai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328125.svg" alt="Kwai icon" :width="24" :height="24" />
CSS background
.icon-kwai {
background-image: url('https://proicons.com/icon/328125.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m20.8501,42.5h13.4776c2.9774,0,5.391-2.4137,5.391-5.391v-7.7644c0-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.391Z"/><g><circle class="c" cx="18.3283" cy="13.2606" r="7.7606"/><circle class="c" cx="32.9039" cy="14.2064" r="6.8149"/></g><path class="c" d="m15.4591,30.5937l-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"/></svg>
Copied!