cloud from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.

Name
cloud
Set
Emoji One (Colored)
Style
Default
Category
Nature
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More nature icons from Emoji One (Colored)

Use the cloud emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#fff" d="M14 51c-1.1 0-2.1-.2-3.1-.5C6.8 49.1 4 45.3 4 41c0-2.9 1.2-5.6 3.4-7.5c.6-.5 1.2-.9 1.9-1.3l.7-2.3c1.7-5.8 7-9.8 13-9.8c.6 0 1.2 0 1.9.2c.6.1 1.1.2 1.6.3l.3-.5c2.4-4.4 7-7.1 12-7.1c7.6 0 13.7 6.2 13.7 13.7c0 .4 0 .7-.1 1.1v.3c.6.2 1.2.5 1.7.8c3.7 2.1 5.9 6 5.9 10.3c0 5.5-3.8 10.3-9.2 11.5c-.9.2-1.8.3-2.6.3z"/><path fill="#75d6ff" d="M38.7 15c6.5 0 11.7 5.3 11.7 11.7v.9c-2.7.2-5.2 1.3-7.1 3c1.4-.8 3.1-1.3 4.9-1.3c.7 0 1.3.1 1.9.2c1.1.2 2.1.6 3 1.1c2.9 1.7 4.9 4.9 4.9 8.5c0 4.7-3.3 8.6-7.6 9.6c-.7.2-1.4.3-2.2.3H14c-.9 0-1.7-.1-2.5-.4C8.3 47.5 6 44.5 6 41c0-2.4 1.1-4.6 2.7-6c.8-.7 1.6-1.2 2.6-1.5c.8-.3 1.7-.5 2.6-.5c2.6 0 4.9 1.2 6.3 3.1h.1c-1.7-3.1-4.9-5.3-8.6-5.7c1.4-4.8 5.8-8.4 11.1-8.4c.6 0 1.1.1 1.6.1c1.1.2 2.1.4 3 .9c3.5 1.6 6.1 4.9 6.7 8.9v-.1c0-4.5-2.3-8.5-5.8-10.8c2.2-3.6 6-6 10.4-6m0-4c-5.4 0-10.4 2.8-13.3 7.3c-.1 0-.2 0-.3-.1c-.8-.1-1.5-.2-2.2-.2C16 18 9.9 22.6 8 29.3l-.5 1.6c-.5.3-1 .7-1.4 1.1C3.5 34.2 2 37.5 2 41c0 5.2 3.3 9.8 8.2 11.4c1.2.4 2.5.6 3.8.6h34.2c1 0 2.1-.1 3.1-.4c6.3-1.5 10.7-7 10.7-13.5c0-4.9-2.7-9.5-6.9-12l-.6-.3v-.1C54.4 18.1 47.4 11 38.7 11"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneCloud(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#fff" d="M14 51c-1.1 0-2.1-.2-3.1-.5C6.8 49.1 4 45.3 4 41c0-2.9 1.2-5.6 3.4-7.5c.6-.5 1.2-.9 1.9-1.3l.7-2.3c1.7-5.8 7-9.8 13-9.8c.6 0 1.2 0 1.9.2c.6.1 1.1.2 1.6.3l.3-.5c2.4-4.4 7-7.1 12-7.1c7.6 0 13.7 6.2 13.7 13.7c0 .4 0 .7-.1 1.1v.3c.6.2 1.2.5 1.7.8c3.7 2.1 5.9 6 5.9 10.3c0 5.5-3.8 10.3-9.2 11.5c-.9.2-1.8.3-2.6.3z"/><path fill="#75d6ff" d="M38.7 15c6.5 0 11.7 5.3 11.7 11.7v.9c-2.7.2-5.2 1.3-7.1 3c1.4-.8 3.1-1.3 4.9-1.3c.7 0 1.3.1 1.9.2c1.1.2 2.1.6 3 1.1c2.9 1.7 4.9 4.9 4.9 8.5c0 4.7-3.3 8.6-7.6 9.6c-.7.2-1.4.3-2.2.3H14c-.9 0-1.7-.1-2.5-.4C8.3 47.5 6 44.5 6 41c0-2.4 1.1-4.6 2.7-6c.8-.7 1.6-1.2 2.6-1.5c.8-.3 1.7-.5 2.6-.5c2.6 0 4.9 1.2 6.3 3.1h.1c-1.7-3.1-4.9-5.3-8.6-5.7c1.4-4.8 5.8-8.4 11.1-8.4c.6 0 1.1.1 1.6.1c1.1.2 2.1.4 3 .9c3.5 1.6 6.1 4.9 6.7 8.9v-.1c0-4.5-2.3-8.5-5.8-10.8c2.2-3.6 6-6 10.4-6m0-4c-5.4 0-10.4 2.8-13.3 7.3c-.1 0-.2 0-.3-.1c-.8-.1-1.5-.2-2.2-.2C16 18 9.9 22.6 8 29.3l-.5 1.6c-.5.3-1 .7-1.4 1.1C3.5 34.2 2 37.5 2 41c0 5.2 3.3 9.8 8.2 11.4c1.2.4 2.5.6 3.8.6h34.2c1 0 2.1-.1 3.1-.4c6.3-1.5 10.7-7 10.7-13.5c0-4.9-2.7-9.5-6.9-12l-.6-.3v-.1C54.4 18.1 47.4 11 38.7 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#fff" d="M14 51c-1.1 0-2.1-.2-3.1-.5C6.8 49.1 4 45.3 4 41c0-2.9 1.2-5.6 3.4-7.5c.6-.5 1.2-.9 1.9-1.3l.7-2.3c1.7-5.8 7-9.8 13-9.8c.6 0 1.2 0 1.9.2c.6.1 1.1.2 1.6.3l.3-.5c2.4-4.4 7-7.1 12-7.1c7.6 0 13.7 6.2 13.7 13.7c0 .4 0 .7-.1 1.1v.3c.6.2 1.2.5 1.7.8c3.7 2.1 5.9 6 5.9 10.3c0 5.5-3.8 10.3-9.2 11.5c-.9.2-1.8.3-2.6.3z"/><path fill="#75d6ff" d="M38.7 15c6.5 0 11.7 5.3 11.7 11.7v.9c-2.7.2-5.2 1.3-7.1 3c1.4-.8 3.1-1.3 4.9-1.3c.7 0 1.3.1 1.9.2c1.1.2 2.1.6 3 1.1c2.9 1.7 4.9 4.9 4.9 8.5c0 4.7-3.3 8.6-7.6 9.6c-.7.2-1.4.3-2.2.3H14c-.9 0-1.7-.1-2.5-.4C8.3 47.5 6 44.5 6 41c0-2.4 1.1-4.6 2.7-6c.8-.7 1.6-1.2 2.6-1.5c.8-.3 1.7-.5 2.6-.5c2.6 0 4.9 1.2 6.3 3.1h.1c-1.7-3.1-4.9-5.3-8.6-5.7c1.4-4.8 5.8-8.4 11.1-8.4c.6 0 1.1.1 1.6.1c1.1.2 2.1.4 3 .9c3.5 1.6 6.1 4.9 6.7 8.9v-.1c0-4.5-2.3-8.5-5.8-10.8c2.2-3.6 6-6 10.4-6m0-4c-5.4 0-10.4 2.8-13.3 7.3c-.1 0-.2 0-.3-.1c-.8-.1-1.5-.2-2.2-.2C16 18 9.9 22.6 8 29.3l-.5 1.6c-.5.3-1 .7-1.4 1.1C3.5 34.2 2 37.5 2 41c0 5.2 3.3 9.8 8.2 11.4c1.2.4 2.5.6 3.8.6h34.2c1 0 2.1-.1 3.1-.4c6.3-1.5 10.7-7 10.7-13.5c0-4.9-2.7-9.5-6.9-12l-.6-.3v-.1C54.4 18.1 47.4 11 38.7 11"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2051c-1.1%200-2.1-.2-3.1-.5C6.8%2049.1%204%2045.3%204%2041c0-2.9%201.2-5.6%203.4-7.5c.6-.5%201.2-.9%201.9-1.3l.7-2.3c1.7-5.8%207-9.8%2013-9.8c.6%200%201.2%200%201.9.2c.6.1%201.1.2%201.6.3l.3-.5c2.4-4.4%207-7.1%2012-7.1c7.6%200%2013.7%206.2%2013.7%2013.7c0%20.4%200%20.7-.1%201.1v.3c.6.2%201.2.5%201.7.8c3.7%202.1%205.9%206%205.9%2010.3c0%205.5-3.8%2010.3-9.2%2011.5c-.9.2-1.8.3-2.6.3z%22%2F%3E%3Cpath%20fill%3D%22%2375d6ff%22%20d%3D%22M38.7%2015c6.5%200%2011.7%205.3%2011.7%2011.7v.9c-2.7.2-5.2%201.3-7.1%203c1.4-.8%203.1-1.3%204.9-1.3c.7%200%201.3.1%201.9.2c1.1.2%202.1.6%203%201.1c2.9%201.7%204.9%204.9%204.9%208.5c0%204.7-3.3%208.6-7.6%209.6c-.7.2-1.4.3-2.2.3H14c-.9%200-1.7-.1-2.5-.4C8.3%2047.5%206%2044.5%206%2041c0-2.4%201.1-4.6%202.7-6c.8-.7%201.6-1.2%202.6-1.5c.8-.3%201.7-.5%202.6-.5c2.6%200%204.9%201.2%206.3%203.1h.1c-1.7-3.1-4.9-5.3-8.6-5.7c1.4-4.8%205.8-8.4%2011.1-8.4c.6%200%201.1.1%201.6.1c1.1.2%202.1.4%203%20.9c3.5%201.6%206.1%204.9%206.7%208.9v-.1c0-4.5-2.3-8.5-5.8-10.8c2.2-3.6%206-6%2010.4-6m0-4c-5.4%200-10.4%202.8-13.3%207.3c-.1%200-.2%200-.3-.1c-.8-.1-1.5-.2-2.2-.2C16%2018%209.9%2022.6%208%2029.3l-.5%201.6c-.5.3-1%20.7-1.4%201.1C3.5%2034.2%202%2037.5%202%2041c0%205.2%203.3%209.8%208.2%2011.4c1.2.4%202.5.6%203.8.6h34.2c1%200%202.1-.1%203.1-.4c6.3-1.5%2010.7-7%2010.7-13.5c0-4.9-2.7-9.5-6.9-12l-.6-.3v-.1C54.4%2018.1%2047.4%2011%2038.7%2011%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2051c-1.1%200-2.1-.2-3.1-.5C6.8%2049.1%204%2045.3%204%2041c0-2.9%201.2-5.6%203.4-7.5c.6-.5%201.2-.9%201.9-1.3l.7-2.3c1.7-5.8%207-9.8%2013-9.8c.6%200%201.2%200%201.9.2c.6.1%201.1.2%201.6.3l.3-.5c2.4-4.4%207-7.1%2012-7.1c7.6%200%2013.7%206.2%2013.7%2013.7c0%20.4%200%20.7-.1%201.1v.3c.6.2%201.2.5%201.7.8c3.7%202.1%205.9%206%205.9%2010.3c0%205.5-3.8%2010.3-9.2%2011.5c-.9.2-1.8.3-2.6.3z%22%2F%3E%3Cpath%20fill%3D%22%2375d6ff%22%20d%3D%22M38.7%2015c6.5%200%2011.7%205.3%2011.7%2011.7v.9c-2.7.2-5.2%201.3-7.1%203c1.4-.8%203.1-1.3%204.9-1.3c.7%200%201.3.1%201.9.2c1.1.2%202.1.6%203%201.1c2.9%201.7%204.9%204.9%204.9%208.5c0%204.7-3.3%208.6-7.6%209.6c-.7.2-1.4.3-2.2.3H14c-.9%200-1.7-.1-2.5-.4C8.3%2047.5%206%2044.5%206%2041c0-2.4%201.1-4.6%202.7-6c.8-.7%201.6-1.2%202.6-1.5c.8-.3%201.7-.5%202.6-.5c2.6%200%204.9%201.2%206.3%203.1h.1c-1.7-3.1-4.9-5.3-8.6-5.7c1.4-4.8%205.8-8.4%2011.1-8.4c.6%200%201.1.1%201.6.1c1.1.2%202.1.4%203%20.9c3.5%201.6%206.1%204.9%206.7%208.9v-.1c0-4.5-2.3-8.5-5.8-10.8c2.2-3.6%206-6%2010.4-6m0-4c-5.4%200-10.4%202.8-13.3%207.3c-.1%200-.2%200-.3-.1c-.8-.1-1.5-.2-2.2-.2C16%2018%209.9%2022.6%208%2029.3l-.5%201.6c-.5.3-1%20.7-1.4%201.1C3.5%2034.2%202%2037.5%202%2041c0%205.2%203.3%209.8%208.2%2011.4c1.2.4%202.5.6%203.8.6h34.2c1%200%202.1-.1%203.1-.4c6.3-1.5%2010.7-7%2010.7-13.5c0-4.9-2.7-9.5-6.9-12l-.6-.3v-.1C54.4%2018.1%2047.4%2011%2038.7%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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