Fairemail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fairemail 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/325677.svg" alt="Fairemail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325677.svg" alt="Fairemail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325677.svg" alt="Fairemail icon" :width="24" :height="24" />
CSS background
.icon-fairemail {
background-image: url('https://proicons.com/icon/325677.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="M20.51,7.18c.84-.55.07-.55,3.49-.55s2.37-.13,3.49.55L40.32,17.25H7.68ZM7.68,17.25v2.5l12.39,9.71,2,1.3c2,1.13,2,1.13,3.93,0l2-1.3,12.39-9.71v-2.5l3.18,2.5V41.38H4.5V19.75Z"/></svg>
Copied!