Messages Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Messages 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/329104.svg" alt="Messages icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329104.svg" alt="Messages icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329104.svg" alt="Messages icon" :width="24" :height="24" />
CSS background
.icon-messages {
background-image: url('https://proicons.com/icon/329104.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m40.5,9.3H7.5c-1.6569,0-3,1.3431-3,3v20c0,1.6569,1.3431,3,3,3h1.64v7.4l8.26-7.4h23.1c1.6569,0,3-1.3431,3-3V12.3c0-1.6569-1.3431-3-3-3Z"/><circle class="c" cx="24" cy="22.3" r="3.25"/><circle class="c" cx="14" cy="22.3" r="3.25"/><circle class="c" cx="34" cy="22.3" r="3.25"/></svg>
Messages in other icon packs
Copied!