Memechat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Memechat 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/343621.svg" alt="Memechat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343621.svg" alt="Memechat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343621.svg" alt="Memechat icon" :width="24" :height="24" />
CSS background
.icon-memechat {
background-image: url('https://proicons.com/icon/343621.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="M11.1472,22.0471c.3235-4.3217,8.0752-4.98,12.6519-5.1295"/><path class="a" d="M23.7991,16.9176c.6932.2317-1.04-2.4622-3.2628-5.4189-2.0139-3.5116,3.5169-3.7509,4.6525-1.3662"/><path class="a" d="M25.1888,10.1325c-2.6617-6.6358,1.4291-6.7236,4.5559-3.78,3.8788,3.6516,7.9874,11.9561,8.3,15.4042,1.0719,7.779.3,13.2722-3.4867,17.6146-4.4345,4.5541-9.4445,4.4735-14.2459,3.7746-6.2257-1.3036-9.3809-8.02-10.7592-15.0014-.4127-1.8336,2.4521-3.1388,3.686-2.42,2.6492,1.9293,4.2031,5.2494,6.1766,6.7748,4.9654,3.0576,7.2923-1.2916,7.87-3.1938C28.61,24.59,22.95,23.381,22.3048,23.4988c-5.477.2154-5.0121,2.2706-8.7667,1.5486a3.0976,3.0976,0,0,1-2.3909-3"/></svg>
Copied!