weather night partly cloudy icon
weather-night-partly-cloudy from Material Design Icons by Pictogrammers · Filled · Cloud · Apache-2.0 Free for personal and commercial use.
- Name
- weather-night-partly-cloudy
- Set
- Material Design Icons
- Style
- Filled
- Category
- Cloud
- Viewbox
- 24×24
- License
- Apache 2.0
More cloud icons from Material Design Icons
cloudcloud-arrow-downcloud-arrow-leftcloud-arrow-rightcloud-arrow-upcloud-bracescloud-cancelcloud-checkcloud-check-variantcloud-circlecloud-clockcloud-cogcloud-downloadcloud-keycloud-lockcloud-lock-opencloud-minuscloud-offcloud-percentcloud-pluscloud-printcloud-questioncloud-refreshcloud-refresh-variant
Use the weather night partly cloudy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10.28c-.26.02-.5.03-.74.03c-1.94 0-3.87-.74-5.35-2.22A7.52 7.52 0 0 1 13.72 2c.05-.47-.5-1-1.01-1a.7.7 0 0 0-.39.12c-.32.24-.66.52-.96.82c-2.31 2.3-2.81 5.72-1.52 8.52a5.48 5.48 0 0 0-3.15 3.6L6 14a4 4 0 0 0-4 4a4 4 0 0 0 4 4h13a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-.58 0-1.12.16-1.58.45l.08-.95c0-.22 0-.45-.04-.67a7.45 7.45 0 0 0 4.6-2.19c.32-.3.58-.64.82-.96c.39-.55-.23-1.4-.84-1.4M19 18a1 1 0 0 1 1 1a1 1 0 0 1-1 1H6a2 2 0 0 1-2-2a2 2 0 0 1 2-2h2.5v-.5c0-1.56 1.03-2.86 2.44-3.32c.16-.05.32-.09.49-.12c.18-.03.37-.06.57-.06c.23 0 .45.03.66.07q.105.015.21.06c.13.03.28.07.41.12c.08.03.16.07.22.11c.13.05.24.11.34.18c.08.05.16.1.23.16c.1.07.18.14.27.22c.07.08.16.13.21.2c.08.08.14.17.21.25c.06.08.13.16.18.25c.06.09.1.18.15.28s.11.18.15.28c.17.41.26.85.26 1.32V18m1.33-5.14A5.51 5.51 0 0 0 12 10h-.13c-.46-.81-.73-1.74-.73-2.71c0-.98.25-1.92.72-2.74A9.4 9.4 0 0 0 14.5 9.5a9.35 9.35 0 0 0 4.95 2.64c-.79.46-1.69.7-2.62.72"/></svg>
React
import type { SVGProps } from "react";
export function MdiWeatherNightPartlyCloudy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10.28c-.26.02-.5.03-.74.03c-1.94 0-3.87-.74-5.35-2.22A7.52 7.52 0 0 1 13.72 2c.05-.47-.5-1-1.01-1a.7.7 0 0 0-.39.12c-.32.24-.66.52-.96.82c-2.31 2.3-2.81 5.72-1.52 8.52a5.48 5.48 0 0 0-3.15 3.6L6 14a4 4 0 0 0-4 4a4 4 0 0 0 4 4h13a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-.58 0-1.12.16-1.58.45l.08-.95c0-.22 0-.45-.04-.67a7.45 7.45 0 0 0 4.6-2.19c.32-.3.58-.64.82-.96c.39-.55-.23-1.4-.84-1.4M19 18a1 1 0 0 1 1 1a1 1 0 0 1-1 1H6a2 2 0 0 1-2-2a2 2 0 0 1 2-2h2.5v-.5c0-1.56 1.03-2.86 2.44-3.32c.16-.05.32-.09.49-.12c.18-.03.37-.06.57-.06c.23 0 .45.03.66.07q.105.015.21.06c.13.03.28.07.41.12c.08.03.16.07.22.11c.13.05.24.11.34.18c.08.05.16.1.23.16c.1.07.18.14.27.22c.07.08.16.13.21.2c.08.08.14.17.21.25c.06.08.13.16.18.25c.06.09.1.18.15.28s.11.18.15.28c.17.41.26.85.26 1.32V18m1.33-5.14A5.51 5.51 0 0 0 12 10h-.13c-.46-.81-.73-1.74-.73-2.71c0-.98.25-1.92.72-2.74A9.4 9.4 0 0 0 14.5 9.5a9.35 9.35 0 0 0 4.95 2.64c-.79.46-1.69.7-2.62.72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10.28c-.26.02-.5.03-.74.03c-1.94 0-3.87-.74-5.35-2.22A7.52 7.52 0 0 1 13.72 2c.05-.47-.5-1-1.01-1a.7.7 0 0 0-.39.12c-.32.24-.66.52-.96.82c-2.31 2.3-2.81 5.72-1.52 8.52a5.48 5.48 0 0 0-3.15 3.6L6 14a4 4 0 0 0-4 4a4 4 0 0 0 4 4h13a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-.58 0-1.12.16-1.58.45l.08-.95c0-.22 0-.45-.04-.67a7.45 7.45 0 0 0 4.6-2.19c.32-.3.58-.64.82-.96c.39-.55-.23-1.4-.84-1.4M19 18a1 1 0 0 1 1 1a1 1 0 0 1-1 1H6a2 2 0 0 1-2-2a2 2 0 0 1 2-2h2.5v-.5c0-1.56 1.03-2.86 2.44-3.32c.16-.05.32-.09.49-.12c.18-.03.37-.06.57-.06c.23 0 .45.03.66.07q.105.015.21.06c.13.03.28.07.41.12c.08.03.16.07.22.11c.13.05.24.11.34.18c.08.05.16.1.23.16c.1.07.18.14.27.22c.07.08.16.13.21.2c.08.08.14.17.21.25c.06.08.13.16.18.25c.06.09.1.18.15.28s.11.18.15.28c.17.41.26.85.26 1.32V18m1.33-5.14A5.51 5.51 0 0 0 12 10h-.13c-.46-.81-.73-1.74-.73-2.71c0-.98.25-1.92.72-2.74A9.4 9.4 0 0 0 14.5 9.5a9.35 9.35 0 0 0 4.95 2.64c-.79.46-1.69.7-2.62.72"/></svg> </template>
CSS
.icon-weather-night-partly-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2010.28c-.26.02-.5.03-.74.03c-1.94%200-3.87-.74-5.35-2.22A7.52%207.52%200%200%201%2013.72%202c.05-.47-.5-1-1.01-1a.7.7%200%200%200-.39.12c-.32.24-.66.52-.96.82c-2.31%202.3-2.81%205.72-1.52%208.52a5.48%205.48%200%200%200-3.15%203.6L6%2014a4%204%200%200%200-4%204a4%204%200%200%200%204%204h13a3%203%200%200%200%203-3a3%203%200%200%200-3-3c-.58%200-1.12.16-1.58.45l.08-.95c0-.22%200-.45-.04-.67a7.45%207.45%200%200%200%204.6-2.19c.32-.3.58-.64.82-.96c.39-.55-.23-1.4-.84-1.4M19%2018a1%201%200%200%201%201%201a1%201%200%200%201-1%201H6a2%202%200%200%201-2-2a2%202%200%200%201%202-2h2.5v-.5c0-1.56%201.03-2.86%202.44-3.32c.16-.05.32-.09.49-.12c.18-.03.37-.06.57-.06c.23%200%20.45.03.66.07q.105.015.21.06c.13.03.28.07.41.12c.08.03.16.07.22.11c.13.05.24.11.34.18c.08.05.16.1.23.16c.1.07.18.14.27.22c.07.08.16.13.21.2c.08.08.14.17.21.25c.06.08.13.16.18.25c.06.09.1.18.15.28s.11.18.15.28c.17.41.26.85.26%201.32V18m1.33-5.14A5.51%205.51%200%200%200%2012%2010h-.13c-.46-.81-.73-1.74-.73-2.71c0-.98.25-1.92.72-2.74A9.4%209.4%200%200%200%2014.5%209.5a9.35%209.35%200%200%200%204.95%202.64c-.79.46-1.69.7-2.62.72%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2010.28c-.26.02-.5.03-.74.03c-1.94%200-3.87-.74-5.35-2.22A7.52%207.52%200%200%201%2013.72%202c.05-.47-.5-1-1.01-1a.7.7%200%200%200-.39.12c-.32.24-.66.52-.96.82c-2.31%202.3-2.81%205.72-1.52%208.52a5.48%205.48%200%200%200-3.15%203.6L6%2014a4%204%200%200%200-4%204a4%204%200%200%200%204%204h13a3%203%200%200%200%203-3a3%203%200%200%200-3-3c-.58%200-1.12.16-1.58.45l.08-.95c0-.22%200-.45-.04-.67a7.45%207.45%200%200%200%204.6-2.19c.32-.3.58-.64.82-.96c.39-.55-.23-1.4-.84-1.4M19%2018a1%201%200%200%201%201%201a1%201%200%200%201-1%201H6a2%202%200%200%201-2-2a2%202%200%200%201%202-2h2.5v-.5c0-1.56%201.03-2.86%202.44-3.32c.16-.05.32-.09.49-.12c.18-.03.37-.06.57-.06c.23%200%20.45.03.66.07q.105.015.21.06c.13.03.28.07.41.12c.08.03.16.07.22.11c.13.05.24.11.34.18c.08.05.16.1.23.16c.1.07.18.14.27.22c.07.08.16.13.21.2c.08.08.14.17.21.25c.06.08.13.16.18.25c.06.09.1.18.15.28s.11.18.15.28c.17.41.26.85.26%201.32V18m1.33-5.14A5.51%205.51%200%200%200%2012%2010h-.13c-.46-.81-.73-1.74-.73-2.71c0-.98.25-1.92.72-2.74A9.4%209.4%200%200%200%2014.5%209.5a9.35%209.35%200%200%200%204.95%202.64c-.79.46-1.69.7-2.62.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-night-partly-cloudy.svg?color=%231a73e8&size=48