weather-fog from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
weather-fog
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0
Aliases
weather-mist

The same icon in other sets

More agriculture icons from Material Design Icons

Use the weather fog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 15h10a1 1 0 0 1 1 1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1a1 1 0 0 1 1-1m13 0h5a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1a1 1 0 0 1 1-1M1 12a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 9c2.19 0 3.97 1.76 4 4h-2a2 2 0 0 0-2-2h-2v-1a5 5 0 0 0-5-5C9.5 5 7.45 6.82 7.06 9.19C6.73 9.07 6.37 9 6 9a3 3 0 0 0-3 3a3 3 0 0 0 .17 1H1.1zm2 7h2a1 1 0 0 1 1 1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1a1 1 0 0 1 1-1m5 0h13a1 1 0 0 1 1 1a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiWeatherFog(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="M3 15h10a1 1 0 0 1 1 1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1a1 1 0 0 1 1-1m13 0h5a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1a1 1 0 0 1 1-1M1 12a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 9c2.19 0 3.97 1.76 4 4h-2a2 2 0 0 0-2-2h-2v-1a5 5 0 0 0-5-5C9.5 5 7.45 6.82 7.06 9.19C6.73 9.07 6.37 9 6 9a3 3 0 0 0-3 3a3 3 0 0 0 .17 1H1.1zm2 7h2a1 1 0 0 1 1 1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1a1 1 0 0 1 1-1m5 0h13a1 1 0 0 1 1 1a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 15h10a1 1 0 0 1 1 1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1a1 1 0 0 1 1-1m13 0h5a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1a1 1 0 0 1 1-1M1 12a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 9c2.19 0 3.97 1.76 4 4h-2a2 2 0 0 0-2-2h-2v-1a5 5 0 0 0-5-5C9.5 5 7.45 6.82 7.06 9.19C6.73 9.07 6.37 9 6 9a3 3 0 0 0-3 3a3 3 0 0 0 .17 1H1.1zm2 7h2a1 1 0 0 1 1 1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1a1 1 0 0 1 1-1m5 0h13a1 1 0 0 1 1 1a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-weather-fog {
  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%22M3%2015h10a1%201%200%200%201%201%201a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1a1%201%200%200%201%201-1m13%200h5a1%201%200%200%201%201%201a1%201%200%200%201-1%201h-5a1%201%200%200%201-1-1a1%201%200%200%201%201-1M1%2012a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03L19%209c2.19%200%203.97%201.76%204%204h-2a2%202%200%200%200-2-2h-2v-1a5%205%200%200%200-5-5C9.5%205%207.45%206.82%207.06%209.19C6.73%209.07%206.37%209%206%209a3%203%200%200%200-3%203a3%203%200%200%200%20.17%201H1.1zm2%207h2a1%201%200%200%201%201%201a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1a1%201%200%200%201%201-1m5%200h13a1%201%200%200%201%201%201a1%201%200%200%201-1%201H8a1%201%200%200%201-1-1a1%201%200%200%201%201-1%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%22M3%2015h10a1%201%200%200%201%201%201a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1a1%201%200%200%201%201-1m13%200h5a1%201%200%200%201%201%201a1%201%200%200%201-1%201h-5a1%201%200%200%201-1-1a1%201%200%200%201%201-1M1%2012a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03L19%209c2.19%200%203.97%201.76%204%204h-2a2%202%200%200%200-2-2h-2v-1a5%205%200%200%200-5-5C9.5%205%207.45%206.82%207.06%209.19C6.73%209.07%206.37%209%206%209a3%203%200%200%200-3%203a3%203%200%200%200%20.17%201H1.1zm2%207h2a1%201%200%200%201%201%201a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1a1%201%200%200%201%201-1m5%200h13a1%201%200%200%201%201%201a1%201%200%200%201-1%201H8a1%201%200%200%201-1-1a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-fog.svg?color=%231a73e8&size=48