Mail Read Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Mail Read 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/307284.svg" alt="Mail Read icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307284.svg" alt="Mail Read icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307284.svg" alt="Mail Read icon" :width="24" :height="24" />
CSS background
.icon-mail-read {
background-image: url('https://proicons.com/icon/307284.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.839 3.64402L8.419 1.14302C8.153 1.02002 7.848 1.02102 7.58 1.14302L2.161 3.64402C1.456 3.97002 1 4.68302 1 5.46002V11C1 12.103 1.897 13 3 13H13C14.103 13 15 12.103 15 11V5.46002C15 4.68202 14.544 3.96902 13.839 3.64402ZM2.581 4.55202L8 2.05102L13.419 4.55202C13.697 4.68002 13.897 4.92802 13.969 5.21802L8 8.43302L2.031 5.21802C2.104 4.92802 2.303 4.68002 2.581 4.55202ZM13 12H3C2.448 12 2 11.552 2 11V6.33702L7.763 9.44002C7.837 9.48002 7.919 9.50002 8 9.50002C8.081 9.50002 8.163 9.48002 8.237 9.44002L14 6.33702V11C14 11.552 13.552 12 13 12Z"/></svg>
Mail Read in other icon packs
Copied!