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

Name
cloud
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 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M27 8a7 7 0 0 0-2.015.298c.005-.1.015-.197.015-.298a5.998 5.998 0 0 0-11.785-1.573A6 6 0 0 0 11 6a6 6 0 1 0 0 12a6 6 0 0 0 5.785-4.428A6 6 0 0 0 19 14c.375 0 .74-.039 1.096-.104c-.058.36-.096.727-.096 1.104c0 3.865 3.135 7 7 7s7-3.135 7-7a7 7 0 0 0-7-7"/><path fill="#e1e8ed" d="M31 22c-.467 0-.91.085-1.339.204c.216-.526.339-1.1.339-1.704a4.5 4.5 0 0 0-4.5-4.5a4.46 4.46 0 0 0-2.701.921A6.5 6.5 0 0 0 16.5 12a6.5 6.5 0 0 0-6.131 4.357A8 8 0 1 0 8 32h23c2.762 0 5-2.238 5-5s-2.238-5-5-5"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiCloud(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M27 8a7 7 0 0 0-2.015.298c.005-.1.015-.197.015-.298a5.998 5.998 0 0 0-11.785-1.573A6 6 0 0 0 11 6a6 6 0 1 0 0 12a6 6 0 0 0 5.785-4.428A6 6 0 0 0 19 14c.375 0 .74-.039 1.096-.104c-.058.36-.096.727-.096 1.104c0 3.865 3.135 7 7 7s7-3.135 7-7a7 7 0 0 0-7-7"/><path fill="#e1e8ed" d="M31 22c-.467 0-.91.085-1.339.204c.216-.526.339-1.1.339-1.704a4.5 4.5 0 0 0-4.5-4.5a4.46 4.46 0 0 0-2.701.921A6.5 6.5 0 0 0 16.5 12a6.5 6.5 0 0 0-6.131 4.357A8 8 0 1 0 8 32h23c2.762 0 5-2.238 5-5s-2.238-5-5-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M27 8a7 7 0 0 0-2.015.298c.005-.1.015-.197.015-.298a5.998 5.998 0 0 0-11.785-1.573A6 6 0 0 0 11 6a6 6 0 1 0 0 12a6 6 0 0 0 5.785-4.428A6 6 0 0 0 19 14c.375 0 .74-.039 1.096-.104c-.058.36-.096.727-.096 1.104c0 3.865 3.135 7 7 7s7-3.135 7-7a7 7 0 0 0-7-7"/><path fill="#e1e8ed" d="M31 22c-.467 0-.91.085-1.339.204c.216-.526.339-1.1.339-1.704a4.5 4.5 0 0 0-4.5-4.5a4.46 4.46 0 0 0-2.701.921A6.5 6.5 0 0 0 16.5 12a6.5 6.5 0 0 0-6.131 4.357A8 8 0 1 0 8 32h23c2.762 0 5-2.238 5-5s-2.238-5-5-5"/></svg>
</template>

CSS

.icon-cloud {
  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%23ccd6dd%22%20d%3D%22M27%208a7%207%200%200%200-2.015.298c.005-.1.015-.197.015-.298a5.998%205.998%200%200%200-11.785-1.573A6%206%200%200%200%2011%206a6%206%200%201%200%200%2012a6%206%200%200%200%205.785-4.428A6%206%200%200%200%2019%2014c.375%200%20.74-.039%201.096-.104c-.058.36-.096.727-.096%201.104c0%203.865%203.135%207%207%207s7-3.135%207-7a7%207%200%200%200-7-7%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M31%2022c-.467%200-.91.085-1.339.204c.216-.526.339-1.1.339-1.704a4.5%204.5%200%200%200-4.5-4.5a4.46%204.46%200%200%200-2.701.921A6.5%206.5%200%200%200%2016.5%2012a6.5%206.5%200%200%200-6.131%204.357A8%208%200%201%200%208%2032h23c2.762%200%205-2.238%205-5s-2.238-5-5-5%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%23ccd6dd%22%20d%3D%22M27%208a7%207%200%200%200-2.015.298c.005-.1.015-.197.015-.298a5.998%205.998%200%200%200-11.785-1.573A6%206%200%200%200%2011%206a6%206%200%201%200%200%2012a6%206%200%200%200%205.785-4.428A6%206%200%200%200%2019%2014c.375%200%20.74-.039%201.096-.104c-.058.36-.096.727-.096%201.104c0%203.865%203.135%207%207%207s7-3.135%207-7a7%207%200%200%200-7-7%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M31%2022c-.467%200-.91.085-1.339.204c.216-.526.339-1.1.339-1.704a4.5%204.5%200%200%200-4.5-4.5a4.46%204.46%200%200%200-2.701.921A6.5%206.5%200%200%200%2016.5%2012a6.5%206.5%200%200%200-6.131%204.357A8%208%200%201%200%208%2032h23c2.762%200%205-2.238%205-5s-2.238-5-5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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