hail-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
hail-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the hail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 8.416a6.5 6.5 0 0 1 12.586-2.204a6.002 6.002 0 0 1-.217 11.631a4 4 0 0 0-.12-.177a3.5 3.5 0 0 0-3.71-5.533a4 4 0 1 0-6.788 4.2c-.355.45-.602.988-.701 1.577A5.002 5.002 0 0 1 5 8.416"/><path fill="currentColor" d="M12 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m3.5-1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.5 3a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHailFill(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="M5 8.416a6.5 6.5 0 0 1 12.586-2.204a6.002 6.002 0 0 1-.217 11.631a4 4 0 0 0-.12-.177a3.5 3.5 0 0 0-3.71-5.533a4 4 0 1 0-6.788 4.2c-.355.45-.602.988-.701 1.577A5.002 5.002 0 0 1 5 8.416"/><path fill="currentColor" d="M12 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m3.5-1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.5 3a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 8.416a6.5 6.5 0 0 1 12.586-2.204a6.002 6.002 0 0 1-.217 11.631a4 4 0 0 0-.12-.177a3.5 3.5 0 0 0-3.71-5.533a4 4 0 1 0-6.788 4.2c-.355.45-.602.988-.701 1.577A5.002 5.002 0 0 1 5 8.416"/><path fill="currentColor" d="M12 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m3.5-1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.5 3a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
</template>

CSS

.icon-hail-fill {
  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%22M5%208.416a6.5%206.5%200%200%201%2012.586-2.204a6.002%206.002%200%200%201-.217%2011.631a4%204%200%200%200-.12-.177a3.5%203.5%200%200%200-3.71-5.533a4%204%200%201%200-6.788%204.2c-.355.45-.602.988-.701%201.577A5.002%205.002%200%200%201%205%208.416%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-1%204.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m3.5-1.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m1.5%203a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%22M5%208.416a6.5%206.5%200%200%201%2012.586-2.204a6.002%206.002%200%200%201-.217%2011.631a4%204%200%200%200-.12-.177a3.5%203.5%200%200%200-3.71-5.533a4%204%200%201%200-6.788%204.2c-.355.45-.602.988-.701%201.577A5.002%205.002%200%200%201%205%208.416%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-1%204.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m3.5-1.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m1.5%203a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/hail-fill.svg?color=%231a73e8&size=48