Dpd Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Dpd 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/314150.svg" alt="Dpd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314150.svg" alt="Dpd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314150.svg" alt="Dpd icon" :width="24" :height="24" />
CSS background
.icon-dpd {
background-image: url('https://proicons.com/icon/314150.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DPD</title><path d="M16.01 10.71a.364.364 0 01-.343-.006l-.558-.331a.43.43 0 01-.182-.312l-.014-.65a.363.363 0 01.165-.3l6.7-3.902L12.377.085A.799.799 0 0012 0a.798.798 0 00-.377.085l-9.4 5.124 10.53 6.13c.098.054.172.181.172.295v8.944c0 .112-.08.241-.178.294l-.567.315c-.171.062-.256.043-.361 0l-.569-.315a.362.362 0 01-.175-.294v-7.973a.223.223 0 00-.095-.156L1.702 7.048v10.579c0 .236.167.528.371.648l9.556 5.636c.102.06.237.09.371.089a.745.745 0 00.371-.09l9.557-5.635a.835.835 0 00.37-.648V7.047Z"/></svg>
Copied!