weather duststorm icon
weather-duststorm-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- weather-duststorm-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-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-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 duststorm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0M11.973 4a4.07 4.07 0 0 0-3.896 2.884l-.045.15a.75.75 0 1 0 1.436.432l.045-.15a2.57 2.57 0 0 1 2.46-1.816C13.362 5.5 14.5 6.627 14.5 8a2.5 2.5 0 0 1-2.5 2.5H2.75a.75.75 0 0 0 0 1.5H12a4 4 0 0 0 4-4c0-2.217-1.826-4-4.027-4m7.098 6c-1.265 0-2.385.82-2.783 2.013a.75.75 0 0 0 1.424.474a1.44 1.44 0 0 1 1.359-.987c.789 0 1.429.64 1.429 1.43V13a1.5 1.5 0 0 1-1.5 1.5H2.75a.75.75 0 0 0 0 1.5h12.5a1.25 1.25 0 1 1 0 2.5h-.135c-.4 0-.765-.226-.945-.583a.75.75 0 0 0-1.34.672A2.56 2.56 0 0 0 15.115 20h.135a2.75 2.75 0 0 0 2.45-4H19a3 3 0 0 0 3-3v-.07A2.93 2.93 0 0 0 19.07 10M9.5 20a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 1.5a2 2 0 1 0 0-4a2 2 0 0 0 0 4M20 6.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherDuststorm24Regular(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="M5 5.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0M11.973 4a4.07 4.07 0 0 0-3.896 2.884l-.045.15a.75.75 0 1 0 1.436.432l.045-.15a2.57 2.57 0 0 1 2.46-1.816C13.362 5.5 14.5 6.627 14.5 8a2.5 2.5 0 0 1-2.5 2.5H2.75a.75.75 0 0 0 0 1.5H12a4 4 0 0 0 4-4c0-2.217-1.826-4-4.027-4m7.098 6c-1.265 0-2.385.82-2.783 2.013a.75.75 0 0 0 1.424.474a1.44 1.44 0 0 1 1.359-.987c.789 0 1.429.64 1.429 1.43V13a1.5 1.5 0 0 1-1.5 1.5H2.75a.75.75 0 0 0 0 1.5h12.5a1.25 1.25 0 1 1 0 2.5h-.135c-.4 0-.765-.226-.945-.583a.75.75 0 0 0-1.34.672A2.56 2.56 0 0 0 15.115 20h.135a2.75 2.75 0 0 0 2.45-4H19a3 3 0 0 0 3-3v-.07A2.93 2.93 0 0 0 19.07 10M9.5 20a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 1.5a2 2 0 1 0 0-4a2 2 0 0 0 0 4M20 6.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0M11.973 4a4.07 4.07 0 0 0-3.896 2.884l-.045.15a.75.75 0 1 0 1.436.432l.045-.15a2.57 2.57 0 0 1 2.46-1.816C13.362 5.5 14.5 6.627 14.5 8a2.5 2.5 0 0 1-2.5 2.5H2.75a.75.75 0 0 0 0 1.5H12a4 4 0 0 0 4-4c0-2.217-1.826-4-4.027-4m7.098 6c-1.265 0-2.385.82-2.783 2.013a.75.75 0 0 0 1.424.474a1.44 1.44 0 0 1 1.359-.987c.789 0 1.429.64 1.429 1.43V13a1.5 1.5 0 0 1-1.5 1.5H2.75a.75.75 0 0 0 0 1.5h12.5a1.25 1.25 0 1 1 0 2.5h-.135c-.4 0-.765-.226-.945-.583a.75.75 0 0 0-1.34.672A2.56 2.56 0 0 0 15.115 20h.135a2.75 2.75 0 0 0 2.45-4H19a3 3 0 0 0 3-3v-.07A2.93 2.93 0 0 0 19.07 10M9.5 20a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 1.5a2 2 0 1 0 0-4a2 2 0 0 0 0 4M20 6.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg> </template>
CSS
.icon-weather-duststorm-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200M11.973%204a4.07%204.07%200%200%200-3.896%202.884l-.045.15a.75.75%200%201%200%201.436.432l.045-.15a2.57%202.57%200%200%201%202.46-1.816C13.362%205.5%2014.5%206.627%2014.5%208a2.5%202.5%200%200%201-2.5%202.5H2.75a.75.75%200%200%200%200%201.5H12a4%204%200%200%200%204-4c0-2.217-1.826-4-4.027-4m7.098%206c-1.265%200-2.385.82-2.783%202.013a.75.75%200%200%200%201.424.474a1.44%201.44%200%200%201%201.359-.987c.789%200%201.429.64%201.429%201.43V13a1.5%201.5%200%200%201-1.5%201.5H2.75a.75.75%200%200%200%200%201.5h12.5a1.25%201.25%200%201%201%200%202.5h-.135c-.4%200-.765-.226-.945-.583a.75.75%200%200%200-1.34.672A2.56%202.56%200%200%200%2015.115%2020h.135a2.75%202.75%200%200%200%202.45-4H19a3%203%200%200%200%203-3v-.07A2.93%202.93%200%200%200%2019.07%2010M9.5%2020a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m0%201.5a2%202%200%201%200%200-4a2%202%200%200%200%200%204M20%206.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%22M5%205.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200M11.973%204a4.07%204.07%200%200%200-3.896%202.884l-.045.15a.75.75%200%201%200%201.436.432l.045-.15a2.57%202.57%200%200%201%202.46-1.816C13.362%205.5%2014.5%206.627%2014.5%208a2.5%202.5%200%200%201-2.5%202.5H2.75a.75.75%200%200%200%200%201.5H12a4%204%200%200%200%204-4c0-2.217-1.826-4-4.027-4m7.098%206c-1.265%200-2.385.82-2.783%202.013a.75.75%200%200%200%201.424.474a1.44%201.44%200%200%201%201.359-.987c.789%200%201.429.64%201.429%201.43V13a1.5%201.5%200%200%201-1.5%201.5H2.75a.75.75%200%200%200%200%201.5h12.5a1.25%201.25%200%201%201%200%202.5h-.135c-.4%200-.765-.226-.945-.583a.75.75%200%200%200-1.34.672A2.56%202.56%200%200%200%2015.115%2020h.135a2.75%202.75%200%200%200%202.45-4H19a3%203%200%200%200%203-3v-.07A2.93%202.93%200%200%200%2019.07%2010M9.5%2020a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m0%201.5a2%202%200%201%200%200-4a2%202%200%200%200%200%204M20%206.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-duststorm-24-regular.svg?color=%231a73e8&size=48