Netease Mail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netease 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/344651.svg" alt="Netease Mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344651.svg" alt="Netease Mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344651.svg" alt="Netease Mail icon" :width="24" :height="24" />
CSS background
.icon-netease-mail {
background-image: url('https://proicons.com/icon/344651.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="M16.5655,5.3076v28.379"/><path class="a" d="M9.7678,23.49H23.023"/><path class="a" d="M28.206,10.3209V36.7451H4.84"/><path class="a" d="M4.5,39.4642V12.0227H28.1691"/><path class="a" d="M34.1533,42.6924V12.9538A3.5545,3.5545,0,0,1,37.3821,9.81H43.5"/><path class="a" d="M38.5583,23.83h3.9934c.75,0,.9479-1.1547.9479-1.8692V7.8564"/><path class="a" d="M43.5,25.36v8.5816a3.206,3.206,0,0,1-3.0588,3.1438H34.1537"/><path class="a" d="M38.5583,23.83H42.43c.7849,0,1.0789.9119,1.07,1.5294"/></svg>
Copied!