Dhl Express Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dhl Express 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/324475.svg" alt="Dhl Express icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324475.svg" alt="Dhl Express icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324475.svg" alt="Dhl Express icon" :width="24" :height="24" />
CSS background
.icon-dhl-express {
background-image: url('https://proicons.com/icon/324475.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.8627,23.5429c-.5018.7167-.3276,1.2976.389,1.2976h6.4881"/><line class="b" x1="33.9152" y1="19.1835" x2="32.1613" y2="21.6883"/><line class="b" x1="23.3874" y1="19.1835" x2="21.6409" y2="21.6777"/><line class="b" x1="31.1731" y1="19.1835" x2="29.4267" y2="21.6777"/><line class="b" x1="21.6409" y1="21.6777" x2="29.4267" y2="21.6777"/><line class="b" x1="20.335" y1="23.543" x2="19.3484" y2="24.9519"/><line class="b" x1="28.1207" y1="23.543" x2="27.1342" y2="24.9519"/><path class="b" d="M18.068,23.23c-.6228.8895-1.8487,1.6105-2.7382,1.6105h-4.9469s2.3363-3.3366,2.3363-3.3366"/><path class="b" d="M10.0084,19.1835h9.2824c.8895,0,1.1056.721.4828,1.6105l-.6262.8943"/><line class="b" x1="8.0771" y1="24.8405" x2="3.5" y2="24.8405"/><line class="b" x1="9.4607" y1="22.8645" x2="3.5" y2="22.8645"/><line class="b" x1="6.6934" y1="26.8165" x2="3.5" y2="26.8165"/><line class="b" x1="39.9229" y1="24.8405" x2="44.5" y2="24.8405"/><line class="b" x1="38.5393" y1="26.8165" x2="44.5" y2="26.8165"/><line class="b" x1="41.3066" y1="22.8645" x2="44.5" y2="22.8645"/></svg>
Copied!