Bluemail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluemail 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/337338.svg" alt="Bluemail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337338.svg" alt="Bluemail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337338.svg" alt="Bluemail icon" :width="24" :height="24" />
CSS background
.icon-bluemail {
background-image: url('https://proicons.com/icon/337338.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.8162,6.2159c5.75,4.3579,18.6829,14.11,18.6829,14.11v21.72H4.5V20.2606L22.6276,6.3789a1.98,1.98,0,0,1,2.1883-.1633Z"/><path class="a" d="M4.5007,20.2612,19.0976,32.2477M4.7458,40.8055,22.4327,30.2882a2.59,2.59,0,0,1,3.07-.0326L43.5,40.8054"/><path class="a" d="M43.4991,20.3264,28.6687,32.112"/><path class="a" d="M21.09,21.7039A2.9831,2.9831,0,0,1,24.064,18.73h0a2.9831,2.9831,0,0,1,2.9743,2.9743v1.9333a2.983,2.983,0,0,1-2.9743,2.9743h0A2.983,2.983,0,0,1,21.09,23.6372"/><line class="a" x1="21.0897" y1="26.6115" x2="21.0897" y2="14.7144"/><path class="a" d="M4.5007,20.4242H19.5583"/><path class="a" d="M43.4991,20.4242H29.1272"/></svg>
Copied!