cloud with rain emoji

cloud-with-rain from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.

Name
cloud-with-rain
Set
Twitter Emoji
Style
Default
Category
Travel & Places
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More travel & places icons from Twitter Emoji

Use the cloud with rain emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#e1e8ed" d="M28 4c-.825 0-1.62.125-2.369.357A6.5 6.5 0 0 0 19.5 0c-3.044 0-5.592 2.096-6.299 4.921A4.46 4.46 0 0 0 10.5 4A4.5 4.5 0 0 0 6 8.5c0 .604.123 1.178.339 1.704A5 5 0 0 0 5 10c-2.762 0-5 2.238-5 5s2.238 5 5 5h23a8 8 0 1 0 0-16"/><path fill="#5dadec" d="m11.999 24.961l-.113-3.421l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799A2.033 2.033 0 0 0 10.056 27a1.975 1.975 0 0 0 1.943-2.039m-1.979 7.46L9.907 29l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799a2.033 2.033 0 0 0 2.076 1.953a1.974 1.974 0 0 0 1.943-2.039m-5-4.46l-.113-3.421l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799A2.034 2.034 0 0 0 3.077 30a1.974 1.974 0 0 0 1.943-2.039m18-3l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 21.078 27a1.974 1.974 0 0 0 1.942-2.039m-6.021 4l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 15.057 31a1.974 1.974 0 0 0 1.942-2.039m5.021 4.46L21.906 30l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799a2.033 2.033 0 0 0 2.076 1.953a1.974 1.974 0 0 0 1.943-2.039m6.979-5.46l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 27.057 30a1.974 1.974 0 0 0 1.942-2.039"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiCloudWithRain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#e1e8ed" d="M28 4c-.825 0-1.62.125-2.369.357A6.5 6.5 0 0 0 19.5 0c-3.044 0-5.592 2.096-6.299 4.921A4.46 4.46 0 0 0 10.5 4A4.5 4.5 0 0 0 6 8.5c0 .604.123 1.178.339 1.704A5 5 0 0 0 5 10c-2.762 0-5 2.238-5 5s2.238 5 5 5h23a8 8 0 1 0 0-16"/><path fill="#5dadec" d="m11.999 24.961l-.113-3.421l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799A2.033 2.033 0 0 0 10.056 27a1.975 1.975 0 0 0 1.943-2.039m-1.979 7.46L9.907 29l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799a2.033 2.033 0 0 0 2.076 1.953a1.974 1.974 0 0 0 1.943-2.039m-5-4.46l-.113-3.421l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799A2.034 2.034 0 0 0 3.077 30a1.974 1.974 0 0 0 1.943-2.039m18-3l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 21.078 27a1.974 1.974 0 0 0 1.942-2.039m-6.021 4l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 15.057 31a1.974 1.974 0 0 0 1.942-2.039m5.021 4.46L21.906 30l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799a2.033 2.033 0 0 0 2.076 1.953a1.974 1.974 0 0 0 1.943-2.039m6.979-5.46l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 27.057 30a1.974 1.974 0 0 0 1.942-2.039"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#e1e8ed" d="M28 4c-.825 0-1.62.125-2.369.357A6.5 6.5 0 0 0 19.5 0c-3.044 0-5.592 2.096-6.299 4.921A4.46 4.46 0 0 0 10.5 4A4.5 4.5 0 0 0 6 8.5c0 .604.123 1.178.339 1.704A5 5 0 0 0 5 10c-2.762 0-5 2.238-5 5s2.238 5 5 5h23a8 8 0 1 0 0-16"/><path fill="#5dadec" d="m11.999 24.961l-.113-3.421l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799A2.033 2.033 0 0 0 10.056 27a1.975 1.975 0 0 0 1.943-2.039m-1.979 7.46L9.907 29l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799a2.033 2.033 0 0 0 2.076 1.953a1.974 1.974 0 0 0 1.943-2.039m-5-4.46l-.113-3.421l-2.87 1.708a1.97 1.97 0 0 0-1.036 1.799A2.034 2.034 0 0 0 3.077 30a1.974 1.974 0 0 0 1.943-2.039m18-3l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 21.078 27a1.974 1.974 0 0 0 1.942-2.039m-6.021 4l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 15.057 31a1.974 1.974 0 0 0 1.942-2.039m5.021 4.46L21.906 30l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799a2.033 2.033 0 0 0 2.076 1.953a1.974 1.974 0 0 0 1.943-2.039m6.979-5.46l-.113-3.421l-2.869 1.708a1.96 1.96 0 0 0-1.036 1.799A2.033 2.033 0 0 0 27.057 30a1.974 1.974 0 0 0 1.942-2.039"/></svg>
</template>

