Wa Kit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wa Kit 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/334932.svg" alt="Wa Kit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334932.svg" alt="Wa Kit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334932.svg" alt="Wa Kit icon" :width="24" :height="24" />
CSS background
.icon-wa-kit {
background-image: url('https://proicons.com/icon/334932.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="M24,2.502c-11.8841.0128-21.5076,9.657-21.4949,21.5411.0039,3.6061.914,7.1534,2.6466,10.3159l-1.6498,10.139,10.139-1.6498c10.4096,5.7104,23.4774,1.9009,29.1878-8.5087,5.7104-10.4096,1.9009-23.4774-8.5087-29.1878-3.1632-1.7352-6.7123-2.6465-10.3202-2.6497h.0002Z"/><path class="c" d="M28.7116,24.217c0,2.6021-2.1095,4.7116-4.7116,4.7116s-4.7116-2.1095-4.7116-4.7116v-7.0054c0-2.6021,2.1095-4.7116,4.7116-4.7116s4.7116,2.1095,4.7116,4.7116v7.0054Z"/><path class="c" d="M31.3774,24.217c0,4.0744-3.303,7.3774-7.3774,7.3774s-7.3774-3.303-7.3774-7.3774"/><line class="c" x1="24" y1="31.5943" x2="24" y2="35.5"/><line class="c" x1="18.7925" y1="35.5" x2="29.2075" y2="35.5"/></svg>
Copied!