Aqua Mail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aqua Mail icon is commonly used in contact forms, notification badges and email clients. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/336550.svg" alt="Aqua Mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336550.svg" alt="Aqua Mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336550.svg" alt="Aqua Mail icon" :width="24" :height="24" />
CSS background
.icon-aqua-mail {
background-image: url('https://proicons.com/icon/336550.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M9.9855,40.3031l12.2031-9.2384a3,3,0,0,1,3.6223.0006l12.2,9.2423"/><line class="a" x1="21.011" y1="31.9562" x2="3.4961" y2="17.5168"/><line class="a" x1="26.9994" y1="31.9656" x2="44.5095" y2="17.5301"/><path class="a" d="M36.6692,17.9468,25.8909,26.8189a3.1045,3.1045,0,0,1-3.948-.0015l-10.77-8.8789C20.3879,15.1115,25.1754,23.9322,36.6692,17.9468Z"/></svg>
Copied!