Yahoo Mail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yahoo 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/349967.svg" alt="Yahoo Mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349967.svg" alt="Yahoo Mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349967.svg" alt="Yahoo Mail icon" :width="24" :height="24" />
CSS background
.icon-yahoo-mail {
background-image: url('https://proicons.com/icon/349967.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="M43.5,35.5v-23a2,2,0,0,0-2-2H6.5a2,2,0,0,0-2,2v23a2,2,0,0,0,2,2h35A2,2,0,0,0,43.5,35.5Z"/><polyline class="a" points="43.5 14.981 24 24 4.5 14.981"/></svg>
Copied!