Foodora Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foodora 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/326139.svg" alt="Foodora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326139.svg" alt="Foodora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326139.svg" alt="Foodora icon" :width="24" :height="24" />
CSS background
.icon-foodora {
background-image: url('https://proicons.com/icon/326139.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><line class="b" x1="4.5" y1="27.83" x2="43.5" y2="27.83"/><path class="b" d="m41.3,27.83c0-9.5545-7.7455-17.3-17.3-17.3S6.7,18.2755,6.7,27.83"/><path class="b" d="m16.7945,14.7322c-3.5091,2.2954-5.8569,6.2191-5.9702,10.6979"/><line class="b" x1="24" y1="10.53" x2="24" y2="8.27"/><path class="b" d="m24.94,34.55c5.1979-.0628,5.8635-.28,15.4748-2.7195.6056-.1537,1.0539.1565,1.1859.5082.1353.3606.0794.9987-.7407,1.2113-1.62.42-11.72,5.08-14.02,5.08s-9-.5-11.52-.5-5.46,1.6-5.46,1.6c-2.02-1.88-3.3-5-3.64-8.38h24.96c1.0309,0,1.36,1.44.48,1.84-1.3047.5931-3.52,1.36-6.72,1.36"/></svg>
Copied!