Foodtracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foodtracker 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/326142.svg" alt="Foodtracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326142.svg" alt="Foodtracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326142.svg" alt="Foodtracker icon" :width="24" :height="24" />
CSS background
.icon-foodtracker {
background-image: url('https://proicons.com/icon/326142.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M36.07,17.05a4.07,4.07,0,0,1,1.4,2.14,7.6,7.6,0,0,1,.27,1.69m-6.18-3.83a4.48,4.48,0,0,1,4.51,0c1-3,.18-5.36,2.2-6.53A3.27,3.27,0,0,1,40,10h0a5.78,5.78,0,0,1,.67.08A6.88,6.88,0,0,1,43.5,12.4M31.56,17.05A2.38,2.38,0,0,0,32,18.48,5.58,5.58,0,0,0,33.75,20a5.85,5.85,0,0,0,4,.91c0,3.58-3.28,7.7-5.78,9.89-8.49,7.43-32.45,9.11-26.53,5,1.73-1.2,7.31-3.53,11.31-6.5,4.67-3.87,8.4-10,14.82-12.23Zm0,0"/></svg>
Copied!