weather-fog-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
weather-fog-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the weather fog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 15.024h7a.5.5 0 0 1 .09.992l-.09.008h-7a.5.5 0 0 1-.09-.992zm-1.996-2h10.992a.5.5 0 0 1 .091.992l-.09.008H4.503a.5.5 0 0 1-.504-.5a.5.5 0 0 1 .413-.491zm5.496-10c2.465 0 3.863 1.574 4.066 3.474h.062C15.714 6.498 17 7.735 17 9.261s-1.286 2.763-2.872 2.763H5.872C4.286 12.024 3 10.787 3 9.261c0-1.469 1.192-2.67 2.697-2.758l.237-.005C6.139 4.586 7.535 3.024 10 3.024m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.497-.545.497h-.55C4.814 7.546 4 8.324 4 9.285c0 .96.814 1.74 1.818 1.74h8.364c1.004 0 1.818-.78 1.818-1.74s-.814-1.74-1.818-1.74h-.55c-.29 0-.545-.218-.545-.496c0-1.777-1.438-3.025-3.087-3.025"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherFog20Regular(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="M6.5 15.024h7a.5.5 0 0 1 .09.992l-.09.008h-7a.5.5 0 0 1-.09-.992zm-1.996-2h10.992a.5.5 0 0 1 .091.992l-.09.008H4.503a.5.5 0 0 1-.504-.5a.5.5 0 0 1 .413-.491zm5.496-10c2.465 0 3.863 1.574 4.066 3.474h.062C15.714 6.498 17 7.735 17 9.261s-1.286 2.763-2.872 2.763H5.872C4.286 12.024 3 10.787 3 9.261c0-1.469 1.192-2.67 2.697-2.758l.237-.005C6.139 4.586 7.535 3.024 10 3.024m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.497-.545.497h-.55C4.814 7.546 4 8.324 4 9.285c0 .96.814 1.74 1.818 1.74h8.364c1.004 0 1.818-.78 1.818-1.74s-.814-1.74-1.818-1.74h-.55c-.29 0-.545-.218-.545-.496c0-1.777-1.438-3.025-3.087-3.025"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 15.024h7a.5.5 0 0 1 .09.992l-.09.008h-7a.5.5 0 0 1-.09-.992zm-1.996-2h10.992a.5.5 0 0 1 .091.992l-.09.008H4.503a.5.5 0 0 1-.504-.5a.5.5 0 0 1 .413-.491zm5.496-10c2.465 0 3.863 1.574 4.066 3.474h.062C15.714 6.498 17 7.735 17 9.261s-1.286 2.763-2.872 2.763H5.872C4.286 12.024 3 10.787 3 9.261c0-1.469 1.192-2.67 2.697-2.758l.237-.005C6.139 4.586 7.535 3.024 10 3.024m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.497-.545.497h-.55C4.814 7.546 4 8.324 4 9.285c0 .96.814 1.74 1.818 1.74h8.364c1.004 0 1.818-.78 1.818-1.74s-.814-1.74-1.818-1.74h-.55c-.29 0-.545-.218-.545-.496c0-1.777-1.438-3.025-3.087-3.025"/></svg>
</template>

CSS

.icon-weather-fog-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%22M6.5%2015.024h7a.5.5%200%200%201%20.09.992l-.09.008h-7a.5.5%200%200%201-.09-.992zm-1.996-2h10.992a.5.5%200%200%201%20.091.992l-.09.008H4.503a.5.5%200%200%201-.504-.5a.5.5%200%200%201%20.413-.491zm5.496-10c2.465%200%203.863%201.574%204.066%203.474h.062C15.714%206.498%2017%207.735%2017%209.261s-1.286%202.763-2.872%202.763H5.872C4.286%2012.024%203%2010.787%203%209.261c0-1.469%201.192-2.67%202.697-2.758l.237-.005C6.139%204.586%207.535%203.024%2010%203.024m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.497-.545.497h-.55C4.814%207.546%204%208.324%204%209.285c0%20.96.814%201.74%201.818%201.74h8.364c1.004%200%201.818-.78%201.818-1.74s-.814-1.74-1.818-1.74h-.55c-.29%200-.545-.218-.545-.496c0-1.777-1.438-3.025-3.087-3.025%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%22M6.5%2015.024h7a.5.5%200%200%201%20.09.992l-.09.008h-7a.5.5%200%200%201-.09-.992zm-1.996-2h10.992a.5.5%200%200%201%20.091.992l-.09.008H4.503a.5.5%200%200%201-.504-.5a.5.5%200%200%201%20.413-.491zm5.496-10c2.465%200%203.863%201.574%204.066%203.474h.062C15.714%206.498%2017%207.735%2017%209.261s-1.286%202.763-2.872%202.763H5.872C4.286%2012.024%203%2010.787%203%209.261c0-1.469%201.192-2.67%202.697-2.758l.237-.005C6.139%204.586%207.535%203.024%2010%203.024m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.497-.545.497h-.55C4.814%207.546%204%208.324%204%209.285c0%20.96.814%201.74%201.818%201.74h8.364c1.004%200%201.818-.78%201.818-1.74s-.814-1.74-1.818-1.74h-.55c-.29%200-.545-.218-.545-.496c0-1.777-1.438-3.025-3.087-3.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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