Netease Mail Master Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netease Mail Master 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/330093.svg" alt="Netease Mail Master icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330093.svg" alt="Netease Mail Master icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330093.svg" alt="Netease Mail Master icon" :width="24" :height="24" />
CSS background
.icon-netease-mail-master {
background-image: url('https://proicons.com/icon/330093.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M17.6658,7.3542l-3.5271,25.2986"/><path id="c" class="g" d="M7.9449,15.1165l-2.4449,17.5362"/><path id="d" class="g" d="M42.5,15.1165l-2.4449,17.5362"/><path id="e" class="g" d="M25.2224,15.1165l-2.4449,17.5362"/><path id="f" class="g" d="M33.8612,15.1165l-3.5592,25.5293"/></svg>
Copied!