cloudy night icon
cloudy-night from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- cloudy-night
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the cloudy night icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M340 480H106c-29.5 0-54.92-7.83-73.53-22.64C11.23 440.44 0 415.35 0 384.8c0-29.44 12.09-54.25 35-71.74c12.1-9.26 27.2-16.17 43.33-20.05a16 16 0 0 0 11.81-12.21c7.15-32.54 22.25-60.49 44.33-81.75A139.82 139.82 0 0 1 232 160c32.33 0 62.15 10.65 86.24 30.79a142.2 142.2 0 0 1 37.65 49.54a16.06 16.06 0 0 0 11.12 9c24 5.22 45.42 15.78 61.62 30.56C451.77 301 464 329.82 464 363.2c0 32.85-13.13 62.87-37 84.52c-22.89 20.82-53.8 32.28-87 32.28m170.53-270.21a16.34 16.34 0 0 0-1.35-15.8a16 16 0 0 0-19.57-5.58c-10.7 4.65-24.48 7.17-39.92 7.28c-55.3.4-101.38-45-101.38-100.31c0-15.75 2.48-29.84 7.18-40.76a16.3 16.3 0 0 0-1.85-16.33a16 16 0 0 0-19.1-5c-38.63 16.82-66.18 51.51-75.27 92.54a4 4 0 0 0 3.19 4.79a162.54 162.54 0 0 1 76.31 35.59a172.6 172.6 0 0 1 39.64 47.84a16.35 16.35 0 0 0 9.54 7.64c23.89 7.17 45.1 18.9 62.25 34.54q4.44 4.07 8.48 8.42a4 4 0 0 0 5.16.57a129.1 129.1 0 0 0 46.69-55.43"/></svg>
React
import type { SVGProps } from "react";
export function IonCloudyNight(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="M340 480H106c-29.5 0-54.92-7.83-73.53-22.64C11.23 440.44 0 415.35 0 384.8c0-29.44 12.09-54.25 35-71.74c12.1-9.26 27.2-16.17 43.33-20.05a16 16 0 0 0 11.81-12.21c7.15-32.54 22.25-60.49 44.33-81.75A139.82 139.82 0 0 1 232 160c32.33 0 62.15 10.65 86.24 30.79a142.2 142.2 0 0 1 37.65 49.54a16.06 16.06 0 0 0 11.12 9c24 5.22 45.42 15.78 61.62 30.56C451.77 301 464 329.82 464 363.2c0 32.85-13.13 62.87-37 84.52c-22.89 20.82-53.8 32.28-87 32.28m170.53-270.21a16.34 16.34 0 0 0-1.35-15.8a16 16 0 0 0-19.57-5.58c-10.7 4.65-24.48 7.17-39.92 7.28c-55.3.4-101.38-45-101.38-100.31c0-15.75 2.48-29.84 7.18-40.76a16.3 16.3 0 0 0-1.85-16.33a16 16 0 0 0-19.1-5c-38.63 16.82-66.18 51.51-75.27 92.54a4 4 0 0 0 3.19 4.79a162.54 162.54 0 0 1 76.31 35.59a172.6 172.6 0 0 1 39.64 47.84a16.35 16.35 0 0 0 9.54 7.64c23.89 7.17 45.1 18.9 62.25 34.54q4.44 4.07 8.48 8.42a4 4 0 0 0 5.16.57a129.1 129.1 0 0 0 46.69-55.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M340 480H106c-29.5 0-54.92-7.83-73.53-22.64C11.23 440.44 0 415.35 0 384.8c0-29.44 12.09-54.25 35-71.74c12.1-9.26 27.2-16.17 43.33-20.05a16 16 0 0 0 11.81-12.21c7.15-32.54 22.25-60.49 44.33-81.75A139.82 139.82 0 0 1 232 160c32.33 0 62.15 10.65 86.24 30.79a142.2 142.2 0 0 1 37.65 49.54a16.06 16.06 0 0 0 11.12 9c24 5.22 45.42 15.78 61.62 30.56C451.77 301 464 329.82 464 363.2c0 32.85-13.13 62.87-37 84.52c-22.89 20.82-53.8 32.28-87 32.28m170.53-270.21a16.34 16.34 0 0 0-1.35-15.8a16 16 0 0 0-19.57-5.58c-10.7 4.65-24.48 7.17-39.92 7.28c-55.3.4-101.38-45-101.38-100.31c0-15.75 2.48-29.84 7.18-40.76a16.3 16.3 0 0 0-1.85-16.33a16 16 0 0 0-19.1-5c-38.63 16.82-66.18 51.51-75.27 92.54a4 4 0 0 0 3.19 4.79a162.54 162.54 0 0 1 76.31 35.59a172.6 172.6 0 0 1 39.64 47.84a16.35 16.35 0 0 0 9.54 7.64c23.89 7.17 45.1 18.9 62.25 34.54q4.44 4.07 8.48 8.42a4 4 0 0 0 5.16.57a129.1 129.1 0 0 0 46.69-55.43"/></svg> </template>
CSS
.icon-cloudy-night {
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%22M340%20480H106c-29.5%200-54.92-7.83-73.53-22.64C11.23%20440.44%200%20415.35%200%20384.8c0-29.44%2012.09-54.25%2035-71.74c12.1-9.26%2027.2-16.17%2043.33-20.05a16%2016%200%200%200%2011.81-12.21c7.15-32.54%2022.25-60.49%2044.33-81.75A139.82%20139.82%200%200%201%20232%20160c32.33%200%2062.15%2010.65%2086.24%2030.79a142.2%20142.2%200%200%201%2037.65%2049.54a16.06%2016.06%200%200%200%2011.12%209c24%205.22%2045.42%2015.78%2061.62%2030.56C451.77%20301%20464%20329.82%20464%20363.2c0%2032.85-13.13%2062.87-37%2084.52c-22.89%2020.82-53.8%2032.28-87%2032.28m170.53-270.21a16.34%2016.34%200%200%200-1.35-15.8a16%2016%200%200%200-19.57-5.58c-10.7%204.65-24.48%207.17-39.92%207.28c-55.3.4-101.38-45-101.38-100.31c0-15.75%202.48-29.84%207.18-40.76a16.3%2016.3%200%200%200-1.85-16.33a16%2016%200%200%200-19.1-5c-38.63%2016.82-66.18%2051.51-75.27%2092.54a4%204%200%200%200%203.19%204.79a162.54%20162.54%200%200%201%2076.31%2035.59a172.6%20172.6%200%200%201%2039.64%2047.84a16.35%2016.35%200%200%200%209.54%207.64c23.89%207.17%2045.1%2018.9%2062.25%2034.54q4.44%204.07%208.48%208.42a4%204%200%200%200%205.16.57a129.1%20129.1%200%200%200%2046.69-55.43%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%22M340%20480H106c-29.5%200-54.92-7.83-73.53-22.64C11.23%20440.44%200%20415.35%200%20384.8c0-29.44%2012.09-54.25%2035-71.74c12.1-9.26%2027.2-16.17%2043.33-20.05a16%2016%200%200%200%2011.81-12.21c7.15-32.54%2022.25-60.49%2044.33-81.75A139.82%20139.82%200%200%201%20232%20160c32.33%200%2062.15%2010.65%2086.24%2030.79a142.2%20142.2%200%200%201%2037.65%2049.54a16.06%2016.06%200%200%200%2011.12%209c24%205.22%2045.42%2015.78%2061.62%2030.56C451.77%20301%20464%20329.82%20464%20363.2c0%2032.85-13.13%2062.87-37%2084.52c-22.89%2020.82-53.8%2032.28-87%2032.28m170.53-270.21a16.34%2016.34%200%200%200-1.35-15.8a16%2016%200%200%200-19.57-5.58c-10.7%204.65-24.48%207.17-39.92%207.28c-55.3.4-101.38-45-101.38-100.31c0-15.75%202.48-29.84%207.18-40.76a16.3%2016.3%200%200%200-1.85-16.33a16%2016%200%200%200-19.1-5c-38.63%2016.82-66.18%2051.51-75.27%2092.54a4%204%200%200%200%203.19%204.79a162.54%20162.54%200%200%201%2076.31%2035.59a172.6%20172.6%200%200%201%2039.64%2047.84a16.35%2016.35%200%200%200%209.54%207.64c23.89%207.17%2045.1%2018.9%2062.25%2034.54q4.44%204.07%208.48%208.42a4%204%200%200%200%205.16.57a129.1%20129.1%200%200%200%2046.69-55.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/cloudy-night.svg?color=%231a73e8&size=48