Ntes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ntes icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/344985.svg" alt="Ntes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344985.svg" alt="Ntes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344985.svg" alt="Ntes icon" :width="24" :height="24" />
CSS background
.icon-ntes {
background-image: url('https://proicons.com/icon/344985.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><rect class="a" x="10.8888" y="7.1171" width="26.2224" height="28.5829" rx="3.7204"/><line class="a" x1="24.0223" y1="7.1171" x2="24.0223" y2="4.5"/><line class="a" x1="11.248" y1="43.5" x2="15.4559" y2="35.7"/><line class="a" x1="19.7597" y1="27.5921" x2="28.2849" y2="27.5921"/><line class="a" x1="19.7597" y1="25.3855" x2="28.2849" y2="25.3855"/><rect class="a" x="13.0954" y="10.0934" width="21.8092" height="10.2632" rx="1.6421"/><circle class="a" cx="14.5836" cy="31.8513" r="2.0013"/><line class="a" x1="30.1322" y1="10.0934" x2="33.6217" y2="12.5053"/><line class="a" x1="18.6994" y1="10.0934" x2="22.1889" y2="12.5053"/><line class="a" x1="19.7597" y1="4.5" x2="28.2849" y2="4.5"/><line class="a" x1="36.752" y1="43.5" x2="32.5441" y2="35.7"/><circle class="a" cx="33.4164" cy="31.8513" r="2.0013"/><line class="a" x1="14.0847" y1="38.3684" x2="33.9599" y2="38.3684"/><line class="a" x1="12.2102" y1="41.7553" x2="35.8344" y2="41.7553"/></svg>
Copied!