cloud from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.

Name
cloud
Set
Noto Emoji
Style
Default
Category
Travel & Places
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More travel & places icons from Noto Emoji

Use the cloud emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e4eaee" d="M23.45 62.3c.72-.72-1.27-9.29 7.6-15.91s14.92-2.67 15.77-2.96c.84-.28 4.79-17.6 21.4-22.1s33.93 3.94 38.01 18.02c3.73 12.87.84 21.54 1.27 22.1c.42.56 8.45.28 13.09 7.74s2.96 12.11 2.96 12.11l-29.56 9.15h-47.3S5.02 79.47 4.6 77.5s.53-8.37 7.32-12.25c5.9-3.37 10.26-1.68 11.53-2.95"/><path fill="#bacdd2" d="M35.16 92.84s-15.78 3.3-26.45-4.96C2.29 82.9 4.63 74.83 4.63 74.83s4.6 4.65 13.89 5.91c9.29 1.27 19.71.84 19.71.84s2.6 4.44 12.39 6.48c12.27 2.55 18.74-3.73 18.74-3.73s3.36 4.02 15.19 4.3s18.46-7.98 19.57-8.17c.56-.09 3.82 2.87 10.28 1.83c6.15-.99 9.39-3.66 9.39-3.66s.89 6.62-5.3 10.7c-4.83 3.18-13.23 3.52-13.23 3.52s-1.28 4.91-7.05 8.48c-5.36 3.33-14.6 4.44-21.44 2.4c-8.59-2.56-10.72-6.47-10.72-6.47s-6.4 3.75-16.4 2.48c-9.45-1.18-14.49-6.9-14.49-6.9"/></svg>

React

import type { SVGProps } from "react";

