smog from Font Awesome 6 Solid by Dave Gandy · Regular · Weather · CC-BY-4.0 Attribution required.

Name
smog
Set
Font Awesome 6 Solid
Style
Regular
Category
Weather
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More weather icons from Font Awesome 6 Solid

Use the smog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M32 144c0 79.5 64.5 144 144 144h123.3c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32H496c61.9 0 112-50.1 112-112S557.9 64 496 64c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144m584 224H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24m-64 96H440c-13.3 0-24 10.7-24 24s10.7 24 24 24h112c13.3 0 24-10.7 24-24s-10.7-24-24-24m-192 0H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24m-136-72c0-13.3-10.7-24-24-24H96c-13.3 0-24 10.7-24 24s10.7 24 24 24h104c13.3 0 24-10.7 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSmog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M32 144c0 79.5 64.5 144 144 144h123.3c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32H496c61.9 0 112-50.1 112-112S557.9 64 496 64c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144m584 224H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24m-64 96H440c-13.3 0-24 10.7-24 24s10.7 24 24 24h112c13.3 0 24-10.7 24-24s-10.7-24-24-24m-192 0H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24m-136-72c0-13.3-10.7-24-24-24H96c-13.3 0-24 10.7-24 24s10.7 24 24 24h104c13.3 0 24-10.7 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M32 144c0 79.5 64.5 144 144 144h123.3c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32H496c61.9 0 112-50.1 112-112S557.9 64 496 64c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144m584 224H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24m-64 96H440c-13.3 0-24 10.7-24 24s10.7 24 24 24h112c13.3 0 24-10.7 24-24s-10.7-24-24-24m-192 0H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24m-136-72c0-13.3-10.7-24-24-24H96c-13.3 0-24 10.7-24 24s10.7 24 24 24h104c13.3 0 24-10.7 24-24"/></svg>
</template>

CSS

.icon-smog {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20144c0%2079.5%2064.5%20144%20144%20144h123.3c22.6%2019.9%2052.2%2032%2084.7%2032s62.1-12.1%2084.7-32H496c61.9%200%20112-50.1%20112-112S557.9%2064%20496%2064c-10.7%200-21%201.5-30.8%204.3C443.8%2027.7%20401.1%200%20352%200c-32.6%200-62.4%2012.2-85.1%2032.3C242.1%2012.1%20210.5%200%20176%200C96.5%200%2032%2064.5%2032%20144m584%20224H280c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h336c13.3%200%2024-10.7%2024-24s-10.7-24-24-24m-64%2096H440c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h112c13.3%200%2024-10.7%2024-24s-10.7-24-24-24m-192%200H24c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h336c13.3%200%2024-10.7%2024-24s-10.7-24-24-24m-136-72c0-13.3-10.7-24-24-24H96c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h104c13.3%200%2024-10.7%2024-24%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20144c0%2079.5%2064.5%20144%20144%20144h123.3c22.6%2019.9%2052.2%2032%2084.7%2032s62.1-12.1%2084.7-32H496c61.9%200%20112-50.1%20112-112S557.9%2064%20496%2064c-10.7%200-21%201.5-30.8%204.3C443.8%2027.7%20401.1%200%20352%200c-32.6%200-62.4%2012.2-85.1%2032.3C242.1%2012.1%20210.5%200%20176%200C96.5%200%2032%2064.5%2032%20144m584%20224H280c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h336c13.3%200%2024-10.7%2024-24s-10.7-24-24-24m-64%2096H440c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h112c13.3%200%2024-10.7%2024-24s-10.7-24-24-24m-192%200H24c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h336c13.3%200%2024-10.7%2024-24s-10.7-24-24-24m-136-72c0-13.3-10.7-24-24-24H96c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h104c13.3%200%2024-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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