1112 Delivery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 1112 Delivery 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/321124.svg" alt="1112 Delivery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321124.svg" alt="1112 Delivery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321124.svg" alt="1112 Delivery icon" :width="24" :height="24" />
CSS background
.icon-1112-delivery {
background-image: url('https://proicons.com/icon/321124.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{stroke:#000;}.d,.e{fill:none;stroke-linecap:round;stroke-linejoin:round;}.e{stroke:#000;}</style></defs><path class="d" d="m23.4471,29.4277c.6658-2.2428,3.3091-4.065,5.5669-3.6445,1.4588.2803,2.3038,1.6821,1.9864,3.224-.1922,1.1214-.9872,2.3829-2.0365,3.0838-1.9164,1.2616-7.7636,4.906-7.7636,4.906h7.4291"/><polyline class="d" points="17.3276 27.25 20.6136 25.7181 16.9331 37"/><polyline class="d" points="27.0456 12.5319 30.3316 11 26.6511 22.2819"/><polyline class="d" points="18.0345 12.5319 21.3205 11 17.64 22.2819"/><circle id="c" class="e" cx="24" cy="24" r="21.5"/></svg>
Copied!