Facebook Messenger Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Facebook Messenger Lite 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/325666.svg" alt="Facebook Messenger Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325666.svg" alt="Facebook Messenger Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325666.svg" alt="Facebook Messenger Lite icon" :width="24" :height="24" />
CSS background
.icon-facebook-messenger-lite {
background-image: url('https://proicons.com/icon/325666.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.3243,33.435A21.5091,21.5091,0,0,0,24,2.5L24,2.5A21.4706,21.4706,0,0,0,5.0447,34.1088l-.5593,2.0843L2.5575,43.3947a1.6731,1.6731,0,0,0,2.0481,2.0481l7.2-1.9279L13.88,42.96a21.4838,21.4838,0,0,0,19.5527.366M20.5245,17.0388l6.6672,6.6673,9.7767-6.6673-6.6673,9.7766-2.8249,4.1458L20.809,24.294l-9.7766,6.6672L17.7,21.1846Z"/><circle class="a" cx="38.5" cy="38.5" r="7"/><polyline class="a" points="36.5 34.5 36.5 42.5 40.5 42.5"/></svg>
Copied!