Pinduoduo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pinduoduo 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/345829.svg" alt="Pinduoduo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345829.svg" alt="Pinduoduo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345829.svg" alt="Pinduoduo icon" :width="24" :height="24" />
CSS background
.icon-pinduoduo {
background-image: url('https://proicons.com/icon/345829.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M24.025,13.624l9.725,6.934-9.725,6.934-9.775-6.934,9.775-6.934ZM43.5,27.38v-13.656l-9.725-6.889-9.775,6.889-9.775-6.889-9.725,6.889v13.656l19.5,13.785,19.5-13.785ZM26.72,19.047l-.168,5.143M24.418,19.304c.032,1.593-.016,3.226-.552,4.777M27.124,17.296l-.822,1.004M24.128,17.184l.494,1.077M23.348,21.551h4.61M23.348,19.142h4.266M21.701,16.905v7.26l-.669-.206M20.604,21.379l2.243-.373M20.604,18.723l2.243-.07"/></svg>
Copied!