Talabat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Talabat 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/333635.svg" alt="Talabat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333635.svg" alt="Talabat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333635.svg" alt="Talabat icon" :width="24" :height="24" />
CSS background
.icon-talabat {
background-image: url('https://proicons.com/icon/333635.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m18.7196,22.6417c-2.2184-.1805-4.5448.5033-6.0476-1.631-1.012-1.4373-.7643-3.0626-.6853-4.8073,2.221-.1158,4.3855-.2287,6.7287-.3509,0-1.4134.0915-2.86-.0177-4.2913-.2883-3.7767,2.6142-6.2601,6.0541-6.7718,1.1853-.1763,2.3947-.1903,3.7409-.2894v11.178c1.1316,0,2.1276-.001,3.1236.0002,2.485.0029,3.7601,1.0396,4.1469,3.4619.1705,1.0678.2161,2.1555.3348,3.4059h-7.523c0,3.2663-.2136,6.3895.0784,9.4646.1814,1.9104,1.7539,3.947,4.4929,3.6598.5116-.0536,1.0265-.0757,1.6899-.123,0,2.0018.0383,3.9353-.0386,5.8641-.0125.3133-.4817.7061-.8304.8937-6.0722,3.2668-13.8605-.4924-14.9608-7.3066-.3321-2.0569-.2345-4.1875-.278-6.2854-.041-1.9783-.0088-3.9582-.0088-6.0714Z"/></svg>
Copied!