export function NotoCloud(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e4eaee" d="M23.45 62.3c.72-.72-1.27-9.29 7.6-15.91s14.92-2.67 15.77-2.96c.84-.28 4.79-17.6 21.4-22.1s33.93 3.94 38.01 18.02c3.73 12.87.84 21.54 1.27 22.1c.42.56 8.45.28 13.09 7.74s2.96 12.11 2.96 12.11l-29.56 9.15h-47.3S5.02 79.47 4.6 77.5s.53-8.37 7.32-12.25c5.9-3.37 10.26-1.68 11.53-2.95"/><path fill="#bacdd2" d="M35.16 92.84s-15.78 3.3-26.45-4.96C2.29 82.9 4.63 74.83 4.63 74.83s4.6 4.65 13.89 5.91c9.29 1.27 19.71.84 19.71.84s2.6 4.44 12.39 6.48c12.27 2.55 18.74-3.73 18.74-3.73s3.36 4.02 15.19 4.3s18.46-7.98 19.57-8.17c.56-.09 3.82 2.87 10.28 1.83c6.15-.99 9.39-3.66 9.39-3.66s.89 6.62-5.3 10.7c-4.83 3.18-13.23 3.52-13.23 3.52s-1.28 4.91-7.05 8.48c-5.36 3.33-14.6 4.44-21.44 2.4c-8.59-2.56-10.72-6.47-10.72-6.47s-6.4 3.75-16.4 2.48c-9.45-1.18-14.49-6.9-14.49-6.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e4eaee" d="M23.45 62.3c.72-.72-1.27-9.29 7.6-15.91s14.92-2.67 15.77-2.96c.84-.28 4.79-17.6 21.4-22.1s33.93 3.94 38.01 18.02c3.73 12.87.84 21.54 1.27 22.1c.42.56 8.45.28 13.09 7.74s2.96 12.11 2.96 12.11l-29.56 9.15h-47.3S5.02 79.47 4.6 77.5s.53-8.37 7.32-12.25c5.9-3.37 10.26-1.68 11.53-2.95"/><path fill="#bacdd2" d="M35.16 92.84s-15.78 3.3-26.45-4.96C2.29 82.9 4.63 74.83 4.63 74.83s4.6 4.65 13.89 5.91c9.29 1.27 19.71.84 19.71.84s2.6 4.44 12.39 6.48c12.27 2.55 18.74-3.73 18.74-3.73s3.36 4.02 15.19 4.3s18.46-7.98 19.57-8.17c.56-.09 3.82 2.87 10.28 1.83c6.15-.99 9.39-3.66 9.39-3.66s.89 6.62-5.3 10.7c-4.83 3.18-13.23 3.52-13.23 3.52s-1.28 4.91-7.05 8.48c-5.36 3.33-14.6 4.44-21.44 2.4c-8.59-2.56-10.72-6.47-10.72-6.47s-6.4 3.75-16.4 2.48c-9.45-1.18-14.49-6.9-14.49-6.9"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e4eaee%22%20d%3D%22M23.45%2062.3c.72-.72-1.27-9.29%207.6-15.91s14.92-2.67%2015.77-2.96c.84-.28%204.79-17.6%2021.4-22.1s33.93%203.94%2038.01%2018.02c3.73%2012.87.84%2021.54%201.27%2022.1c.42.56%208.45.28%2013.09%207.74s2.96%2012.11%202.96%2012.11l-29.56%209.15h-47.3S5.02%2079.47%204.6%2077.5s.53-8.37%207.32-12.25c5.9-3.37%2010.26-1.68%2011.53-2.95%22%2F%3E%3Cpath%20fill%3D%22%23bacdd2%22%20d%3D%22M35.16%2092.84s-15.78%203.3-26.45-4.96C2.29%2082.9%204.63%2074.83%204.63%2074.83s4.6%204.65%2013.89%205.91c9.29%201.27%2019.71.84%2019.71.84s2.6%204.44%2012.39%206.48c12.27%202.55%2018.74-3.73%2018.74-3.73s3.36%204.02%2015.19%204.3s18.46-7.98%2019.57-8.17c.56-.09%203.82%202.87%2010.28%201.83c6.15-.99%209.39-3.66%209.39-3.66s.89%206.62-5.3%2010.7c-4.83%203.18-13.23%203.52-13.23%203.52s-1.28%204.91-7.05%208.48c-5.36%203.33-14.6%204.44-21.44%202.4c-8.59-2.56-10.72-6.47-10.72-6.47s-6.4%203.75-16.4%202.48c-9.45-1.18-14.49-6.9-14.49-6.9%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e4eaee%22%20d%3D%22M23.45%2062.3c.72-.72-1.27-9.29%207.6-15.91s14.92-2.67%2015.77-2.96c.84-.28%204.79-17.6%2021.4-22.1s33.93%203.94%2038.01%2018.02c3.73%2012.87.84%2021.54%201.27%2022.1c.42.56%208.45.28%2013.09%207.74s2.96%2012.11%202.96%2012.11l-29.56%209.15h-47.3S5.02%2079.47%204.6%2077.5s.53-8.37%207.32-12.25c5.9-3.37%2010.26-1.68%2011.53-2.95%22%2F%3E%3Cpath%20fill%3D%22%23bacdd2%22%20d%3D%22M35.16%2092.84s-15.78%203.3-26.45-4.96C2.29%2082.9%204.63%2074.83%204.63%2074.83s4.6%204.65%2013.89%205.91c9.29%201.27%2019.71.84%2019.71.84s2.6%204.44%2012.39%206.48c12.27%202.55%2018.74-3.73%2018.74-3.73s3.36%204.02%2015.19%204.3s18.46-7.98%2019.57-8.17c.56-.09%203.82%202.87%2010.28%201.83c6.15-.99%209.39-3.66%209.39-3.66s.89%206.62-5.3%2010.7c-4.83%203.18-13.23%203.52-13.23%203.52s-1.28%204.91-7.05%208.48c-5.36%203.33-14.6%204.44-21.44%202.4c-8.59-2.56-10.72-6.47-10.72-6.47s-6.4%203.75-16.4%202.48c-9.45-1.18-14.49-6.9-14.49-6.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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