cloudy icon
cloudy-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- cloudy-sharp
- Set
- IonIcons
- Style
- Sharp
- 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-61.85 48.44-95.34 97.75-102.64c6.52-41.18 24-76.4 51.11-102.46A153.57 153.57 0 0 1 256 80c35.5 0 68.24 11.69 94.68 33.8a156.4 156.4 0 0 1 45.22 63.61c30.26 4.81 57.45 17.18 77.38 35.36C498.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 IonCloudySharp(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-61.85 48.44-95.34 97.75-102.64c6.52-41.18 24-76.4 51.11-102.46A153.57 153.57 0 0 1 256 80c35.5 0 68.24 11.69 94.68 33.8a156.4 156.4 0 0 1 45.22 63.61c30.26 4.81 57.45 17.18 77.38 35.36C498.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-61.85 48.44-95.34 97.75-102.64c6.52-41.18 24-76.4 51.11-102.46A153.57 153.57 0 0 1 256 80c35.5 0 68.24 11.69 94.68 33.8a156.4 156.4 0 0 1 45.22 63.61c30.26 4.81 57.45 17.18 77.38 35.36C498.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-sharp {
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-61.85%2048.44-95.34%2097.75-102.64c6.52-41.18%2024-76.4%2051.11-102.46A153.57%20153.57%200%200%201%20256%2080c35.5%200%2068.24%2011.69%2094.68%2033.8a156.4%20156.4%200%200%201%2045.22%2063.61c30.26%204.81%2057.45%2017.18%2077.38%2035.36C498.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-61.85%2048.44-95.34%2097.75-102.64c6.52-41.18%2024-76.4%2051.11-102.46A153.57%20153.57%200%200%201%20256%2080c35.5%200%2068.24%2011.69%2094.68%2033.8a156.4%20156.4%200%200%201%2045.22%2063.61c30.26%204.81%2057.45%2017.18%2077.38%2035.36C498.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-sharp.svg?color=%231a73e8&size=48