Meetme Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Meetme 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/306078.svg" alt="Meetme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306078.svg" alt="Meetme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306078.svg" alt="Meetme icon" :width="24" :height="24" />
CSS background
.icon-meetme {
background-image: url('https://proicons.com/icon/306078.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M316 358c22 13 49 14 73 4 36-15 59-56 51-94-6-40-45-72-86-70-22-1-42 10-58 24-17 18-28 44-25 70 2 27 20 54 45 66zm333 54c24 16 57 17 84 5 28-16 49-46 47-78 1-45-40-86-85-84-21-2-39 9-56 18-12 14-24 30-27 48-9 34 7 72 37 91zm278 199c-13-18-37-25-57-19-16 6-28 17-42 25-79 46-168 78-259 79-71 3-143-13-207-45-75-36-141-90-191-156-10-11-17-25-30-33-17-9-38-8-54 1-24 16-33 52-15 75 79 111 193 199 324 239 78 25 163 31 244 18 96-14 188-51 268-105 15-8 25-22 29-38 1-14 0-30-10-41z"/></svg>
Copied!