cloud with lightning and rain emoji

cloud-with-lightning-and-rain from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
cloud-with-lightning-and-rain
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the cloud with lightning and rain emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M30 11a9 9 0 0 1-9 9h-.482c.435-.904-.217-2-1.265-2H18v-3.605c0-1.407-1.842-1.935-2.587-.742l-3.879 6.205q-.043.07-.078.142H8.5a6.5 6.5 0 0 1-2.733-.6C3.54 18.4 2 16.263 2 13.786l.002-.14L2 13.5a6.5 6.5 0 0 1 7.313-6.45a3.5 3.5 0 0 1 4.69-1.712A9 9 0 0 1 30 11M7.51 23.47L5.2 26.63c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38s.95 1.66.38 2.44m5 2.65l-2.31 3.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38c.78.56.95 1.66.38 2.44m8.79.51l2.31-3.16c.57-.78.4-1.87-.38-2.44s-1.87-.4-2.44.38l-2.31 3.16c-.57.78-.4 1.87.38 2.44s1.87.4 2.44-.38m7.31-.51l-2.31 3.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38c.78.56.95 1.66.38 2.44"/><path d="m14.733 26.9l4.852-7.278a.4.4 0 0 0-.332-.622H17.4a.4.4 0 0 1-.4-.4v-4.205c0-.402-.526-.553-.74-.212l-3.878 6.205a.4.4 0 0 0 .34.612h.878c.22 0 .4.18.4.4v5.279a.4.4 0 0 0 .733.222"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastCloudWithLightningAndRain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M30 11a9 9 0 0 1-9 9h-.482c.435-.904-.217-2-1.265-2H18v-3.605c0-1.407-1.842-1.935-2.587-.742l-3.879 6.205q-.043.07-.078.142H8.5a6.5 6.5 0 0 1-2.733-.6C3.54 18.4 2 16.263 2 13.786l.002-.14L2 13.5a6.5 6.5 0 0 1 7.313-6.45a3.5 3.5 0 0 1 4.69-1.712A9 9 0 0 1 30 11M7.51 23.47L5.2 26.63c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38s.95 1.66.38 2.44m5 2.65l-2.31 3.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38c.78.56.95 1.66.38 2.44m8.79.51l2.31-3.16c.57-.78.4-1.87-.38-2.44s-1.87-.4-2.44.38l-2.31 3.16c-.57.78-.4 1.87.38 2.44s1.87.4 2.44-.38m7.31-.51l-2.31 3.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38c.78.56.95 1.66.38 2.44"/><path d="m14.733 26.9l4.852-7.278a.4.4 0 0 0-.332-.622H17.4a.4.4 0 0 1-.4-.4v-4.205c0-.402-.526-.553-.74-.212l-3.878 6.205a.4.4 0 0 0 .34.612h.878c.22 0 .4.18.4.4v5.279a.4.4 0 0 0 .733.222"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M30 11a9 9 0 0 1-9 9h-.482c.435-.904-.217-2-1.265-2H18v-3.605c0-1.407-1.842-1.935-2.587-.742l-3.879 6.205q-.043.07-.078.142H8.5a6.5 6.5 0 0 1-2.733-.6C3.54 18.4 2 16.263 2 13.786l.002-.14L2 13.5a6.5 6.5 0 0 1 7.313-6.45a3.5 3.5 0 0 1 4.69-1.712A9 9 0 0 1 30 11M7.51 23.47L5.2 26.63c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38s.95 1.66.38 2.44m5 2.65l-2.31 3.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38c.78.56.95 1.66.38 2.44m8.79.51l2.31-3.16c.57-.78.4-1.87-.38-2.44s-1.87-.4-2.44.38l-2.31 3.16c-.57.78-.4 1.87.38 2.44s1.87.4 2.44-.38m7.31-.51l-2.31 3.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78 1.66-.95 2.44-.38c.78.56.95 1.66.38 2.44"/><path d="m14.733 26.9l4.852-7.278a.4.4 0 0 0-.332-.622H17.4a.4.4 0 0 1-.4-.4v-4.205c0-.402-.526-.553-.74-.212l-3.878 6.205a.4.4 0 0 0 .34.612h.878c.22 0 .4.18.4.4v5.279a.4.4 0 0 0 .733.222"/></g></svg>
</template>

CSS

.icon-cloud-with-lightning-and-rain {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M30%2011a9%209%200%200%201-9%209h-.482c.435-.904-.217-2-1.265-2H18v-3.605c0-1.407-1.842-1.935-2.587-.742l-3.879%206.205q-.043.07-.078.142H8.5a6.5%206.5%200%200%201-2.733-.6C3.54%2018.4%202%2016.263%202%2013.786l.002-.14L2%2013.5a6.5%206.5%200%200%201%207.313-6.45a3.5%203.5%200%200%201%204.69-1.712A9%209%200%200%201%2030%2011M7.51%2023.47L5.2%2026.63c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78%201.66-.95%202.44-.38s.95%201.66.38%202.44m5%202.65l-2.31%203.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78%201.66-.95%202.44-.38c.78.56.95%201.66.38%202.44m8.79.51l2.31-3.16c.57-.78.4-1.87-.38-2.44s-1.87-.4-2.44.38l-2.31%203.16c-.57.78-.4%201.87.38%202.44s1.87.4%202.44-.38m7.31-.51l-2.31%203.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78%201.66-.95%202.44-.38c.78.56.95%201.66.38%202.44%22%2F%3E%3Cpath%20d%3D%22m14.733%2026.9l4.852-7.278a.4.4%200%200%200-.332-.622H17.4a.4.4%200%200%201-.4-.4v-4.205c0-.402-.526-.553-.74-.212l-3.878%206.205a.4.4%200%200%200%20.34.612h.878c.22%200%20.4.18.4.4v5.279a.4.4%200%200%200%20.733.222%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M30%2011a9%209%200%200%201-9%209h-.482c.435-.904-.217-2-1.265-2H18v-3.605c0-1.407-1.842-1.935-2.587-.742l-3.879%206.205q-.043.07-.078.142H8.5a6.5%206.5%200%200%201-2.733-.6C3.54%2018.4%202%2016.263%202%2013.786l.002-.14L2%2013.5a6.5%206.5%200%200%201%207.313-6.45a3.5%203.5%200%200%201%204.69-1.712A9%209%200%200%201%2030%2011M7.51%2023.47L5.2%2026.63c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78%201.66-.95%202.44-.38s.95%201.66.38%202.44m5%202.65l-2.31%203.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78%201.66-.95%202.44-.38c.78.56.95%201.66.38%202.44m8.79.51l2.31-3.16c.57-.78.4-1.87-.38-2.44s-1.87-.4-2.44.38l-2.31%203.16c-.57.78-.4%201.87.38%202.44s1.87.4%202.44-.38m7.31-.51l-2.31%203.16c-.57.78-1.66.95-2.44.38s-.95-1.66-.38-2.44l2.31-3.16c.57-.78%201.66-.95%202.44-.38c.78.56.95%201.66.38%202.44%22%2F%3E%3Cpath%20d%3D%22m14.733%2026.9l4.852-7.278a.4.4%200%200%200-.332-.622H17.4a.4.4%200%200%201-.4-.4v-4.205c0-.402-.526-.553-.74-.212l-3.878%206.205a.4.4%200%200%200%20.34.612h.878c.22%200%20.4.18.4.4v5.279a.4.4%200%200%200%20.733.222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/cloud-with-lightning-and-rain.svg?color=%231a73e8&size=48