smog from Line Awesome by Icons8 · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
smog
Set
Line Awesome
Style
Line
Category
Weather
Viewbox
32×32
License
Apache 2.0
Aliases
smog-solid

The same icon in other sets

More weather icons from Line Awesome

Use the smog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5a6 6 0 1 0 0 12h7.023c.913 1.208 2.347 2 3.977 2s3.065-.792 3.977-2H25.5a4.5 4.5 0 0 0 0-9c-.904 0-1.742.271-2.447.73A6 6 0 0 0 17.5 5c-1.936 0-3.653.92-4.75 2.344A5.98 5.98 0 0 0 8 5M5 21v2h25v-2zm-3 4v2h7v-2zm9 0v2h16v-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaSmog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5a6 6 0 1 0 0 12h7.023c.913 1.208 2.347 2 3.977 2s3.065-.792 3.977-2H25.5a4.5 4.5 0 0 0 0-9c-.904 0-1.742.271-2.447.73A6 6 0 0 0 17.5 5c-1.936 0-3.653.92-4.75 2.344A5.98 5.98 0 0 0 8 5M5 21v2h25v-2zm-3 4v2h7v-2zm9 0v2h16v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5a6 6 0 1 0 0 12h7.023c.913 1.208 2.347 2 3.977 2s3.065-.792 3.977-2H25.5a4.5 4.5 0 0 0 0-9c-.904 0-1.742.271-2.447.73A6 6 0 0 0 17.5 5c-1.936 0-3.653.92-4.75 2.344A5.98 5.98 0 0 0 8 5M5 21v2h25v-2zm-3 4v2h7v-2zm9 0v2h16v-2z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205a6%206%200%201%200%200%2012h7.023c.913%201.208%202.347%202%203.977%202s3.065-.792%203.977-2H25.5a4.5%204.5%200%200%200%200-9c-.904%200-1.742.271-2.447.73A6%206%200%200%200%2017.5%205c-1.936%200-3.653.92-4.75%202.344A5.98%205.98%200%200%200%208%205M5%2021v2h25v-2zm-3%204v2h7v-2zm9%200v2h16v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205a6%206%200%201%200%200%2012h7.023c.913%201.208%202.347%202%203.977%202s3.065-.792%203.977-2H25.5a4.5%204.5%200%200%200%200-9c-.904%200-1.742.271-2.447.73A6%206%200%200%200%2017.5%205c-1.936%200-3.653.92-4.75%202.344A5.98%205.98%200%200%200%208%205M5%2021v2h25v-2zm-3%204v2h7v-2zm9%200v2h16v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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