Fossify Messages Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossify 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/340749.svg" alt="Fossify Messages icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340749.svg" alt="Fossify Messages icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340749.svg" alt="Fossify Messages icon" :width="24" :height="24" />
CSS background
.icon-fossify-messages {
background-image: url('https://proicons.com/icon/340749.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M5.49999976,38.74109851V11.01086723c0-2.26506901,1.82341385-4.08857203,4.08837175-4.08857203h28.82325745c2.26495743,0,4.08837128,1.82350302,4.08837128,4.08857203v21.59737301c0,2.26506805-1.82341385,4.08857346-4.08837128,4.08857346H12.80541921l-3.38427258,3.38443756c-1.7280941,1.72817612-3.92114735,1.1624527-3.92114687-1.34015274Z"/><path id="c" class="f" d="M14.8797276,16.0839368h18.24054623"/><path id="d" class="f" d="M14.8797276,21.60060703h18.24054623"/><path id="e" class="f" d="M14.8797276,27.11727726h11.1838026"/></svg>
Copied!