Cdek Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cdek 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/323533.svg" alt="Cdek icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323533.svg" alt="Cdek icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323533.svg" alt="Cdek icon" :width="24" :height="24" />
CSS background
.icon-cdek {
background-image: url('https://proicons.com/icon/323533.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M10.3302,29.683h-2.437c-2.617,0-4.016-2.24-3.125-5.005l.46-1.43c.891-2.764,3.734-5.005,6.351-5.005h2.437M39.5632,29.683l-2.804-5.72M34.7002,25.698l8.8-7.417M37.2752,18.243l-3.95,11.44M15.1972,24.007l1.857-5.764h2.437c2.617,0,4.016,2.24,3.126,5.005l-.461,1.43c-.89,2.764-3.734,5.005-6.351,5.005h-2.437M30.1102,29.757h-6.698M27.0572,18.317h6.698M25.1292,23.963h6.698"/></svg>
Copied!