Fooda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fooda 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/326136.svg" alt="Fooda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326136.svg" alt="Fooda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326136.svg" alt="Fooda icon" :width="24" :height="24" />
CSS background
.icon-fooda {
background-image: url('https://proicons.com/icon/326136.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="M13.0454,35.134c.4473.2644,1.0199.2213,1.5388.248.823.0424,1.7983-.2499,2.5697.04.9474.3562,1.4347,1.155,2.0656,1.9465.788.9885,1.2613,2.1952,1.9865,3.2306.4507.6434.8933,1.3072,1.4648,1.8461.3389.3195.7106.6316,1.1438.8026.5341.2109,1.1329.2821,1.7056.2408.6186-.0446,1.2215-.2647,1.7859-.5217.3833-.1745.8078-.3476,1.0635-.6822.149-.195.2325-.4572.2207-.7023-.0271-.5658-.3807-1.0735-.6622-1.5652-.3563-.6223-.8399-1.1629-1.2842-1.7257-.4973-.6298-1.0632-1.2044-1.5451-1.8461-.3386-.451-.6401-.8477-.8398-1.3751-.215-.568-.3912-1.1569-.1965-1.7321.1456-.4301.4353-.8183.8155-1.0665.8956-.5846,1.9919-.7793,2.9899-1.1638,1.5765-.6074,3.2367-1.0265,4.7356-1.8059.4872-.2534.9798-.5312,1.3645-.923.3353-.3416.6664-.7396.7826-1.204.1319-.5276.112-1.1437-.1405-1.6254-.2338-.446-.6901-.7926-1.1638-.9632-.7174-.2584-1.5343-.1189-2.2875,0-.9653.1524-1.8759.5552-2.7892.903-1.0244.39-1.9933.9145-3.0099,1.3244-.6477.2611-1.3118.4794-1.9665.7224-.6429.2386-1.9263.7224-1.9263.7224,0,0-1.0401-2.4644-1.3846-3.7524-.3593-1.3438-.6433-2.7238-.7023-4.1136-.0439-1.0328.0101-2.0873.2609-3.0902.2754-1.1017.6944-2.1991,1.3444-3.1303.585-.838,1.3753-1.5426,2.2273-2.1069.8765-.5806,1.8598-1.052,2.8895-1.2642,1.0744-.2213,2.2005-.1004,3.2908.0201,1.0954.1211,2.1439.5194,3.2306.7023.4982.0839,1.0014.2223,1.505.1806.2848-.0236.5841-.0836.8227-.2408.3333-.2196.5858-.5652.7625-.923.1185-.2401.1905-.515.1806-.7826-.0183-.4968-.2227-.9782-.4415-1.4247-.3592-.7332-.8289-1.4277-1.4046-2.0066-.5549-.558-1.2247-.9998-1.9559-1.2907-1.0169-.4046-2.1268-.5252-3.2212-.5353-.8761-.0081-1.7521.137-2.6086.3211-.9928.2134-1.9826.4883-2.9096.903-1.1748.5256-2.3017,1.1878-3.3109,1.9865-1.3982,1.1067-2.6977,2.3802-3.7323,3.8326-.8122,1.1402-1.4133,2.4348-1.8862,3.7524-.4079,1.1362-.699,2.3289-.8026,3.5316-.0891,1.0343.0306,2.0803.1605,3.1102.1648,1.3067.5402,2.5782.7826,3.8728.2173,1.1608.4622,2.3188.602,3.4915.0476.3994.1005.8468-.0322,1.2265-.1343.3844-.3894.6298-.7102.8805-.4551.3556-1.0567.4846-1.525.8227-.2609.1884-.5798.3647-.7023.6622-.1529.3713-.0968.8265.0401,1.204.1495.4119.4317.8132.8089,1.0362Z"/></g></svg>
Copied!