cloudy from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
cloudy
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the cloudy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M376 432H116c-32.37 0-60.23-8.57-80.59-24.77C12.24 388.78 0 361.39 0 328c0-57.57 42-90.58 87.56-100.75a16 16 0 0 0 12.12-12.39c7.68-36.68 24.45-68.15 49.18-92A153.57 153.57 0 0 1 256 80c35.5 0 68.24 11.69 94.68 33.8a156.24 156.24 0 0 1 42.05 56a16 16 0 0 0 11.37 9.16c27 5.61 51.07 17.33 69.18 33.85C498.61 235.88 512 267.42 512 304c0 36-14.38 68.88-40.49 92.59C446.36 419.43 412.44 432 376 432"/></svg>

React

import type { SVGProps } from "react";

export function IonCloudy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M376 432H116c-32.37 0-60.23-8.57-80.59-24.77C12.24 388.78 0 361.39 0 328c0-57.57 42-90.58 87.56-100.75a16 16 0 0 0 12.12-12.39c7.68-36.68 24.45-68.15 49.18-92A153.57 153.57 0 0 1 256 80c35.5 0 68.24 11.69 94.68 33.8a156.24 156.24 0 0 1 42.05 56a16 16 0 0 0 11.37 9.16c27 5.61 51.07 17.33 69.18 33.85C498.61 235.88 512 267.42 512 304c0 36-14.38 68.88-40.49 92.59C446.36 419.43 412.44 432 376 432"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M376 432H116c-32.37 0-60.23-8.57-80.59-24.77C12.24 388.78 0 361.39 0 328c0-57.57 42-90.58 87.56-100.75a16 16 0 0 0 12.12-12.39c7.68-36.68 24.45-68.15 49.18-92A153.57 153.57 0 0 1 256 80c35.5 0 68.24 11.69 94.68 33.8a156.24 156.24 0 0 1 42.05 56a16 16 0 0 0 11.37 9.16c27 5.61 51.07 17.33 69.18 33.85C498.61 235.88 512 267.42 512 304c0 36-14.38 68.88-40.49 92.59C446.36 419.43 412.44 432 376 432"/></svg>
</template>

CSS

.icon-cloudy {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M376%20432H116c-32.37%200-60.23-8.57-80.59-24.77C12.24%20388.78%200%20361.39%200%20328c0-57.57%2042-90.58%2087.56-100.75a16%2016%200%200%200%2012.12-12.39c7.68-36.68%2024.45-68.15%2049.18-92A153.57%20153.57%200%200%201%20256%2080c35.5%200%2068.24%2011.69%2094.68%2033.8a156.24%20156.24%200%200%201%2042.05%2056a16%2016%200%200%200%2011.37%209.16c27%205.61%2051.07%2017.33%2069.18%2033.85C498.61%20235.88%20512%20267.42%20512%20304c0%2036-14.38%2068.88-40.49%2092.59C446.36%20419.43%20412.44%20432%20376%20432%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M376%20432H116c-32.37%200-60.23-8.57-80.59-24.77C12.24%20388.78%200%20361.39%200%20328c0-57.57%2042-90.58%2087.56-100.75a16%2016%200%200%200%2012.12-12.39c7.68-36.68%2024.45-68.15%2049.18-92A153.57%20153.57%200%200%201%20256%2080c35.5%200%2068.24%2011.69%2094.68%2033.8a156.24%20156.24%200%200%201%2042.05%2056a16%2016%200%200%200%2011.37%209.16c27%205.61%2051.07%2017.33%2069.18%2033.85C498.61%20235.88%20512%20267.42%20512%20304c0%2036-14.38%2068.88-40.49%2092.59C446.36%20419.43%20412.44%20432%20376%20432%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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