Send Mail Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Send Mail icon is commonly used in chat applications, email composers and form submit buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306466.svg" alt="Send Mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306466.svg" alt="Send Mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306466.svg" alt="Send Mail icon" :width="24" :height="24" />
CSS background
.icon-send-mail {
background-image: url('https://proicons.com/icon/306466.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M915 303H426c-16 0-31 13-34 28l-70 338c-3 16 7 28 23 28h489c15 0 30-12 33-28l70-338c3-15-7-28-22-28zm-59 113L639 521c-9 4-20 4-27 0L438 416c-13-7-15-25-4-39 7-10 18-16 29-16 5 0 9 2 13 4l162 97 201-97c5-2 10-4 15-4 11 0 19 6 22 16 5 14-4 32-20 39zm-717-39h211c11 0 20-9 20-20s-9-20-20-20H139c-11 0-20 9-20 20s9 20 20 20zm154 143H83c-11 0-20 9-20 20s9 21 20 21h210c12 0 21-9 21-21s-9-20-21-20zm49-73c0-11-9-20-20-20H196c-11 0-20 9-20 20s9 21 20 21h126c11 0 20-9 20-21z"/></svg>
Send Mail in other icon packs
Copied!