weather partly cloudy night icon
weather-partly-cloudy-night-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- weather-partly-cloudy-night-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
weather-blowing-snow-20-filledweather-cloudy-20-filledweather-drizzle-20-filledweather-duststorm-20-filledweather-fog-20-filledweather-hail-day-20-filledweather-hail-night-20-filledweather-haze-20-filledweather-humidity-12-filledweather-moon-12-filledweather-moon-off-16-filledweather-partly-cloudy-day-16-filledweather-rain-20-filledweather-rain-showers-day-20-filledweather-rain-showers-night-20-filledweather-rain-snow-20-filledweather-snow-20-filledweather-snow-shower-day-20-filledweather-snow-shower-night-20-filledweather-snowflake-20-filledweather-squalls-20-filledweather-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather partly cloudy night icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 7c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 16 15.128 16H6.872C5.286 16 4 14.763 4 13.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 8.561 8.535 7 11 7m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 11.521 5 12.3 5 13.261C5 14.22 5.814 15 6.818 15h8.364C16.186 15 17 14.221 17 13.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 9.248 12.65 8 11 8M5.843 3a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363A3.05 3.05 0 0 0 7 4.375a6 6 0 0 0-.535-.249c.086 1.228-.036 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.185.45.339q.466.297.92.46a3.7 3.7 0 0 0-.878.811a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .644-.776"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherPartlyCloudyNight20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 7c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 16 15.128 16H6.872C5.286 16 4 14.763 4 13.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 8.561 8.535 7 11 7m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 11.521 5 12.3 5 13.261C5 14.22 5.814 15 6.818 15h8.364C16.186 15 17 14.221 17 13.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 9.248 12.65 8 11 8M5.843 3a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363A3.05 3.05 0 0 0 7 4.375a6 6 0 0 0-.535-.249c.086 1.228-.036 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.185.45.339q.466.297.92.46a3.7 3.7 0 0 0-.878.811a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .644-.776"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 7c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 16 15.128 16H6.872C5.286 16 4 14.763 4 13.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 8.561 8.535 7 11 7m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 11.521 5 12.3 5 13.261C5 14.22 5.814 15 6.818 15h8.364C16.186 15 17 14.221 17 13.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 9.248 12.65 8 11 8M5.843 3a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363A3.05 3.05 0 0 0 7 4.375a6 6 0 0 0-.535-.249c.086 1.228-.036 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.185.45.339q.466.297.92.46a3.7 3.7 0 0 0-.878.811a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .644-.776"/></svg> </template>
CSS
.icon-weather-partly-cloudy-night-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%207c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2016%2015.128%2016H6.872C5.286%2016%204%2014.763%204%2013.237c0-1.47%201.192-2.671%202.697-2.758l.237-.005C7.139%208.561%208.535%207%2011%207m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55C5.814%2011.521%205%2012.3%205%2013.261C5%2014.22%205.814%2015%206.818%2015h8.364C16.186%2015%2017%2014.221%2017%2013.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C14.087%209.248%2012.65%208%2011%208M5.843%203a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573a5%205%200%200%200-1.073.363A3.05%203.05%200%200%200%207%204.375a6%206%200%200%200-.535-.249c.086%201.228-.036%202.483-.626%203.445c-.58.853-1.328%201.423-2.558%201.898q.21.185.45.339q.466.297.92.46a3.7%203.7%200%200%200-.878.811a4.24%204.24%200%200%201-1.662-1.418a.63.63%200%200%201%20.306-.948c1.376-.492%202.117-1.046%202.54-1.856c.463-.883.549-1.82.242-3.08a.628.628%200%200%201%20.644-.776%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%207c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2016%2015.128%2016H6.872C5.286%2016%204%2014.763%204%2013.237c0-1.47%201.192-2.671%202.697-2.758l.237-.005C7.139%208.561%208.535%207%2011%207m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55C5.814%2011.521%205%2012.3%205%2013.261C5%2014.22%205.814%2015%206.818%2015h8.364C16.186%2015%2017%2014.221%2017%2013.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C14.087%209.248%2012.65%208%2011%208M5.843%203a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573a5%205%200%200%200-1.073.363A3.05%203.05%200%200%200%207%204.375a6%206%200%200%200-.535-.249c.086%201.228-.036%202.483-.626%203.445c-.58.853-1.328%201.423-2.558%201.898q.21.185.45.339q.466.297.92.46a3.7%203.7%200%200%200-.878.811a4.24%204.24%200%200%201-1.662-1.418a.63.63%200%200%201%20.306-.948c1.376-.492%202.117-1.046%202.54-1.856c.463-.883.549-1.82.242-3.08a.628.628%200%200%201%20.644-.776%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-partly-cloudy-night-20-regular.svg?color=%231a73e8&size=48