Wecom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wecom 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/335068.svg" alt="Wecom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335068.svg" alt="Wecom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335068.svg" alt="Wecom icon" :width="24" :height="24" />
CSS background
.icon-wecom {
background-image: url('https://proicons.com/icon/335068.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M34.445,19.7214c-.8153-6.3025-7.0304-11.0713-14.4291-11.0714h0c-8.0179,0-14.5176,5.5708-14.5175,12.4425,0,.0004,0,.0008,0,.0012.005,3.5484,1.7775,6.9262,4.8718,9.2839l-.7807,5.359,5.8422-2.8644c1.4766.4307,3.0245.6547,4.5842.6633,1.2675,0,2.5295-.1423,3.7539-.4232"/><g id="c"><path id="d" class="h" d="M33.2765,26.9107c-.2485-.0581-.4917-.2771-.7091-.4945h0c-.8713-.8713-.8713-2.2839,0-3.1552.8713-.8713,2.2839-.8713,3.1552,0h0c.2174.2174.4364.4605.4945.709.0695.2974.0717.6112.1511.9131.3663,1.3914,1.2889,2.6873,1.9137,3.3085.336.3341.3948.7364.1736.9576-.2212.2212-.6235.1624-.9576-.1736-.6211-.6247-1.9169-1.5473-3.3081-1.9136-.3019-.0795-.6158-.0817-.9133-.1512Z"/><path id="e" class="h" d="M32.0437,37.9874c.058.2485.2771.4917.4945.7091h0c.8713.8713,2.2839.8713,3.1552,0,.8713-.8713.8713-2.2839,0-3.1552h0c-.2174-.2174-.4605-.4364-.709-.4945-.2974-.0695-.6112-.0717-.913-.1511-1.3913-.3663-2.6873-1.289-3.3084-1.9137-.3341-.336-.7364-.3948-.9576-.1736-.2212.2212-.1624.6235.1736.9576.6247.6211,1.5473,1.9169,1.9136,3.3082.0795.3019.0817.6158.1512.9133Z"/><path id="f" class="h" d="M38.1984,30.1248c.058-.2485.2771-.4917.4945-.7091h0c.8713-.8713,2.2839-.8713,3.1552,0,.8713.8713.8713,2.2839,0,3.1552h0c-.2174.2174-.4605.4364-.709.4945-.2974.0695-.6112.0716-.913.1511-1.3913.3663-2.6873,1.289-3.3084,1.9137-.3341.336-.7364.3948-.9576.1736s-.1624-.6235.1736-.9576c.6247-.6211,1.5473-1.9169,1.9136-3.3082.0795-.3019.0817-.6158.1512-.9133Z"/><path id="g" class="h" d="M27.1218,28.892c-.2485.0581-.4917.2771-.7091.4945h0c-.8713.8713-.8713,2.2839,0,3.1552.8713.8713,2.2839.8713,3.1552,0h0c.2174-.2174.4364-.4605.4945-.709.0695-.2974.0716-.6112.1511-.9131.3663-1.3914,1.2889-2.6873,1.9137-3.3085.336-.3341.3948-.7364.1736-.9576-.2212-.2212-.6235-.1624-.9576.1736-.6211.6247-1.9169,1.5473-3.3081,1.9136-.3019.0795-.6158.0817-.9133.1512Z"/></g></svg>
Copied!