cloud meatball icon
cloud-meatball from Font Awesome Solid by Dave Gandy · Solid · Food · CC-BY-4.0 Attribution required.
- Name
- cloud-meatball
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Food
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More food icons from Font Awesome Solid
Use the cloud meatball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 288c0 53 43 96 96 96h26.9c3.5-12.1 10.1-23.3 19.2-32.4l1.4-1.4c15-15 35.3-22.9 56.1-22.2c14.2-15.1 34.2-23.9 55.4-23.9h2c21.1 0 41.1 8.8 55.4 23.9c20.8-.6 41.1 7.3 56.1 22.2l1.4 1.4c9.2 9.2 15.7 20.4 19.2 32.4H480c53 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 28c-18.7-35.7-56.1-60-99.2-60c-61.9 0-112 50.1-112 112c0 7.1.7 14.1 1.9 20.8C91.6 209.4 64 245.5 64 288m156.5 200.3c9.5 6.3 14.2 17.7 11.9 28.8c-1.8 9.2 1 18.7 7.7 25.3l1.4 1.4c6.6 6.6 16.1 9.5 25.3 7.7c11.1-2.2 22.5 2.5 28.8 11.9c5.2 7.8 14 12.5 23.3 12.5h2c9.4 0 18.1-4.7 23.3-12.5c6.3-9.5 17.7-14.2 28.8-11.9c9.2 1.8 18.7-1 25.3-7.7l1.4-1.4c6.6-6.6 9.5-16.1 7.7-25.3c-2.2-11.1 2.5-22.5 11.9-28.8c7.8-5.2 12.5-14 12.5-23.3v-2c0-9.4-4.7-18.1-12.5-23.3c-9.5-6.3-14.2-17.7-11.9-28.8c1.8-9.2-1-18.7-7.7-25.3l-1.4-1.4c-6.6-6.6-16.1-9.5-25.3-7.7c-11.1 2.2-22.5-2.5-28.8-11.9c-5.2-7.8-14-12.5-23.3-12.5h-2c-9.4 0-18.1 4.7-23.3 12.5c-6.3 9.5-17.7 14.2-28.8 11.9c-9.2-1.8-18.7 1-25.3 7.7l-1.4 1.4c-6.6 6.6-9.5 16.1-7.7 25.3c2.2 11.1-2.5 22.5-11.9 28.8c-7.8 5.2-12.5 14-12.5 23.3v2c0 9.4 4.7 18.1 12.5 23.3M112 512c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m416 0c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCloudMeatball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 288c0 53 43 96 96 96h26.9c3.5-12.1 10.1-23.3 19.2-32.4l1.4-1.4c15-15 35.3-22.9 56.1-22.2c14.2-15.1 34.2-23.9 55.4-23.9h2c21.1 0 41.1 8.8 55.4 23.9c20.8-.6 41.1 7.3 56.1 22.2l1.4 1.4c9.2 9.2 15.7 20.4 19.2 32.4H480c53 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 28c-18.7-35.7-56.1-60-99.2-60c-61.9 0-112 50.1-112 112c0 7.1.7 14.1 1.9 20.8C91.6 209.4 64 245.5 64 288m156.5 200.3c9.5 6.3 14.2 17.7 11.9 28.8c-1.8 9.2 1 18.7 7.7 25.3l1.4 1.4c6.6 6.6 16.1 9.5 25.3 7.7c11.1-2.2 22.5 2.5 28.8 11.9c5.2 7.8 14 12.5 23.3 12.5h2c9.4 0 18.1-4.7 23.3-12.5c6.3-9.5 17.7-14.2 28.8-11.9c9.2 1.8 18.7-1 25.3-7.7l1.4-1.4c6.6-6.6 9.5-16.1 7.7-25.3c-2.2-11.1 2.5-22.5 11.9-28.8c7.8-5.2 12.5-14 12.5-23.3v-2c0-9.4-4.7-18.1-12.5-23.3c-9.5-6.3-14.2-17.7-11.9-28.8c1.8-9.2-1-18.7-7.7-25.3l-1.4-1.4c-6.6-6.6-16.1-9.5-25.3-7.7c-11.1 2.2-22.5-2.5-28.8-11.9c-5.2-7.8-14-12.5-23.3-12.5h-2c-9.4 0-18.1 4.7-23.3 12.5c-6.3 9.5-17.7 14.2-28.8 11.9c-9.2-1.8-18.7 1-25.3 7.7l-1.4 1.4c-6.6 6.6-9.5 16.1-7.7 25.3c2.2 11.1-2.5 22.5-11.9 28.8c-7.8 5.2-12.5 14-12.5 23.3v2c0 9.4 4.7 18.1 12.5 23.3M112 512c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m416 0c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 288c0 53 43 96 96 96h26.9c3.5-12.1 10.1-23.3 19.2-32.4l1.4-1.4c15-15 35.3-22.9 56.1-22.2c14.2-15.1 34.2-23.9 55.4-23.9h2c21.1 0 41.1 8.8 55.4 23.9c20.8-.6 41.1 7.3 56.1 22.2l1.4 1.4c9.2 9.2 15.7 20.4 19.2 32.4H480c53 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 28c-18.7-35.7-56.1-60-99.2-60c-61.9 0-112 50.1-112 112c0 7.1.7 14.1 1.9 20.8C91.6 209.4 64 245.5 64 288m156.5 200.3c9.5 6.3 14.2 17.7 11.9 28.8c-1.8 9.2 1 18.7 7.7 25.3l1.4 1.4c6.6 6.6 16.1 9.5 25.3 7.7c11.1-2.2 22.5 2.5 28.8 11.9c5.2 7.8 14 12.5 23.3 12.5h2c9.4 0 18.1-4.7 23.3-12.5c6.3-9.5 17.7-14.2 28.8-11.9c9.2 1.8 18.7-1 25.3-7.7l1.4-1.4c6.6-6.6 9.5-16.1 7.7-25.3c-2.2-11.1 2.5-22.5 11.9-28.8c7.8-5.2 12.5-14 12.5-23.3v-2c0-9.4-4.7-18.1-12.5-23.3c-9.5-6.3-14.2-17.7-11.9-28.8c1.8-9.2-1-18.7-7.7-25.3l-1.4-1.4c-6.6-6.6-16.1-9.5-25.3-7.7c-11.1 2.2-22.5-2.5-28.8-11.9c-5.2-7.8-14-12.5-23.3-12.5h-2c-9.4 0-18.1 4.7-23.3 12.5c-6.3 9.5-17.7 14.2-28.8 11.9c-9.2-1.8-18.7 1-25.3 7.7l-1.4 1.4c-6.6 6.6-9.5 16.1-7.7 25.3c2.2 11.1-2.5 22.5-11.9 28.8c-7.8 5.2-12.5 14-12.5 23.3v2c0 9.4 4.7 18.1 12.5 23.3M112 512c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m416 0c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20288c0%2053%2043%2096%2096%2096h26.9c3.5-12.1%2010.1-23.3%2019.2-32.4l1.4-1.4c15-15%2035.3-22.9%2056.1-22.2c14.2-15.1%2034.2-23.9%2055.4-23.9h2c21.1%200%2041.1%208.8%2055.4%2023.9c20.8-.6%2041.1%207.3%2056.1%2022.2l1.4%201.4c9.2%209.2%2015.7%2020.4%2019.2%2032.4H480c53%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%2028c-18.7-35.7-56.1-60-99.2-60c-61.9%200-112%2050.1-112%20112c0%207.1.7%2014.1%201.9%2020.8C91.6%20209.4%2064%20245.5%2064%20288m156.5%20200.3c9.5%206.3%2014.2%2017.7%2011.9%2028.8c-1.8%209.2%201%2018.7%207.7%2025.3l1.4%201.4c6.6%206.6%2016.1%209.5%2025.3%207.7c11.1-2.2%2022.5%202.5%2028.8%2011.9c5.2%207.8%2014%2012.5%2023.3%2012.5h2c9.4%200%2018.1-4.7%2023.3-12.5c6.3-9.5%2017.7-14.2%2028.8-11.9c9.2%201.8%2018.7-1%2025.3-7.7l1.4-1.4c6.6-6.6%209.5-16.1%207.7-25.3c-2.2-11.1%202.5-22.5%2011.9-28.8c7.8-5.2%2012.5-14%2012.5-23.3v-2c0-9.4-4.7-18.1-12.5-23.3c-9.5-6.3-14.2-17.7-11.9-28.8c1.8-9.2-1-18.7-7.7-25.3l-1.4-1.4c-6.6-6.6-16.1-9.5-25.3-7.7c-11.1%202.2-22.5-2.5-28.8-11.9c-5.2-7.8-14-12.5-23.3-12.5h-2c-9.4%200-18.1%204.7-23.3%2012.5c-6.3%209.5-17.7%2014.2-28.8%2011.9c-9.2-1.8-18.7%201-25.3%207.7l-1.4%201.4c-6.6%206.6-9.5%2016.1-7.7%2025.3c2.2%2011.1-2.5%2022.5-11.9%2028.8c-7.8%205.2-12.5%2014-12.5%2023.3v2c0%209.4%204.7%2018.1%2012.5%2023.3M112%20512c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m416%200c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20288c0%2053%2043%2096%2096%2096h26.9c3.5-12.1%2010.1-23.3%2019.2-32.4l1.4-1.4c15-15%2035.3-22.9%2056.1-22.2c14.2-15.1%2034.2-23.9%2055.4-23.9h2c21.1%200%2041.1%208.8%2055.4%2023.9c20.8-.6%2041.1%207.3%2056.1%2022.2l1.4%201.4c9.2%209.2%2015.7%2020.4%2019.2%2032.4H480c53%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%2028c-18.7-35.7-56.1-60-99.2-60c-61.9%200-112%2050.1-112%20112c0%207.1.7%2014.1%201.9%2020.8C91.6%20209.4%2064%20245.5%2064%20288m156.5%20200.3c9.5%206.3%2014.2%2017.7%2011.9%2028.8c-1.8%209.2%201%2018.7%207.7%2025.3l1.4%201.4c6.6%206.6%2016.1%209.5%2025.3%207.7c11.1-2.2%2022.5%202.5%2028.8%2011.9c5.2%207.8%2014%2012.5%2023.3%2012.5h2c9.4%200%2018.1-4.7%2023.3-12.5c6.3-9.5%2017.7-14.2%2028.8-11.9c9.2%201.8%2018.7-1%2025.3-7.7l1.4-1.4c6.6-6.6%209.5-16.1%207.7-25.3c-2.2-11.1%202.5-22.5%2011.9-28.8c7.8-5.2%2012.5-14%2012.5-23.3v-2c0-9.4-4.7-18.1-12.5-23.3c-9.5-6.3-14.2-17.7-11.9-28.8c1.8-9.2-1-18.7-7.7-25.3l-1.4-1.4c-6.6-6.6-16.1-9.5-25.3-7.7c-11.1%202.2-22.5-2.5-28.8-11.9c-5.2-7.8-14-12.5-23.3-12.5h-2c-9.4%200-18.1%204.7-23.3%2012.5c-6.3%209.5-17.7%2014.2-28.8%2011.9c-9.2-1.8-18.7%201-25.3%207.7l-1.4%201.4c-6.6%206.6-9.5%2016.1-7.7%2025.3c2.2%2011.1-2.5%2022.5-11.9%2028.8c-7.8%205.2-12.5%2014-12.5%2023.3v2c0%209.4%204.7%2018.1%2012.5%2023.3M112%20512c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m416%200c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/cloud-meatball.svg?color=%231a73e8&size=48