cloud meatball icon
cloud-meatball from Font Awesome 6 Solid by Dave Gandy · Regular · Food · CC-BY-4.0 Attribution required.
- Name
- cloud-meatball
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Food
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More food icons from Font Awesome 6 Solid
Use the cloud meatball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 224c0 53 43 96 96 96h44.7c9.5-23.5 32.5-40 59.3-40c2 0 3.9.1 5.8.3c11.8-14.8 29.9-24.3 50.2-24.3s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40H416c53 0 96-43 96-96s-43-96-96-96h-1.6c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1.7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224m288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1.1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7.7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8.7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7.8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1.1 3.1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1.1-3.1.1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7.7-1.4 1.5-2.1 2.3c.1-1 .1-2.1.1-3.1M48 448a48 48 0 1 0 0-96a48 48 0 1 0 0 96m416 0a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCloudMeatball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 224c0 53 43 96 96 96h44.7c9.5-23.5 32.5-40 59.3-40c2 0 3.9.1 5.8.3c11.8-14.8 29.9-24.3 50.2-24.3s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40H416c53 0 96-43 96-96s-43-96-96-96h-1.6c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1.7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224m288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1.1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7.7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8.7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7.8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1.1 3.1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1.1-3.1.1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7.7-1.4 1.5-2.1 2.3c.1-1 .1-2.1.1-3.1M48 448a48 48 0 1 0 0-96a48 48 0 1 0 0 96m416 0a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 224c0 53 43 96 96 96h44.7c9.5-23.5 32.5-40 59.3-40c2 0 3.9.1 5.8.3c11.8-14.8 29.9-24.3 50.2-24.3s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40H416c53 0 96-43 96-96s-43-96-96-96h-1.6c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1.7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224m288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1.1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7.7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8.7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7.8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1.1 3.1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1.1-3.1.1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7.7-1.4 1.5-2.1 2.3c.1-1 .1-2.1.1-3.1M48 448a48 48 0 1 0 0-96a48 48 0 1 0 0 96m416 0a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg> </template>
CSS
.icon-cloud-meatball {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20224c0%2053%2043%2096%2096%2096h44.7c9.5-23.5%2032.5-40%2059.3-40c2%200%203.9.1%205.8.3c11.8-14.8%2029.9-24.3%2050.2-24.3s38.4%209.5%2050.2%2024.3c1.9-.2%203.9-.3%205.8-.3c26.9%200%2049.9%2016.5%2059.3%2040H416c53%200%2096-43%2096-96s-43-96-96-96h-1.6c1.1-5.2%201.6-10.5%201.6-16c0-44.2-35.8-80-80-80c-24.3%200-46.1%2010.9-60.8%2028C256.5%2024.3%20219.1%200%20176%200C114.1%200%2064%2050.1%2064%20112c0%207.1.7%2014.1%201.9%2020.8C27.6%20145.4%200%20181.5%200%20224m288%2096c0-17.7-14.3-32-32-32s-32%2014.3-32%2032c0%201%20.1%202.1.1%203.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3c.7.7%201.5%201.4%202.3%202.1c-1-.1-2.1-.1-3.1-.1c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032c1%200%202.1-.1%203.1-.1c-.8.7-1.6%201.3-2.3%202.1c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200c.7-.7%201.4-1.5%202.1-2.3c-.1%201-.1%202.1-.1%203.1c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-1-.1-2.1-.1-3.1c.7.8%201.3%201.6%202.1%202.3c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3c-.7-.7-1.5-1.4-2.3-2.1c1%20.1%202.1.1%203.1.1c17.7%200%2032-14.3%2032-32s-14.3-32-32-32c-1%200-2.1.1-3.1.1c.8-.7%201.6-1.3%202.3-2.1c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200c-.7.7-1.4%201.5-2.1%202.3c.1-1%20.1-2.1.1-3.1M48%20448a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m416%200a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20224c0%2053%2043%2096%2096%2096h44.7c9.5-23.5%2032.5-40%2059.3-40c2%200%203.9.1%205.8.3c11.8-14.8%2029.9-24.3%2050.2-24.3s38.4%209.5%2050.2%2024.3c1.9-.2%203.9-.3%205.8-.3c26.9%200%2049.9%2016.5%2059.3%2040H416c53%200%2096-43%2096-96s-43-96-96-96h-1.6c1.1-5.2%201.6-10.5%201.6-16c0-44.2-35.8-80-80-80c-24.3%200-46.1%2010.9-60.8%2028C256.5%2024.3%20219.1%200%20176%200C114.1%200%2064%2050.1%2064%20112c0%207.1.7%2014.1%201.9%2020.8C27.6%20145.4%200%20181.5%200%20224m288%2096c0-17.7-14.3-32-32-32s-32%2014.3-32%2032c0%201%20.1%202.1.1%203.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3c.7.7%201.5%201.4%202.3%202.1c-1-.1-2.1-.1-3.1-.1c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032c1%200%202.1-.1%203.1-.1c-.8.7-1.6%201.3-2.3%202.1c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200c.7-.7%201.4-1.5%202.1-2.3c-.1%201-.1%202.1-.1%203.1c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-1-.1-2.1-.1-3.1c.7.8%201.3%201.6%202.1%202.3c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3c-.7-.7-1.5-1.4-2.3-2.1c1%20.1%202.1.1%203.1.1c17.7%200%2032-14.3%2032-32s-14.3-32-32-32c-1%200-2.1.1-3.1.1c.8-.7%201.6-1.3%202.3-2.1c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200c-.7.7-1.4%201.5-2.1%202.3c.1-1%20.1-2.1.1-3.1M48%20448a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m416%200a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/cloud-meatball.svg?color=%231a73e8&size=48