cloud sun meatball icon

cloud-sun-meatball from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
cloud-sun-meatball
Set
Unicons
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

More weather icons from Unicons

Use the cloud sun meatball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 16.92h-.77l.39-.67a1 1 0 0 0-1.74-1l-.38.67l-.38-.67a1 1 0 0 0-1.74 1l.39.67H7.5a1 1 0 0 0 0 2h.77l-.39.66a1 1 0 0 0 1.74 1l.38-.66l.38.66a1 1 0 1 0 1.74-1l-.39-.66h.77a1 1 0 0 0 0-2m8.5-9h-.8a4.3 4.3 0 0 0-.52-1.27l.56-.56a1 1 0 0 0-1.41-1.41l-.56.56A4.3 4.3 0 0 0 17 4.72v-.8a1 1 0 0 0-2 0v.8a4.1 4.1 0 0 0-1.26.52l-.57-.56a1 1 0 0 0-1.41 1.41l.56.56c-.09.16-.16.33-.24.49a6 6 0 0 0-1.58-.22A6 6 0 0 0 4.56 12A3.52 3.52 0 0 0 2 15.42a3.47 3.47 0 0 0 1.41 2.79a1 1 0 1 0 1.18-1.61A1.46 1.46 0 0 1 4 15.42a1.5 1.5 0 0 1 1.5-1.5a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.66a2.33 2.33 0 0 1 .54 4.44a1 1 0 0 0-.52 1.32a1 1 0 0 0 .92.6a.9.9 0 0 0 .4-.09a4.33 4.33 0 0 0 2.6-4a4.3 4.3 0 0 0-.3-1.56l.13.13a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42l-.56-.56a4.2 4.2 0 0 0 .52-1.26h.8a1 1 0 0 0 0-2Zm-3.34 2.64a1.9 1.9 0 0 1-.6.41a4.2 4.2 0 0 0-1.06-.51A6 6 0 0 0 13.88 8a2.2 2.2 0 0 1 .46-.7a2.42 2.42 0 0 1 3.3 0a2.34 2.34 0 0 1 0 3.29Z"/></svg>

React

import type { SVGProps } from "react";

export function UilCloudSunMeatball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 16.92h-.77l.39-.67a1 1 0 0 0-1.74-1l-.38.67l-.38-.67a1 1 0 0 0-1.74 1l.39.67H7.5a1 1 0 0 0 0 2h.77l-.39.66a1 1 0 0 0 1.74 1l.38-.66l.38.66a1 1 0 1 0 1.74-1l-.39-.66h.77a1 1 0 0 0 0-2m8.5-9h-.8a4.3 4.3 0 0 0-.52-1.27l.56-.56a1 1 0 0 0-1.41-1.41l-.56.56A4.3 4.3 0 0 0 17 4.72v-.8a1 1 0 0 0-2 0v.8a4.1 4.1 0 0 0-1.26.52l-.57-.56a1 1 0 0 0-1.41 1.41l.56.56c-.09.16-.16.33-.24.49a6 6 0 0 0-1.58-.22A6 6 0 0 0 4.56 12A3.52 3.52 0 0 0 2 15.42a3.47 3.47 0 0 0 1.41 2.79a1 1 0 1 0 1.18-1.61A1.46 1.46 0 0 1 4 15.42a1.5 1.5 0 0 1 1.5-1.5a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.66a2.33 2.33 0 0 1 .54 4.44a1 1 0 0 0-.52 1.32a1 1 0 0 0 .92.6a.9.9 0 0 0 .4-.09a4.33 4.33 0 0 0 2.6-4a4.3 4.3 0 0 0-.3-1.56l.13.13a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42l-.56-.56a4.2 4.2 0 0 0 .52-1.26h.8a1 1 0 0 0 0-2Zm-3.34 2.64a1.9 1.9 0 0 1-.6.41a4.2 4.2 0 0 0-1.06-.51A6 6 0 0 0 13.88 8a2.2 2.2 0 0 1 .46-.7a2.42 2.42 0 0 1 3.3 0a2.34 2.34 0 0 1 0 3.29Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 16.92h-.77l.39-.67a1 1 0 0 0-1.74-1l-.38.67l-.38-.67a1 1 0 0 0-1.74 1l.39.67H7.5a1 1 0 0 0 0 2h.77l-.39.66a1 1 0 0 0 1.74 1l.38-.66l.38.66a1 1 0 1 0 1.74-1l-.39-.66h.77a1 1 0 0 0 0-2m8.5-9h-.8a4.3 4.3 0 0 0-.52-1.27l.56-.56a1 1 0 0 0-1.41-1.41l-.56.56A4.3 4.3 0 0 0 17 4.72v-.8a1 1 0 0 0-2 0v.8a4.1 4.1 0 0 0-1.26.52l-.57-.56a1 1 0 0 0-1.41 1.41l.56.56c-.09.16-.16.33-.24.49a6 6 0 0 0-1.58-.22A6 6 0 0 0 4.56 12A3.52 3.52 0 0 0 2 15.42a3.47 3.47 0 0 0 1.41 2.79a1 1 0 1 0 1.18-1.61A1.46 1.46 0 0 1 4 15.42a1.5 1.5 0 0 1 1.5-1.5a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.66a2.33 2.33 0 0 1 .54 4.44a1 1 0 0 0-.52 1.32a1 1 0 0 0 .92.6a.9.9 0 0 0 .4-.09a4.33 4.33 0 0 0 2.6-4a4.3 4.3 0 0 0-.3-1.56l.13.13a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42l-.56-.56a4.2 4.2 0 0 0 .52-1.26h.8a1 1 0 0 0 0-2Zm-3.34 2.64a1.9 1.9 0 0 1-.6.41a4.2 4.2 0 0 0-1.06-.51A6 6 0 0 0 13.88 8a2.2 2.2 0 0 1 .46-.7a2.42 2.42 0 0 1 3.3 0a2.34 2.34 0 0 1 0 3.29Z"/></svg>
</template>

