weather haze icon
weather-haze-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- weather-haze-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="m10 37.763l-.156.084a1.25 1.25 0 0 1-1.197-2.195c2.982-1.627 5.664-2.006 8.319-1.516c2.585.478 5.062 1.769 7.657 3.283c4.752 2.771 10.291 2.031 13.395-.186a1.25 1.25 0 1 1 1.453 2.034c-3.895 2.783-10.496 3.584-16.107.311c-2.587-1.509-4.734-2.592-6.852-2.983c-2.007-.37-4.064-.131-6.512 1.168m26-2.78q.298-.095.587-.203a12.4 12.4 0 0 0 2.887-1.513a1.25 1.25 0 1 0-1.453-2.034c-3.104 2.217-8.643 2.957-13.395.186c-2.595-1.514-5.072-2.805-7.658-3.283c-2.655-.49-5.336-.11-8.32 1.516a1.25 1.25 0 0 0 1.198 2.195c2.517-1.373 4.62-1.63 6.668-1.252c2.118.391 4.266 1.474 6.852 2.983c4.17 2.433 8.887 2.615 12.634 1.406M24 13.08a10.92 10.92 0 0 0-9.933 6.379a14 14 0 0 1 3.358.219c3.052.564 5.858 2.062 8.463 3.581c3.103 1.81 6.578 1.745 9.031.808V24c0-6.03-4.888-10.92-10.92-10.92M13.097 24.613a8.8 8.8 0 0 1 3.42-.018q.606.112 1.218.297c1.735.523 3.54 1.465 5.634 2.686c5.611 3.273 12.212 2.472 16.108-.311a1.25 1.25 0 1 0-1.453-2.034C35.826 26.802 32.41 27.63 28.915 27a13 13 0 0 1-2.475-.703a13 13 0 0 1-1.812-.878c-2.27-1.324-4.45-2.479-6.693-3.067a14 14 0 0 0-1.326-.277c-2.538-.392-5.11.024-7.959 1.577a1.25 1.25 0 0 0 1.198 2.195c1.159-.632 2.23-1.028 3.248-1.234M24.074 44a1 1 0 0 1-.164 0zM11.607 9.895l-.101-.09a1.25 1.25 0 0 0-1.667 1.858l2.148 2.148l.102.09a1.25 1.25 0 0 0 1.666-1.858zm26.628 1.666a1.25 1.25 0 0 0-1.859-1.666l-2.148 2.148l-.09.102a1.25 1.25 0 0 0 1.858 1.666l2.148-2.148zM25.244 5.12a1.25 1.25 0 0 0-2.494.128v3.038l.007.127a1.25 1.25 0 0 0 2.493-.127V5.247z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherHaze48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m10 37.763l-.156.084a1.25 1.25 0 0 1-1.197-2.195c2.982-1.627 5.664-2.006 8.319-1.516c2.585.478 5.062 1.769 7.657 3.283c4.752 2.771 10.291 2.031 13.395-.186a1.25 1.25 0 1 1 1.453 2.034c-3.895 2.783-10.496 3.584-16.107.311c-2.587-1.509-4.734-2.592-6.852-2.983c-2.007-.37-4.064-.131-6.512 1.168m26-2.78q.298-.095.587-.203a12.4 12.4 0 0 0 2.887-1.513a1.25 1.25 0 1 0-1.453-2.034c-3.104 2.217-8.643 2.957-13.395.186c-2.595-1.514-5.072-2.805-7.658-3.283c-2.655-.49-5.336-.11-8.32 1.516a1.25 1.25 0 0 0 1.198 2.195c2.517-1.373 4.62-1.63 6.668-1.252c2.118.391 4.266 1.474 6.852 2.983c4.17 2.433 8.887 2.615 12.634 1.406M24 13.08a10.92 10.92 0 0 0-9.933 6.379a14 14 0 0 1 3.358.219c3.052.564 5.858 2.062 8.463 3.581c3.103 1.81 6.578 1.745 9.031.808V24c0-6.03-4.888-10.92-10.92-10.92M13.097 24.613a8.8 8.8 0 0 1 3.42-.018q.606.112 1.218.297c1.735.523 3.54 1.465 5.634 2.686c5.611 3.273 12.212 2.472 16.108-.311a1.25 1.25 0 1 0-1.453-2.034C35.826 26.802 32.41 27.63 28.915 27a13 13 0 0 1-2.475-.703a13 13 0 0 1-1.812-.878c-2.27-1.324-4.45-2.479-6.693-3.067a14 14 0 0 0-1.326-.277c-2.538-.392-5.11.024-7.959 1.577a1.25 1.25 0 0 0 1.198 2.195c1.159-.632 2.23-1.028 3.248-1.234M24.074 44a1 1 0 0 1-.164 0zM11.607 9.895l-.101-.09a1.25 1.25 0 0 0-1.667 1.858l2.148 2.148l.102.09a1.25 1.25 0 0 0 1.666-1.858zm26.628 1.666a1.25 1.25 0 0 0-1.859-1.666l-2.148 2.148l-.09.102a1.25 1.25 0 0 0 1.858 1.666l2.148-2.148zM25.244 5.12a1.25 1.25 0 0 0-2.494.128v3.038l.007.127a1.25 1.25 0 0 0 2.493-.127V5.247z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m10 37.763l-.156.084a1.25 1.25 0 0 1-1.197-2.195c2.982-1.627 5.664-2.006 8.319-1.516c2.585.478 5.062 1.769 7.657 3.283c4.752 2.771 10.291 2.031 13.395-.186a1.25 1.25 0 1 1 1.453 2.034c-3.895 2.783-10.496 3.584-16.107.311c-2.587-1.509-4.734-2.592-6.852-2.983c-2.007-.37-4.064-.131-6.512 1.168m26-2.78q.298-.095.587-.203a12.4 12.4 0 0 0 2.887-1.513a1.25 1.25 0 1 0-1.453-2.034c-3.104 2.217-8.643 2.957-13.395.186c-2.595-1.514-5.072-2.805-7.658-3.283c-2.655-.49-5.336-.11-8.32 1.516a1.25 1.25 0 0 0 1.198 2.195c2.517-1.373 4.62-1.63 6.668-1.252c2.118.391 4.266 1.474 6.852 2.983c4.17 2.433 8.887 2.615 12.634 1.406M24 13.08a10.92 10.92 0 0 0-9.933 6.379a14 14 0 0 1 3.358.219c3.052.564 5.858 2.062 8.463 3.581c3.103 1.81 6.578 1.745 9.031.808V24c0-6.03-4.888-10.92-10.92-10.92M13.097 24.613a8.8 8.8 0 0 1 3.42-.018q.606.112 1.218.297c1.735.523 3.54 1.465 5.634 2.686c5.611 3.273 12.212 2.472 16.108-.311a1.25 1.25 0 1 0-1.453-2.034C35.826 26.802 32.41 27.63 28.915 27a13 13 0 0 1-2.475-.703a13 13 0 0 1-1.812-.878c-2.27-1.324-4.45-2.479-6.693-3.067a14 14 0 0 0-1.326-.277c-2.538-.392-5.11.024-7.959 1.577a1.25 1.25 0 0 0 1.198 2.195c1.159-.632 2.23-1.028 3.248-1.234M24.074 44a1 1 0 0 1-.164 0zM11.607 9.895l-.101-.09a1.25 1.25 0 0 0-1.667 1.858l2.148 2.148l.102.09a1.25 1.25 0 0 0 1.666-1.858zm26.628 1.666a1.25 1.25 0 0 0-1.859-1.666l-2.148 2.148l-.09.102a1.25 1.25 0 0 0 1.858 1.666l2.148-2.148zM25.244 5.12a1.25 1.25 0 0 0-2.494.128v3.038l.007.127a1.25 1.25 0 0 0 2.493-.127V5.247z"/></svg> </template>
CSS
.icon-weather-haze-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10%2037.763l-.156.084a1.25%201.25%200%200%201-1.197-2.195c2.982-1.627%205.664-2.006%208.319-1.516c2.585.478%205.062%201.769%207.657%203.283c4.752%202.771%2010.291%202.031%2013.395-.186a1.25%201.25%200%201%201%201.453%202.034c-3.895%202.783-10.496%203.584-16.107.311c-2.587-1.509-4.734-2.592-6.852-2.983c-2.007-.37-4.064-.131-6.512%201.168m26-2.78q.298-.095.587-.203a12.4%2012.4%200%200%200%202.887-1.513a1.25%201.25%200%201%200-1.453-2.034c-3.104%202.217-8.643%202.957-13.395.186c-2.595-1.514-5.072-2.805-7.658-3.283c-2.655-.49-5.336-.11-8.32%201.516a1.25%201.25%200%200%200%201.198%202.195c2.517-1.373%204.62-1.63%206.668-1.252c2.118.391%204.266%201.474%206.852%202.983c4.17%202.433%208.887%202.615%2012.634%201.406M24%2013.08a10.92%2010.92%200%200%200-9.933%206.379a14%2014%200%200%201%203.358.219c3.052.564%205.858%202.062%208.463%203.581c3.103%201.81%206.578%201.745%209.031.808V24c0-6.03-4.888-10.92-10.92-10.92M13.097%2024.613a8.8%208.8%200%200%201%203.42-.018q.606.112%201.218.297c1.735.523%203.54%201.465%205.634%202.686c5.611%203.273%2012.212%202.472%2016.108-.311a1.25%201.25%200%201%200-1.453-2.034C35.826%2026.802%2032.41%2027.63%2028.915%2027a13%2013%200%200%201-2.475-.703a13%2013%200%200%201-1.812-.878c-2.27-1.324-4.45-2.479-6.693-3.067a14%2014%200%200%200-1.326-.277c-2.538-.392-5.11.024-7.959%201.577a1.25%201.25%200%200%200%201.198%202.195c1.159-.632%202.23-1.028%203.248-1.234M24.074%2044a1%201%200%200%201-.164%200zM11.607%209.895l-.101-.09a1.25%201.25%200%200%200-1.667%201.858l2.148%202.148l.102.09a1.25%201.25%200%200%200%201.666-1.858zm26.628%201.666a1.25%201.25%200%200%200-1.859-1.666l-2.148%202.148l-.09.102a1.25%201.25%200%200%200%201.858%201.666l2.148-2.148zM25.244%205.12a1.25%201.25%200%200%200-2.494.128v3.038l.007.127a1.25%201.25%200%200%200%202.493-.127V5.247z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10%2037.763l-.156.084a1.25%201.25%200%200%201-1.197-2.195c2.982-1.627%205.664-2.006%208.319-1.516c2.585.478%205.062%201.769%207.657%203.283c4.752%202.771%2010.291%202.031%2013.395-.186a1.25%201.25%200%201%201%201.453%202.034c-3.895%202.783-10.496%203.584-16.107.311c-2.587-1.509-4.734-2.592-6.852-2.983c-2.007-.37-4.064-.131-6.512%201.168m26-2.78q.298-.095.587-.203a12.4%2012.4%200%200%200%202.887-1.513a1.25%201.25%200%201%200-1.453-2.034c-3.104%202.217-8.643%202.957-13.395.186c-2.595-1.514-5.072-2.805-7.658-3.283c-2.655-.49-5.336-.11-8.32%201.516a1.25%201.25%200%200%200%201.198%202.195c2.517-1.373%204.62-1.63%206.668-1.252c2.118.391%204.266%201.474%206.852%202.983c4.17%202.433%208.887%202.615%2012.634%201.406M24%2013.08a10.92%2010.92%200%200%200-9.933%206.379a14%2014%200%200%201%203.358.219c3.052.564%205.858%202.062%208.463%203.581c3.103%201.81%206.578%201.745%209.031.808V24c0-6.03-4.888-10.92-10.92-10.92M13.097%2024.613a8.8%208.8%200%200%201%203.42-.018q.606.112%201.218.297c1.735.523%203.54%201.465%205.634%202.686c5.611%203.273%2012.212%202.472%2016.108-.311a1.25%201.25%200%201%200-1.453-2.034C35.826%2026.802%2032.41%2027.63%2028.915%2027a13%2013%200%200%201-2.475-.703a13%2013%200%200%201-1.812-.878c-2.27-1.324-4.45-2.479-6.693-3.067a14%2014%200%200%200-1.326-.277c-2.538-.392-5.11.024-7.959%201.577a1.25%201.25%200%200%200%201.198%202.195c1.159-.632%202.23-1.028%203.248-1.234M24.074%2044a1%201%200%200%201-.164%200zM11.607%209.895l-.101-.09a1.25%201.25%200%200%200-1.667%201.858l2.148%202.148l.102.09a1.25%201.25%200%200%200%201.666-1.858zm26.628%201.666a1.25%201.25%200%200%200-1.859-1.666l-2.148%202.148l-.09.102a1.25%201.25%200%200%200%201.858%201.666l2.148-2.148zM25.244%205.12a1.25%201.25%200%200%200-2.494.128v3.038l.007.127a1.25%201.25%200%200%200%202.493-.127V5.247z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-haze-48-filled.svg?color=%231a73e8&size=48