Baidu Netdisk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Baidu Netdisk 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/336889.svg" alt="Baidu Netdisk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336889.svg" alt="Baidu Netdisk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336889.svg" alt="Baidu Netdisk icon" :width="24" :height="24" />
CSS background
.icon-baidu-netdisk {
background-image: url('https://proicons.com/icon/336889.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><circle class="a" cx="13.8096" cy="29.9036" r="9.3075"/><circle class="a" cx="26.4413" cy="17.3207" r="8.5318"/><path class="a" d="M21.14,35.6386,32.3015,23.5225c3.2871-3.5684,12.4462-1.4954,12.4462,5.8623,0,9.8263-8.6916,13.0451-15.0182,4.7468"/><path class="a" d="M25.132,13.3652c-2.0545,1.2363-3.8009,2.7125-2.62,6.6747"/></svg>
Copied!