Max Messenger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Max Messenger 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/343502.svg" alt="Max Messenger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343502.svg" alt="Max Messenger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343502.svg" alt="Max Messenger icon" :width="24" :height="24" />
CSS background
.icon-max-messenger {
background-image: url('https://proicons.com/icon/343502.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M15.6307,40.4647c8.0824,7.1933,27.8593-1.1656,27.782-15.8504-.053-10.067-8.3059-20.0247-18.5404-20.1135-9.5372-.0827-19.6469,5.9619-20.2285,17.7674-.1732,3.5151,0,8.8586,1.2303,11.7305,2.3345,6.6998.1133,8.4765,2.8039,9.3271,2.4112.6009,4.7288-.3528,6.9526-2.8611Z"/></svg>
Copied!