Meetup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meetup 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/343586.svg" alt="Meetup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343586.svg" alt="Meetup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343586.svg" alt="Meetup icon" :width="24" :height="24" />
CSS background
.icon-meetup {
background-image: url('https://proicons.com/icon/343586.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M15,3.48a1,1,0,1,0,1,1A1,1,0,0,0,15,3.48Z"/><path class="a" d="M26.58,4.3a1.79,1.79,0,0,0-1.79,1.79h0a1.79,1.79,0,0,0,1.79,1.78h0a1.79,1.79,0,0,0,1.79-1.78h0A1.79,1.79,0,0,0,26.58,4.3Z"/><path class="a" d="M21.18,8.63a8.82,8.82,0,0,0-8.27,5.81A6.12,6.12,0,0,0,7.59,20.5a6.24,6.24,0,0,0,.91,3.2,6.45,6.45,0,0,0,3.36,11.1A6.88,6.88,0,0,0,23.13,40a5.14,5.14,0,0,0,8.53-2.58l.34,0a7.54,7.54,0,0,0,6.33-11.64,4.34,4.34,0,0,0-1.58-7.59c0-.24,0-.48,0-.73a7.86,7.86,0,0,0-10.67-7.34,8.8,8.8,0,0,0-4.94-1.52Z"/><path class="a" d="M10.84,9.74a1.39,1.39,0,1,0,1.38,1.39A1.39,1.39,0,0,0,10.84,9.74Z"/><path class="a" d="M40.09,14a1.54,1.54,0,0,0-1.55,1.55h0A1.55,1.55,0,1,0,40.09,14Z"/><path class="a" d="M44.64,19.85a.85.85,0,0,0-.86.86h0a.86.86,0,0,0,1.72,0A.87.87,0,0,0,44.64,19.85Z"/><path class="a" d="M4.29,21.32A1.79,1.79,0,0,0,2.5,23.11h0a1.79,1.79,0,0,0,1.79,1.78h0a1.78,1.78,0,0,0,1.78-1.78h0a1.79,1.79,0,0,0-1.78-1.79Z"/><path class="a" d="M42.45,25.06A1.14,1.14,0,0,0,41.3,26.2h0a1.15,1.15,0,1,0,1.15-1.14Z"/><path class="a" d="M9.5,36.28a.85.85,0,0,0-.84.85h0A.85.85,0,0,0,9.5,38h0a.85.85,0,0,0,.85-.84h0a.85.85,0,0,0-.85-.85Z"/><path class="a" d="M34.3,38.75a1.87,1.87,0,0,0-1.87,1.87h0a1.87,1.87,0,0,0,3.74,0h0a1.87,1.87,0,0,0-1.87-1.87Z"/><path class="a" d="M23,42.13a1.19,1.19,0,0,0-1.2,1.19h0a1.2,1.2,0,0,0,1.2,1.2h0a1.2,1.2,0,0,0,0-2.39Z"/><path class="a" d="M15.71,23.15a6.66,6.66,0,0,1,5.64-4h0c2.22,0,3.29,1.8,2.4,4l-2.59,6.43"/><line class="a" x1="17.32" y1="19.12" x2="13.12" y2="29.58"/><path class="a" d="M23.75,23.15a6.67,6.67,0,0,1,5.64-4h0c2.22,0,3.3,1.8,2.41,4l-2.59,6.43c-.9,1.77.79,2.86,2.9,2.55"/></svg>
Copied!