CSS

.icon-cloud-with-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M28%204c-.825%200-1.62.125-2.369.357A6.5%206.5%200%200%200%2019.5%200c-3.044%200-5.592%202.096-6.299%204.921A4.46%204.46%200%200%200%2010.5%204A4.5%204.5%200%200%200%206%208.5c0%20.604.123%201.178.339%201.704A5%205%200%200%200%205%2010c-2.762%200-5%202.238-5%205s2.238%205%205%205h23a8%208%200%201%200%200-16%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22m11.999%2024.961l-.113-3.421l-2.87%201.708a1.97%201.97%200%200%200-1.036%201.799A2.033%202.033%200%200%200%2010.056%2027a1.975%201.975%200%200%200%201.943-2.039m-1.979%207.46L9.907%2029l-2.87%201.708a1.97%201.97%200%200%200-1.036%201.799a2.033%202.033%200%200%200%202.076%201.953a1.974%201.974%200%200%200%201.943-2.039m-5-4.46l-.113-3.421l-2.87%201.708a1.97%201.97%200%200%200-1.036%201.799A2.034%202.034%200%200%200%203.077%2030a1.974%201.974%200%200%200%201.943-2.039m18-3l-.113-3.421l-2.869%201.708a1.96%201.96%200%200%200-1.036%201.799A2.033%202.033%200%200%200%2021.078%2027a1.974%201.974%200%200%200%201.942-2.039m-6.021%204l-.113-3.421l-2.869%201.708a1.96%201.96%200%200%200-1.036%201.799A2.033%202.033%200%200%200%2015.057%2031a1.974%201.974%200%200%200%201.942-2.039m5.021%204.46L21.906%2030l-2.869%201.708a1.96%201.96%200%200%200-1.036%201.799a2.033%202.033%200%200%200%202.076%201.953a1.974%201.974%200%200%200%201.943-2.039m6.979-5.46l-.113-3.421l-2.869%201.708a1.96%201.96%200%200%200-1.036%201.799A2.033%202.033%200%200%200%2027.057%2030a1.974%201.974%200%200%200%201.942-2.039%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M28%204c-.825%200-1.62.125-2.369.357A6.5%206.5%200%200%200%2019.5%200c-3.044%200-5.592%202.096-6.299%204.921A4.46%204.46%200%200%200%2010.5%204A4.5%204.5%200%200%200%206%208.5c0%20.604.123%201.178.339%201.704A5%205%200%200%200%205%2010c-2.762%200-5%202.238-5%205s2.238%205%205%205h23a8%208%200%201%200%200-16%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22m11.999%2024.961l-.113-3.421l-2.87%201.708a1.97%201.97%200%200%200-1.036%201.799A2.033%202.033%200%200%200%2010.056%2027a1.975%201.975%200%200%200%201.943-2.039m-1.979%207.46L9.907%2029l-2.87%201.708a1.97%201.97%200%200%200-1.036%201.799a2.033%202.033%200%200%200%202.076%201.953a1.974%201.974%200%200%200%201.943-2.039m-5-4.46l-.113-3.421l-2.87%201.708a1.97%201.97%200%200%200-1.036%201.799A2.034%202.034%200%200%200%203.077%2030a1.974%201.974%200%200%200%201.943-2.039m18-3l-.113-3.421l-2.869%201.708a1.96%201.96%200%200%200-1.036%201.799A2.033%202.033%200%200%200%2021.078%2027a1.974%201.974%200%200%200%201.942-2.039m-6.021%204l-.113-3.421l-2.869%201.708a1.96%201.96%200%200%200-1.036%201.799A2.033%202.033%200%200%200%2015.057%2031a1.974%201.974%200%200%200%201.942-2.039m5.021%204.46L21.906%2030l-2.869%201.708a1.96%201.96%200%200%200-1.036%201.799a2.033%202.033%200%200%200%202.076%201.953a1.974%201.974%200%200%200%201.943-2.039m6.979-5.46l-.113-3.421l-2.869%201.708a1.96%201.96%200%200%200-1.036%201.799A2.033%202.033%200%200%200%2027.057%2030a1.974%201.974%200%200%200%201.942-2.039%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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