weather duststorm icon

weather-duststorm-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
weather-duststorm-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

Use the weather duststorm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M7 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 3a4 4 0 1 0 0-8a4 4 0 0 0 0 8m15.5-7a8.5 8.5 0 0 0-8.5 8.5a1.5 1.5 0 0 0 3 0a5.5 5.5 0 1 1 5.5 5.5h-17a1.5 1.5 0 0 0 0 3h17a8.5 8.5 0 0 0 0-17m14.904 12a6.5 6.5 0 0 0-6.306 4.924l-.053.212a1.5 1.5 0 1 0 2.91.728l.053-.213A3.5 3.5 0 0 1 37.404 21h.096a3.5 3.5 0 1 1 0 7h-32a1.5 1.5 0 0 0 0 3H30a3 3 0 1 1-2.77 4.154l-.095-.23a1.5 1.5 0 1 0-2.77 1.153l.097.23A6 6 0 1 0 35.197 31H37.5a6.5 6.5 0 1 0 0-13zM17 39a1 1 0 1 0-2 0a1 1 0 0 0 2 0m3 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0m19-28a1 1 0 1 0-2 0a1 1 0 0 0 2 0m3 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherDuststorm48Filled(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="M7 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 3a4 4 0 1 0 0-8a4 4 0 0 0 0 8m15.5-7a8.5 8.5 0 0 0-8.5 8.5a1.5 1.5 0 0 0 3 0a5.5 5.5 0 1 1 5.5 5.5h-17a1.5 1.5 0 0 0 0 3h17a8.5 8.5 0 0 0 0-17m14.904 12a6.5 6.5 0 0 0-6.306 4.924l-.053.212a1.5 1.5 0 1 0 2.91.728l.053-.213A3.5 3.5 0 0 1 37.404 21h.096a3.5 3.5 0 1 1 0 7h-32a1.5 1.5 0 0 0 0 3H30a3 3 0 1 1-2.77 4.154l-.095-.23a1.5 1.5 0 1 0-2.77 1.153l.097.23A6 6 0 1 0 35.197 31H37.5a6.5 6.5 0 1 0 0-13zM17 39a1 1 0 1 0-2 0a1 1 0 0 0 2 0m3 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0m19-28a1 1 0 1 0-2 0a1 1 0 0 0 2 0m3 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M7 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 3a4 4 0 1 0 0-8a4 4 0 0 0 0 8m15.5-7a8.5 8.5 0 0 0-8.5 8.5a1.5 1.5 0 0 0 3 0a5.5 5.5 0 1 1 5.5 5.5h-17a1.5 1.5 0 0 0 0 3h17a8.5 8.5 0 0 0 0-17m14.904 12a6.5 6.5 0 0 0-6.306 4.924l-.053.212a1.5 1.5 0 1 0 2.91.728l.053-.213A3.5 3.5 0 0 1 37.404 21h.096a3.5 3.5 0 1 1 0 7h-32a1.5 1.5 0 0 0 0 3H30a3 3 0 1 1-2.77 4.154l-.095-.23a1.5 1.5 0 1 0-2.77 1.153l.097.23A6 6 0 1 0 35.197 31H37.5a6.5 6.5 0 1 0 0-13zM17 39a1 1 0 1 0-2 0a1 1 0 0 0 2 0m3 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0m19-28a1 1 0 1 0-2 0a1 1 0 0 0 2 0m3 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></svg>
</template>

CSS

.icon-weather-duststorm-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%22M7%2010a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0%203a4%204%200%201%200%200-8a4%204%200%200%200%200%208m15.5-7a8.5%208.5%200%200%200-8.5%208.5a1.5%201.5%200%200%200%203%200a5.5%205.5%200%201%201%205.5%205.5h-17a1.5%201.5%200%200%200%200%203h17a8.5%208.5%200%200%200%200-17m14.904%2012a6.5%206.5%200%200%200-6.306%204.924l-.053.212a1.5%201.5%200%201%200%202.91.728l.053-.213A3.5%203.5%200%200%201%2037.404%2021h.096a3.5%203.5%200%201%201%200%207h-32a1.5%201.5%200%200%200%200%203H30a3%203%200%201%201-2.77%204.154l-.095-.23a1.5%201.5%200%201%200-2.77%201.153l.097.23A6%206%200%201%200%2035.197%2031H37.5a6.5%206.5%200%201%200%200-13zM17%2039a1%201%200%201%200-2%200a1%201%200%200%200%202%200m3%200a4%204%200%201%201-8%200a4%204%200%200%201%208%200m19-28a1%201%200%201%200-2%200a1%201%200%200%200%202%200m3%200a4%204%200%201%201-8%200a4%204%200%200%201%208%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2010a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0%203a4%204%200%201%200%200-8a4%204%200%200%200%200%208m15.5-7a8.5%208.5%200%200%200-8.5%208.5a1.5%201.5%200%200%200%203%200a5.5%205.5%200%201%201%205.5%205.5h-17a1.5%201.5%200%200%200%200%203h17a8.5%208.5%200%200%200%200-17m14.904%2012a6.5%206.5%200%200%200-6.306%204.924l-.053.212a1.5%201.5%200%201%200%202.91.728l.053-.213A3.5%203.5%200%200%201%2037.404%2021h.096a3.5%203.5%200%201%201%200%207h-32a1.5%201.5%200%200%200%200%203H30a3%203%200%201%201-2.77%204.154l-.095-.23a1.5%201.5%200%201%200-2.77%201.153l.097.23A6%206%200%201%200%2035.197%2031H37.5a6.5%206.5%200%201%200%200-13zM17%2039a1%201%200%201%200-2%200a1%201%200%200%200%202%200m3%200a4%204%200%201%201-8%200a4%204%200%200%201%208%200m19-28a1%201%200%201%200-2%200a1%201%200%200%200%202%200m3%200a4%204%200%201%201-8%200a4%204%200%200%201%208%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-48-filled.svg?color=%231a73e8&size=48