Libremmail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Libremmail 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/342995.svg" alt="Libremmail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342995.svg" alt="Libremmail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342995.svg" alt="Libremmail icon" :width="24" :height="24" />
CSS background
.icon-libremmail {
background-image: url('https://proicons.com/icon/342995.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M4.5,14.66v18.68c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4V14.66c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4Z"/><path class="b" d="M9.485,14.8539l10.9603,10.9603c1.9365,1.942,5.0807,1.9464,7.0227.0099.0033-.0033.0066-.0066.0099-.0099l11.0071-11.0071"/><line class="b" x1="38.2699" y1="33.1928" x2="28.3289" y2="25.0474"/><line class="b" x1="9.7469" y1="33.1928" x2="19.6878" y2="25.0474"/></svg>
Copied!