Libremchat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Libremchat 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/342994.svg" alt="Libremchat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342994.svg" alt="Libremchat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342994.svg" alt="Libremchat icon" :width="24" :height="24" />
CSS background
.icon-libremchat {
background-image: url('https://proicons.com/icon/342994.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M17.08,27.3h9.75a9.22,9.22,0,0,0,0-18.44H13.51a9.22,9.22,0,0,0-1.38,18.33v4.38Zm9.2-10.58a1.6,1.6,0,0,1,0,3.19,1.22,1.22,0,0,1-.27,0,1.6,1.6,0,0,1,.27-3.19ZM18.79,18.3a1.6,1.6,0,1,1,1.59,1.61,1.6,1.6,0,0,1-1.59-1.61Zm-4.3-1.58a1.6,1.6,0,0,1,0,3.19,1.13,1.13,0,0,1-.26,0,1.6,1.6,0,0,1,.26-3.19Z"/><path class="cls-1" d="M13.79,30.17a8.77,8.77,0,0,0,7.56,4.38h9.86l4.39,3.73V34.5l0-.06a8.76,8.76,0,0,0,7.49-6.59c1.17-4.7-2.14-10-7-10.63"/></svg>
Copied!