weather haze icon
weather-haze-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- weather-haze-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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.406m-22.903-10.37a8.7 8.7 0 0 1 2.496-.144q.464.041.924.126c2.118.391 4.265 1.475 6.852 2.983c5.611 3.273 12.212 2.472 16.108-.311a1.25 1.25 0 1 0-1.453-2.034c-3.105 2.217-8.644 2.957-13.396.186c-2.595-1.514-5.072-2.805-7.657-3.283c-2.655-.49-5.337-.11-8.32 1.516a1.25 1.25 0 0 0 1.198 2.195c1.159-.632 2.23-1.028 3.248-1.234M32.42 24q0 .331-.025.656a10 10 0 0 0 2.525-.589V24c0-6.03-4.888-10.92-10.92-10.92a10.92 10.92 0 0 0-9.932 6.379q1.386-.078 2.765.122A8.42 8.42 0 0 1 32.419 24m-8.345 20a1 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 FluentWeatherHaze48Regular(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.406m-22.903-10.37a8.7 8.7 0 0 1 2.496-.144q.464.041.924.126c2.118.391 4.265 1.475 6.852 2.983c5.611 3.273 12.212 2.472 16.108-.311a1.25 1.25 0 1 0-1.453-2.034c-3.105 2.217-8.644 2.957-13.396.186c-2.595-1.514-5.072-2.805-7.657-3.283c-2.655-.49-5.337-.11-8.32 1.516a1.25 1.25 0 0 0 1.198 2.195c1.159-.632 2.23-1.028 3.248-1.234M32.42 24q0 .331-.025.656a10 10 0 0 0 2.525-.589V24c0-6.03-4.888-10.92-10.92-10.92a10.92 10.92 0 0 0-9.932 6.379q1.386-.078 2.765.122A8.42 8.42 0 0 1 32.419 24m-8.345 20a1 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.406m-22.903-10.37a8.7 8.7 0 0 1 2.496-.144q.464.041.924.126c2.118.391 4.265 1.475 6.852 2.983c5.611 3.273 12.212 2.472 16.108-.311a1.25 1.25 0 1 0-1.453-2.034c-3.105 2.217-8.644 2.957-13.396.186c-2.595-1.514-5.072-2.805-7.657-3.283c-2.655-.49-5.337-.11-8.32 1.516a1.25 1.25 0 0 0 1.198 2.195c1.159-.632 2.23-1.028 3.248-1.234M32.42 24q0 .331-.025.656a10 10 0 0 0 2.525-.589V24c0-6.03-4.888-10.92-10.92-10.92a10.92 10.92 0 0 0-9.932 6.379q1.386-.078 2.765.122A8.42 8.42 0 0 1 32.419 24m-8.345 20a1 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-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%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.406m-22.903-10.37a8.7%208.7%200%200%201%202.496-.144q.464.041.924.126c2.118.391%204.265%201.475%206.852%202.983c5.611%203.273%2012.212%202.472%2016.108-.311a1.25%201.25%200%201%200-1.453-2.034c-3.105%202.217-8.644%202.957-13.396.186c-2.595-1.514-5.072-2.805-7.657-3.283c-2.655-.49-5.337-.11-8.32%201.516a1.25%201.25%200%200%200%201.198%202.195c1.159-.632%202.23-1.028%203.248-1.234M32.42%2024q0%20.331-.025.656a10%2010%200%200%200%202.525-.589V24c0-6.03-4.888-10.92-10.92-10.92a10.92%2010.92%200%200%200-9.932%206.379q1.386-.078%202.765.122A8.42%208.42%200%200%201%2032.419%2024m-8.345%2020a1%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.406m-22.903-10.37a8.7%208.7%200%200%201%202.496-.144q.464.041.924.126c2.118.391%204.265%201.475%206.852%202.983c5.611%203.273%2012.212%202.472%2016.108-.311a1.25%201.25%200%201%200-1.453-2.034c-3.105%202.217-8.644%202.957-13.396.186c-2.595-1.514-5.072-2.805-7.657-3.283c-2.655-.49-5.337-.11-8.32%201.516a1.25%201.25%200%200%200%201.198%202.195c1.159-.632%202.23-1.028%203.248-1.234M32.42%2024q0%20.331-.025.656a10%2010%200%200%200%202.525-.589V24c0-6.03-4.888-10.92-10.92-10.92a10.92%2010.92%200%200%200-9.932%206.379q1.386-.078%202.765.122A8.42%208.42%200%200%201%2032.419%2024m-8.345%2020a1%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-regular.svg?color=%231a73e8&size=48