partly cloudy night icon
partly-cloudy-night from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- partly-cloudy-night
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nights-stay, nights-stay-sharp, partly-cloudy-night-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the partly cloudy night icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 13q1.2 0 2.2.65t1.475 1.775l.25.575h.625q1.05 0 1.75.738T13 18.5q0 1.05-.725 1.775T10.5 21H6q-1.65 0-2.825-1.175T2 17q0-1.675 1.175-2.838T6 13m5.25-11q-.45 2.475.275 4.838t2.5 4.137t4.138 2.5T23 13.75q-.65 3.55-3.375 5.863T13.325 22q.8-.65 1.238-1.562T15 18.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6 11q-.8 0-1.562.2T3 11.8q.05-3.625 2.363-6.375T11.25 2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPartlyCloudyNight(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="M6 13q1.2 0 2.2.65t1.475 1.775l.25.575h.625q1.05 0 1.75.738T13 18.5q0 1.05-.725 1.775T10.5 21H6q-1.65 0-2.825-1.175T2 17q0-1.675 1.175-2.838T6 13m5.25-11q-.45 2.475.275 4.838t2.5 4.137t4.138 2.5T23 13.75q-.65 3.55-3.375 5.863T13.325 22q.8-.65 1.238-1.562T15 18.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6 11q-.8 0-1.562.2T3 11.8q.05-3.625 2.363-6.375T11.25 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 13q1.2 0 2.2.65t1.475 1.775l.25.575h.625q1.05 0 1.75.738T13 18.5q0 1.05-.725 1.775T10.5 21H6q-1.65 0-2.825-1.175T2 17q0-1.675 1.175-2.838T6 13m5.25-11q-.45 2.475.275 4.838t2.5 4.137t4.138 2.5T23 13.75q-.65 3.55-3.375 5.863T13.325 22q.8-.65 1.238-1.562T15 18.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6 11q-.8 0-1.562.2T3 11.8q.05-3.625 2.363-6.375T11.25 2"/></svg> </template>
CSS
.icon-partly-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013q1.2%200%202.2.65t1.475%201.775l.25.575h.625q1.05%200%201.75.738T13%2018.5q0%201.05-.725%201.775T10.5%2021H6q-1.65%200-2.825-1.175T2%2017q0-1.675%201.175-2.838T6%2013m5.25-11q-.45%202.475.275%204.838t2.5%204.137t4.138%202.5T23%2013.75q-.65%203.55-3.375%205.863T13.325%2022q.8-.65%201.238-1.562T15%2018.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6%2011q-.8%200-1.562.2T3%2011.8q.05-3.625%202.363-6.375T11.25%202%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%22M6%2013q1.2%200%202.2.65t1.475%201.775l.25.575h.625q1.05%200%201.75.738T13%2018.5q0%201.05-.725%201.775T10.5%2021H6q-1.65%200-2.825-1.175T2%2017q0-1.675%201.175-2.838T6%2013m5.25-11q-.45%202.475.275%204.838t2.5%204.137t4.138%202.5T23%2013.75q-.65%203.55-3.375%205.863T13.325%2022q.8-.65%201.238-1.562T15%2018.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6%2011q-.8%200-1.562.2T3%2011.8q.05-3.625%202.363-6.375T11.25%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/partly-cloudy-night.svg?color=%231a73e8&size=48