weather haze icon
weather-haze-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- weather-haze-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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-humidity-12-filledweather-moon-12-filledweather-moon-off-16-filledweather-partly-cloudy-day-16-filledweather-partly-cloudy-night-20-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 haze icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.517 10.016a4.481 4.481 0 0 0-8.908-.707q.69-.055 1.377.032c1.351.17 2.604.725 3.769 1.404c.71.415 1.608.533 2.552.403c.399-.056.78-.152 1.128-.273q.082-.418.082-.86m-9.44-5.634l-.07-.058a.5.5 0 0 0-.638.765l.858.858l.07.058a.5.5 0 0 0 .638-.765zm10.662.637a.5.5 0 0 0-.765-.637l-.859.858l-.058.07a.5.5 0 0 0 .765.637l.859-.858zM10.52 2.435a.5.5 0 0 0-.992.09v1.213l.008.09a.5.5 0 0 0 .992-.09V2.524zm-6.78 9.504c1.056-.576 2.036-.734 2.997-.614c.974.123 1.96.535 3.01 1.148c1.203.701 2.584.829 3.834.656c1.248-.173 2.41-.651 3.21-1.222a.5.5 0 0 0-.582-.814c-.658.47-1.666.893-2.765 1.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5 0 0 0 .479.878m2.997 1.386c-.961-.12-1.941.038-2.997.614a.5.5 0 0 1-.48-.878c1.236-.674 2.426-.875 3.602-.728c1.162.146 2.281.63 3.39 1.276c.956.558 2.095.681 3.192.53c1.098-.153 2.107-.575 2.765-1.046a.5.5 0 0 1 .582.814c-.8.57-1.963 1.049-3.21 1.222c-1.25.173-2.631.045-3.834-.656c-1.05-.613-2.036-1.025-3.01-1.148M3.74 15.94c1.056-.576 2.036-.734 2.997-.614c.974.123 1.96.535 3.01 1.148c1.203.701 2.584.829 3.834.656c1.248-.173 2.41-.651 3.21-1.222a.5.5 0 0 0-.582-.814c-.658.47-1.666.893-2.765 1.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5 0 0 0 .479.878"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherHaze20Filled(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="M14.517 10.016a4.481 4.481 0 0 0-8.908-.707q.69-.055 1.377.032c1.351.17 2.604.725 3.769 1.404c.71.415 1.608.533 2.552.403c.399-.056.78-.152 1.128-.273q.082-.418.082-.86m-9.44-5.634l-.07-.058a.5.5 0 0 0-.638.765l.858.858l.07.058a.5.5 0 0 0 .638-.765zm10.662.637a.5.5 0 0 0-.765-.637l-.859.858l-.058.07a.5.5 0 0 0 .765.637l.859-.858zM10.52 2.435a.5.5 0 0 0-.992.09v1.213l.008.09a.5.5 0 0 0 .992-.09V2.524zm-6.78 9.504c1.056-.576 2.036-.734 2.997-.614c.974.123 1.96.535 3.01 1.148c1.203.701 2.584.829 3.834.656c1.248-.173 2.41-.651 3.21-1.222a.5.5 0 0 0-.582-.814c-.658.47-1.666.893-2.765 1.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5 0 0 0 .479.878m2.997 1.386c-.961-.12-1.941.038-2.997.614a.5.5 0 0 1-.48-.878c1.236-.674 2.426-.875 3.602-.728c1.162.146 2.281.63 3.39 1.276c.956.558 2.095.681 3.192.53c1.098-.153 2.107-.575 2.765-1.046a.5.5 0 0 1 .582.814c-.8.57-1.963 1.049-3.21 1.222c-1.25.173-2.631.045-3.834-.656c-1.05-.613-2.036-1.025-3.01-1.148M3.74 15.94c1.056-.576 2.036-.734 2.997-.614c.974.123 1.96.535 3.01 1.148c1.203.701 2.584.829 3.834.656c1.248-.173 2.41-.651 3.21-1.222a.5.5 0 0 0-.582-.814c-.658.47-1.666.893-2.765 1.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5 0 0 0 .479.878"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.517 10.016a4.481 4.481 0 0 0-8.908-.707q.69-.055 1.377.032c1.351.17 2.604.725 3.769 1.404c.71.415 1.608.533 2.552.403c.399-.056.78-.152 1.128-.273q.082-.418.082-.86m-9.44-5.634l-.07-.058a.5.5 0 0 0-.638.765l.858.858l.07.058a.5.5 0 0 0 .638-.765zm10.662.637a.5.5 0 0 0-.765-.637l-.859.858l-.058.07a.5.5 0 0 0 .765.637l.859-.858zM10.52 2.435a.5.5 0 0 0-.992.09v1.213l.008.09a.5.5 0 0 0 .992-.09V2.524zm-6.78 9.504c1.056-.576 2.036-.734 2.997-.614c.974.123 1.96.535 3.01 1.148c1.203.701 2.584.829 3.834.656c1.248-.173 2.41-.651 3.21-1.222a.5.5 0 0 0-.582-.814c-.658.47-1.666.893-2.765 1.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5 0 0 0 .479.878m2.997 1.386c-.961-.12-1.941.038-2.997.614a.5.5 0 0 1-.48-.878c1.236-.674 2.426-.875 3.602-.728c1.162.146 2.281.63 3.39 1.276c.956.558 2.095.681 3.192.53c1.098-.153 2.107-.575 2.765-1.046a.5.5 0 0 1 .582.814c-.8.57-1.963 1.049-3.21 1.222c-1.25.173-2.631.045-3.834-.656c-1.05-.613-2.036-1.025-3.01-1.148M3.74 15.94c1.056-.576 2.036-.734 2.997-.614c.974.123 1.96.535 3.01 1.148c1.203.701 2.584.829 3.834.656c1.248-.173 2.41-.651 3.21-1.222a.5.5 0 0 0-.582-.814c-.658.47-1.666.893-2.765 1.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5 0 0 0 .479.878"/></svg> </template>
CSS
.icon-weather-haze-20-filled {
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%22M14.517%2010.016a4.481%204.481%200%200%200-8.908-.707q.69-.055%201.377.032c1.351.17%202.604.725%203.769%201.404c.71.415%201.608.533%202.552.403c.399-.056.78-.152%201.128-.273q.082-.418.082-.86m-9.44-5.634l-.07-.058a.5.5%200%200%200-.638.765l.858.858l.07.058a.5.5%200%200%200%20.638-.765zm10.662.637a.5.5%200%200%200-.765-.637l-.859.858l-.058.07a.5.5%200%200%200%20.765.637l.859-.858zM10.52%202.435a.5.5%200%200%200-.992.09v1.213l.008.09a.5.5%200%200%200%20.992-.09V2.524zm-6.78%209.504c1.056-.576%202.036-.734%202.997-.614c.974.123%201.96.535%203.01%201.148c1.203.701%202.584.829%203.834.656c1.248-.173%202.41-.651%203.21-1.222a.5.5%200%200%200-.582-.814c-.658.47-1.666.893-2.765%201.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5%200%200%200%20.479.878m2.997%201.386c-.961-.12-1.941.038-2.997.614a.5.5%200%200%201-.48-.878c1.236-.674%202.426-.875%203.602-.728c1.162.146%202.281.63%203.39%201.276c.956.558%202.095.681%203.192.53c1.098-.153%202.107-.575%202.765-1.046a.5.5%200%200%201%20.582.814c-.8.57-1.963%201.049-3.21%201.222c-1.25.173-2.631.045-3.834-.656c-1.05-.613-2.036-1.025-3.01-1.148M3.74%2015.94c1.056-.576%202.036-.734%202.997-.614c.974.123%201.96.535%203.01%201.148c1.203.701%202.584.829%203.834.656c1.248-.173%202.41-.651%203.21-1.222a.5.5%200%200%200-.582-.814c-.658.47-1.666.893-2.765%201.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5%200%200%200%20.479.878%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%22M14.517%2010.016a4.481%204.481%200%200%200-8.908-.707q.69-.055%201.377.032c1.351.17%202.604.725%203.769%201.404c.71.415%201.608.533%202.552.403c.399-.056.78-.152%201.128-.273q.082-.418.082-.86m-9.44-5.634l-.07-.058a.5.5%200%200%200-.638.765l.858.858l.07.058a.5.5%200%200%200%20.638-.765zm10.662.637a.5.5%200%200%200-.765-.637l-.859.858l-.058.07a.5.5%200%200%200%20.765.637l.859-.858zM10.52%202.435a.5.5%200%200%200-.992.09v1.213l.008.09a.5.5%200%200%200%20.992-.09V2.524zm-6.78%209.504c1.056-.576%202.036-.734%202.997-.614c.974.123%201.96.535%203.01%201.148c1.203.701%202.584.829%203.834.656c1.248-.173%202.41-.651%203.21-1.222a.5.5%200%200%200-.582-.814c-.658.47-1.666.893-2.765%201.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5%200%200%200%20.479.878m2.997%201.386c-.961-.12-1.941.038-2.997.614a.5.5%200%200%201-.48-.878c1.236-.674%202.426-.875%203.602-.728c1.162.146%202.281.63%203.39%201.276c.956.558%202.095.681%203.192.53c1.098-.153%202.107-.575%202.765-1.046a.5.5%200%200%201%20.582.814c-.8.57-1.963%201.049-3.21%201.222c-1.25.173-2.631.045-3.834-.656c-1.05-.613-2.036-1.025-3.01-1.148M3.74%2015.94c1.056-.576%202.036-.734%202.997-.614c.974.123%201.96.535%203.01%201.148c1.203.701%202.584.829%203.834.656c1.248-.173%202.41-.651%203.21-1.222a.5.5%200%200%200-.582-.814c-.658.47-1.666.893-2.765%201.045c-1.097.152-2.236.03-3.193-.529c-1.108-.646-2.227-1.13-3.39-1.276c-1.175-.147-2.365.054-3.6.728a.5.5%200%200%200%20.479.878%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-haze-20-filled.svg?color=%231a73e8&size=48