thunderstorm moon icon

thunderstorm-moon from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
thunderstorm-moon
Set
Unicons
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

More weather icons from Unicons

Use the thunderstorm moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.58 16.5h-1.26l.86-1.5a1 1 0 1 0-1.73-1l-1.73 3a1 1 0 0 0 .86 1.5h1.27L9 20a1 1 0 0 0 1.74 1l1.73-3a1 1 0 0 0 0-1a1 1 0 0 0-.89-.5M21.7 7.57a1 1 0 0 0-.93-.26a3.2 3.2 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.65A1 1 0 0 0 16 2.53a4.93 4.93 0 0 0-3.83 4.21a6.2 6.2 0 0 0-1.67-.24a6 6 0 0 0-5.94 5.13a3.49 3.49 0 0 0-.34 6.62a1 1 0 1 0 .72-1.86a1.5 1.5 0 0 1 .56-2.89a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.18.66a4 4 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.33 2.33 0 0 1 .25 4.53a1 1 0 0 0 .27 2a.8.8 0 0 0 .27 0A4.33 4.33 0 0 0 19 14.17a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8.5a1 1 0 0 0-.3-.93m-4.59 2.82a2.6 2.6 0 0 1-.42 0A4.6 4.6 0 0 0 16 10a6 6 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.09"/></svg>

React

import type { SVGProps } from "react";

export function UilThunderstormMoon(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="M11.58 16.5h-1.26l.86-1.5a1 1 0 1 0-1.73-1l-1.73 3a1 1 0 0 0 .86 1.5h1.27L9 20a1 1 0 0 0 1.74 1l1.73-3a1 1 0 0 0 0-1a1 1 0 0 0-.89-.5M21.7 7.57a1 1 0 0 0-.93-.26a3.2 3.2 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.65A1 1 0 0 0 16 2.53a4.93 4.93 0 0 0-3.83 4.21a6.2 6.2 0 0 0-1.67-.24a6 6 0 0 0-5.94 5.13a3.49 3.49 0 0 0-.34 6.62a1 1 0 1 0 .72-1.86a1.5 1.5 0 0 1 .56-2.89a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.18.66a4 4 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.33 2.33 0 0 1 .25 4.53a1 1 0 0 0 .27 2a.8.8 0 0 0 .27 0A4.33 4.33 0 0 0 19 14.17a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8.5a1 1 0 0 0-.3-.93m-4.59 2.82a2.6 2.6 0 0 1-.42 0A4.6 4.6 0 0 0 16 10a6 6 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.58 16.5h-1.26l.86-1.5a1 1 0 1 0-1.73-1l-1.73 3a1 1 0 0 0 .86 1.5h1.27L9 20a1 1 0 0 0 1.74 1l1.73-3a1 1 0 0 0 0-1a1 1 0 0 0-.89-.5M21.7 7.57a1 1 0 0 0-.93-.26a3.2 3.2 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.65A1 1 0 0 0 16 2.53a4.93 4.93 0 0 0-3.83 4.21a6.2 6.2 0 0 0-1.67-.24a6 6 0 0 0-5.94 5.13a3.49 3.49 0 0 0-.34 6.62a1 1 0 1 0 .72-1.86a1.5 1.5 0 0 1 .56-2.89a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.18.66a4 4 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.33 2.33 0 0 1 .25 4.53a1 1 0 0 0 .27 2a.8.8 0 0 0 .27 0A4.33 4.33 0 0 0 19 14.17a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8.5a1 1 0 0 0-.3-.93m-4.59 2.82a2.6 2.6 0 0 1-.42 0A4.6 4.6 0 0 0 16 10a6 6 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.09"/></svg>
</template>

CSS

.icon-thunderstorm-moon {
  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%22M11.58%2016.5h-1.26l.86-1.5a1%201%200%201%200-1.73-1l-1.73%203a1%201%200%200%200%20.86%201.5h1.27L9%2020a1%201%200%200%200%201.74%201l1.73-3a1%201%200%200%200%200-1a1%201%200%200%200-.89-.5M21.7%207.57a1%201%200%200%200-.93-.26a3.2%203.2%200%200%201-.66.08a3%203%200%200%201-3-3a3%203%200%200%201%20.08-.65A1%201%200%200%200%2016%202.53a4.93%204.93%200%200%200-3.83%204.21a6.2%206.2%200%200%200-1.67-.24a6%206%200%200%200-5.94%205.13a3.49%203.49%200%200%200-.34%206.62a1%201%200%201%200%20.72-1.86a1.5%201.5%200%200%201%20.56-2.89a1%201%200%200%200%201-1a4%204%200%200%201%204-4a3.9%203.9%200%200%201%202.18.66a4%204%200%200%201%201.57%202a1%201%200%200%200%20.78.67a2.33%202.33%200%200%201%20.25%204.53a1%201%200%200%200%20.27%202a.8.8%200%200%200%20.27%200A4.33%204.33%200%200%200%2019%2014.17a4.2%204.2%200%200%200-.49-2A4.94%204.94%200%200%200%2022%208.5a1%201%200%200%200-.3-.93m-4.59%202.82a2.6%202.6%200%200%201-.42%200A4.6%204.6%200%200%200%2016%2010a6%206%200%200%200-1.82-2.28v-.37a3%203%200%200%201%201.05-2.28a5%205%200%200%200%204.23%204.23a3%203%200%200%201-2.35%201.09%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%22M11.58%2016.5h-1.26l.86-1.5a1%201%200%201%200-1.73-1l-1.73%203a1%201%200%200%200%20.86%201.5h1.27L9%2020a1%201%200%200%200%201.74%201l1.73-3a1%201%200%200%200%200-1a1%201%200%200%200-.89-.5M21.7%207.57a1%201%200%200%200-.93-.26a3.2%203.2%200%200%201-.66.08a3%203%200%200%201-3-3a3%203%200%200%201%20.08-.65A1%201%200%200%200%2016%202.53a4.93%204.93%200%200%200-3.83%204.21a6.2%206.2%200%200%200-1.67-.24a6%206%200%200%200-5.94%205.13a3.49%203.49%200%200%200-.34%206.62a1%201%200%201%200%20.72-1.86a1.5%201.5%200%200%201%20.56-2.89a1%201%200%200%200%201-1a4%204%200%200%201%204-4a3.9%203.9%200%200%201%202.18.66a4%204%200%200%201%201.57%202a1%201%200%200%200%20.78.67a2.33%202.33%200%200%201%20.25%204.53a1%201%200%200%200%20.27%202a.8.8%200%200%200%20.27%200A4.33%204.33%200%200%200%2019%2014.17a4.2%204.2%200%200%200-.49-2A4.94%204.94%200%200%200%2022%208.5a1%201%200%200%200-.3-.93m-4.59%202.82a2.6%202.6%200%200%201-.42%200A4.6%204.6%200%200%200%2016%2010a6%206%200%200%200-1.82-2.28v-.37a3%203%200%200%201%201.05-2.28a5%205%200%200%200%204.23%204.23a3%203%200%200%201-2.35%201.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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