Wemeet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wemeet 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/335085.svg" alt="Wemeet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335085.svg" alt="Wemeet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335085.svg" alt="Wemeet icon" :width="24" :height="24" />
CSS background
.icon-wemeet {
background-image: url('https://proicons.com/icon/335085.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M10.0019,34.5529l-4.4544-4.4725c-1.3967-1.4023-1.3967-3.6602,0-5.0626h0l11.477-11.5246,6.9746,7.0039"/><path id="c" class="d" d="M10.0021,34.5528l7.0236-7.0521,6.9751,7.0041,6.9748-7.0038,6.9756,7.0038,4.5014-4.5191c1.3967-1.4023,1.3967-3.6602,0-5.0626l-11.4299-11.4761-13.9969,14.0536v-14.009"/></svg>
Copied!