Proton Mail Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proton Mail Alt 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/346221.svg" alt="Proton Mail Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346221.svg" alt="Proton Mail Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346221.svg" alt="Proton Mail Alt icon" :width="24" :height="24" />
CSS background
.icon-proton-mail-alt {
background-image: url('https://proicons.com/icon/346221.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,4.5h0A15.5,15.5,0,0,1,39.5,20V41.5a2,2,0,0,1-2,2h-27a2,2,0,0,1-2-2V20A15.5,15.5,0,0,1,24,4.5Z"/><path class="a" d="M8.5,27,22,35.38a4,4,0,0,0,4.26,0L39.5,27"/><path class="a" d="M24,10.74h0a9.43,9.43,0,0,1,9.43,9.43V21.9a0,0,0,0,1,0,0H14.57a0,0,0,0,1,0,0V20.17A9.43,9.43,0,0,1,24,10.74Z"/></svg>
Copied!