Efood Delivery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Efood 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/324988.svg" alt="Efood Delivery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324988.svg" alt="Efood Delivery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324988.svg" alt="Efood Delivery icon" :width="24" :height="24" />
CSS background
.icon-efood-delivery {
background-image: url('https://proicons.com/icon/324988.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="m36.5883,41.429c-3.5412,2.5559-7.8831,4.0647-12.5945,4.0647-11.8862,0-21.4938-9.6075-21.4938-21.4938S12.1075,2.5062,23.9938,2.5062s21.4938,9.6075,21.4938,21.4938"/><path class="b" d="m32.5235,36.5945c-2.4327,1.6628-5.3888,2.6174-8.5298,2.6174-8.4066,0-15.2119-6.8053-15.2119-15.2119s6.8053-15.2119,15.2119-15.2119,15.2119,6.8053,15.2119,15.2119"/><path class="b" d="m28.4588,31.7291c-1.3241.7698-2.833,1.2009-4.465,1.2009-4.9269,0-8.9301-4.0031-8.9301-8.9301s4.0031-8.9301,8.9301-8.9301,8.9301,4.0031,8.9301,8.9301"/><line class="b" x1="23.9938" y1="24" x2="45.5" y2="24"/></svg>
Copied!