Protonmail Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Protonmail 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/315695.svg" alt="Protonmail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315695.svg" alt="Protonmail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315695.svg" alt="Protonmail icon" :width="24" :height="24" />
CSS background
.icon-protonmail {
background-image: url('https://proicons.com/icon/315695.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Proton Mail</title><path d="m15.24 8.998 3.656-3.073v15.81H2.482C1.11 21.735 0 20.609 0 19.223V6.944l7.58 6.38a2.186 2.186 0 0 0 2.871-.042l4.792-4.284h-.003zm-5.456 3.538 1.809-1.616a2.438 2.438 0 0 1-1.178-.533L.905 2.395A.552.552 0 0 0 0 2.826v2.811l8.226 6.923a1.186 1.186 0 0 0 1.558-.024zM23.871 2.463a.551.551 0 0 0-.776-.068l-3.199 2.688v16.653h1.623c1.371 0 2.481-1.127 2.481-2.513V2.824a.551.551 0 0 0-.129-.36z"/></svg>
Copied!