CSS

.icon-cloud-sun-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2016.92h-.77l.39-.67a1%201%200%200%200-1.74-1l-.38.67l-.38-.67a1%201%200%200%200-1.74%201l.39.67H7.5a1%201%200%200%200%200%202h.77l-.39.66a1%201%200%200%200%201.74%201l.38-.66l.38.66a1%201%200%201%200%201.74-1l-.39-.66h.77a1%201%200%200%200%200-2m8.5-9h-.8a4.3%204.3%200%200%200-.52-1.27l.56-.56a1%201%200%200%200-1.41-1.41l-.56.56A4.3%204.3%200%200%200%2017%204.72v-.8a1%201%200%200%200-2%200v.8a4.1%204.1%200%200%200-1.26.52l-.57-.56a1%201%200%200%200-1.41%201.41l.56.56c-.09.16-.16.33-.24.49a6%206%200%200%200-1.58-.22A6%206%200%200%200%204.56%2012A3.52%203.52%200%200%200%202%2015.42a3.47%203.47%200%200%200%201.41%202.79a1%201%200%201%200%201.18-1.61A1.46%201.46%200%200%201%204%2015.42a1.5%201.5%200%200%201%201.5-1.5a1%201%200%200%200%201-1a4%204%200%200%201%207.78-1.29a1%201%200%200%200%20.78.66a2.33%202.33%200%200%201%20.54%204.44a1%201%200%200%200-.52%201.32a1%201%200%200%200%20.92.6a.9.9%200%200%200%20.4-.09a4.33%204.33%200%200%200%202.6-4a4.3%204.3%200%200%200-.3-1.56l.13.13a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.42l-.56-.56a4.2%204.2%200%200%200%20.52-1.26h.8a1%201%200%200%200%200-2Zm-3.34%202.64a1.9%201.9%200%200%201-.6.41a4.2%204.2%200%200%200-1.06-.51A6%206%200%200%200%2013.88%208a2.2%202.2%200%200%201%20.46-.7a2.42%202.42%200%200%201%203.3%200a2.34%202.34%200%200%201%200%203.29Z%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%22currentColor%22%20d%3D%22M12.5%2016.92h-.77l.39-.67a1%201%200%200%200-1.74-1l-.38.67l-.38-.67a1%201%200%200%200-1.74%201l.39.67H7.5a1%201%200%200%200%200%202h.77l-.39.66a1%201%200%200%200%201.74%201l.38-.66l.38.66a1%201%200%201%200%201.74-1l-.39-.66h.77a1%201%200%200%200%200-2m8.5-9h-.8a4.3%204.3%200%200%200-.52-1.27l.56-.56a1%201%200%200%200-1.41-1.41l-.56.56A4.3%204.3%200%200%200%2017%204.72v-.8a1%201%200%200%200-2%200v.8a4.1%204.1%200%200%200-1.26.52l-.57-.56a1%201%200%200%200-1.41%201.41l.56.56c-.09.16-.16.33-.24.49a6%206%200%200%200-1.58-.22A6%206%200%200%200%204.56%2012A3.52%203.52%200%200%200%202%2015.42a3.47%203.47%200%200%200%201.41%202.79a1%201%200%201%200%201.18-1.61A1.46%201.46%200%200%201%204%2015.42a1.5%201.5%200%200%201%201.5-1.5a1%201%200%200%200%201-1a4%204%200%200%201%207.78-1.29a1%201%200%200%200%20.78.66a2.33%202.33%200%200%201%20.54%204.44a1%201%200%200%200-.52%201.32a1%201%200%200%200%20.92.6a.9.9%200%200%200%20.4-.09a4.33%204.33%200%200%200%202.6-4a4.3%204.3%200%200%200-.3-1.56l.13.13a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.42l-.56-.56a4.2%204.2%200%200%200%20.52-1.26h.8a1%201%200%200%200%200-2Zm-3.34%202.64a1.9%201.9%200%200%201-.6.41a4.2%204.2%200%200%200-1.06-.51A6%206%200%200%200%2013.88%208a2.2%202.2%200%200%201%20.46-.7a2.42%202.42%200%200%201%203.3%200a2.34%202.34%200%200%201%200%203.29Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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