cloud meatball icon

cloud-meatball-outline from Flowbite Icons by Themesberg · Outline · Food Beverage · MIT Free for personal and commercial use.

Name
cloud-meatball-outline
Set
Flowbite Icons
Style
Outline
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

Use the cloud meatball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.333 14.653c.708 0 1.386-.21 1.886-.71s.781-1.25.781-1.957a2.667 2.667 0 0 0-2.667-2.667h-.022q.02-.221.022-.444A4.889 4.889 0 0 0 7.74 7.56c-.063-.003-.121-.018-.184-.018c-.943 0-1.91.366-2.577 1.032c-.667.667-.979 1.58-.979 2.523a3.555 3.555 0 0 0 2.667 3.443M12 14v3m0 0v3m0-3l-2.121-2.121M12 17l2.121 2.121M12 17H9m3 0h3m-3 0l-2.121 2.121M12 17l2.121-2.121M6 18h.01M18 18h.01"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteCloudMeatballOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M17.333 14.653c.708 0 1.386-.21 1.886-.71s.781-1.25.781-1.957a2.667 2.667 0 0 0-2.667-2.667h-.022q.02-.221.022-.444A4.889 4.889 0 0 0 7.74 7.56c-.063-.003-.121-.018-.184-.018c-.943 0-1.91.366-2.577 1.032c-.667.667-.979 1.58-.979 2.523a3.555 3.555 0 0 0 2.667 3.443M12 14v3m0 0v3m0-3l-2.121-2.121M12 17l2.121 2.121M12 17H9m3 0h3m-3 0l-2.121 2.121M12 17l2.121-2.121M6 18h.01M18 18h.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.333 14.653c.708 0 1.386-.21 1.886-.71s.781-1.25.781-1.957a2.667 2.667 0 0 0-2.667-2.667h-.022q.02-.221.022-.444A4.889 4.889 0 0 0 7.74 7.56c-.063-.003-.121-.018-.184-.018c-.943 0-1.91.366-2.577 1.032c-.667.667-.979 1.58-.979 2.523a3.555 3.555 0 0 0 2.667 3.443M12 14v3m0 0v3m0-3l-2.121-2.121M12 17l2.121 2.121M12 17H9m3 0h3m-3 0l-2.121 2.121M12 17l2.121-2.121M6 18h.01M18 18h.01"/></svg>
</template>

CSS

.icon-cloud-meatball-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.333%2014.653c.708%200%201.386-.21%201.886-.71s.781-1.25.781-1.957a2.667%202.667%200%200%200-2.667-2.667h-.022q.02-.221.022-.444A4.889%204.889%200%200%200%207.74%207.56c-.063-.003-.121-.018-.184-.018c-.943%200-1.91.366-2.577%201.032c-.667.667-.979%201.58-.979%202.523a3.555%203.555%200%200%200%202.667%203.443M12%2014v3m0%200v3m0-3l-2.121-2.121M12%2017l2.121%202.121M12%2017H9m3%200h3m-3%200l-2.121%202.121M12%2017l2.121-2.121M6%2018h.01M18%2018h.01%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.333%2014.653c.708%200%201.386-.21%201.886-.71s.781-1.25.781-1.957a2.667%202.667%200%200%200-2.667-2.667h-.022q.02-.221.022-.444A4.889%204.889%200%200%200%207.74%207.56c-.063-.003-.121-.018-.184-.018c-.943%200-1.91.366-2.577%201.032c-.667.667-.979%201.58-.979%202.523a3.555%203.555%200%200%200%202.667%203.443M12%2014v3m0%200v3m0-3l-2.121-2.121M12%2017l2.121%202.121M12%2017H9m3%200h3m-3%200l-2.121%202.121M12%2017l2.121-2.121M6%2018h.01M18%2018h.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/cloud-meatball-outline.svg?color=%231a73e8&size=48