weather duststorm icon
weather-duststorm-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- weather-duststorm-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-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 20 20"><path fill="currentColor" d="M4 4.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.752-1a3.25 3.25 0 0 0-3.184 2.61l-.058.292a.5.5 0 1 0 .98.196l.059-.291A2.248 2.248 0 0 1 12 6.749A2.25 2.25 0 0 1 9.75 9H2.5a.5.5 0 1 0 0 1h7.25a3.251 3.251 0 0 0 .002-6.5M15.5 8a2.5 2.5 0 0 0-2.5 2.5a.5.5 0 0 0 1 0a1.5 1.5 0 1 1 1.5 1.5h-13a.5.5 0 1 0 0 1h9.75a1.25 1.25 0 1 1-.005 2.5a1.264 1.264 0 0 1-1.247-1.052l-.005-.03a.5.5 0 1 0-.986.164l.005.03a2.264 2.264 0 0 0 2.233 1.888a2.254 2.254 0 0 0 2.255-2.25c0-.463-.14-.893-.379-1.25H15.5a2.5 2.5 0 0 0 0-5m-9 9a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 1a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 5.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherDuststorm20Regular(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="M4 4.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.752-1a3.25 3.25 0 0 0-3.184 2.61l-.058.292a.5.5 0 1 0 .98.196l.059-.291A2.248 2.248 0 0 1 12 6.749A2.25 2.25 0 0 1 9.75 9H2.5a.5.5 0 1 0 0 1h7.25a3.251 3.251 0 0 0 .002-6.5M15.5 8a2.5 2.5 0 0 0-2.5 2.5a.5.5 0 0 0 1 0a1.5 1.5 0 1 1 1.5 1.5h-13a.5.5 0 1 0 0 1h9.75a1.25 1.25 0 1 1-.005 2.5a1.264 1.264 0 0 1-1.247-1.052l-.005-.03a.5.5 0 1 0-.986.164l.005.03a2.264 2.264 0 0 0 2.233 1.888a2.254 2.254 0 0 0 2.255-2.25c0-.463-.14-.893-.379-1.25H15.5a2.5 2.5 0 0 0 0-5m-9 9a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 1a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 5.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.752-1a3.25 3.25 0 0 0-3.184 2.61l-.058.292a.5.5 0 1 0 .98.196l.059-.291A2.248 2.248 0 0 1 12 6.749A2.25 2.25 0 0 1 9.75 9H2.5a.5.5 0 1 0 0 1h7.25a3.251 3.251 0 0 0 .002-6.5M15.5 8a2.5 2.5 0 0 0-2.5 2.5a.5.5 0 0 0 1 0a1.5 1.5 0 1 1 1.5 1.5h-13a.5.5 0 1 0 0 1h9.75a1.25 1.25 0 1 1-.005 2.5a1.264 1.264 0 0 1-1.247-1.052l-.005-.03a.5.5 0 1 0-.986.164l.005.03a2.264 2.264 0 0 0 2.233 1.888a2.254 2.254 0 0 0 2.255-2.25c0-.463-.14-.893-.379-1.25H15.5a2.5 2.5 0 0 0 0-5m-9 9a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m0 1a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 5.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg> </template>
CSS
.icon-weather-duststorm-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%22M4%204.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m4.752-1a3.25%203.25%200%200%200-3.184%202.61l-.058.292a.5.5%200%201%200%20.98.196l.059-.291A2.248%202.248%200%200%201%2012%206.749A2.25%202.25%200%200%201%209.75%209H2.5a.5.5%200%201%200%200%201h7.25a3.251%203.251%200%200%200%20.002-6.5M15.5%208a2.5%202.5%200%200%200-2.5%202.5a.5.5%200%200%200%201%200a1.5%201.5%200%201%201%201.5%201.5h-13a.5.5%200%201%200%200%201h9.75a1.25%201.25%200%201%201-.005%202.5a1.264%201.264%200%200%201-1.247-1.052l-.005-.03a.5.5%200%201%200-.986.164l.005.03a2.264%202.264%200%200%200%202.233%201.888a2.254%202.254%200%200%200%202.255-2.25c0-.463-.14-.893-.379-1.25H15.5a2.5%202.5%200%200%200%200-5m-9%209a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m0%201a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M17%205.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m4.752-1a3.25%203.25%200%200%200-3.184%202.61l-.058.292a.5.5%200%201%200%20.98.196l.059-.291A2.248%202.248%200%200%201%2012%206.749A2.25%202.25%200%200%201%209.75%209H2.5a.5.5%200%201%200%200%201h7.25a3.251%203.251%200%200%200%20.002-6.5M15.5%208a2.5%202.5%200%200%200-2.5%202.5a.5.5%200%200%200%201%200a1.5%201.5%200%201%201%201.5%201.5h-13a.5.5%200%201%200%200%201h9.75a1.25%201.25%200%201%201-.005%202.5a1.264%201.264%200%200%201-1.247-1.052l-.005-.03a.5.5%200%201%200-.986.164l.005.03a2.264%202.264%200%200%200%202.233%201.888a2.254%202.254%200%200%200%202.255-2.25c0-.463-.14-.893-.379-1.25H15.5a2.5%202.5%200%200%200%200-5m-9%209a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m0%201a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M17%205.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%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-20-regular.svg?color=%231a73e8&size=48