Libremsocial Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Libremsocial 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/328437.svg" alt="Libremsocial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328437.svg" alt="Libremsocial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328437.svg" alt="Libremsocial icon" :width="24" :height="24" />
CSS background
.icon-libremsocial {
background-image: url('https://proicons.com/icon/328437.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M42.77,26l-3.65,1.39v11a1.31,1.31,0,0,1-2.61.25,1,1,0,0,1,0-.25v-.62a45.34,45.34,0,0,0-17.82-6.81l.39,1.21a1,1,0,0,1-.64,1.18.84.84,0,0,1-.27,0h-.62l1.29,4.32a1,1,0,0,1-.65,1.18,1.12,1.12,0,0,1-.27,0H13.87A.89.89,0,0,1,13,38.2l-2.31-7.74H8.49a2,2,0,0,1-2-2v-.92a1.9,1.9,0,0,1-1.95-1.84V21.45a1.91,1.91,0,0,1,1.89-1.92h0v-.89a2,2,0,0,1,2-2h5.83c8,0,16.79-3.47,22.28-7.15V8.81a1.32,1.32,0,0,1,2.62,0v11l3.65,1.39a1.14,1.14,0,0,1,.72,1.06v2.65A1.14,1.14,0,0,1,42.77,26Z"/><line class="cls-1" x1="39.16" y1="19.82" x2="39.16" y2="27.36"/><path class="cls-1" d="M10.71,30.46a55.67,55.67,0,0,1,8,.42"/></svg>
Copied!