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

Name
smog
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the smog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-1.92 0-3.5 1.35-3.91 3.15A3.47 3.47 0 0 0 5.5 4A3.5 3.5 0 0 0 2 7.5A3.5 3.5 0 0 0 5.5 11h1.18v1h4.04v-1h2.56v1h4.04v-1h1.18A3.5 3.5 0 0 0 22 7.5A3.5 3.5 0 0 0 18.5 4c-1.03 0-1.95.44-2.59 1.15C15.5 3.35 13.92 2 12 2M7.2 14l-.8 8H11l-.8-8zm6.6 0l-.8 8h4.6l-.8-8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSmog(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="M12 2c-1.92 0-3.5 1.35-3.91 3.15A3.47 3.47 0 0 0 5.5 4A3.5 3.5 0 0 0 2 7.5A3.5 3.5 0 0 0 5.5 11h1.18v1h4.04v-1h2.56v1h4.04v-1h1.18A3.5 3.5 0 0 0 22 7.5A3.5 3.5 0 0 0 18.5 4c-1.03 0-1.95.44-2.59 1.15C15.5 3.35 13.92 2 12 2M7.2 14l-.8 8H11l-.8-8zm6.6 0l-.8 8h4.6l-.8-8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-1.92 0-3.5 1.35-3.91 3.15A3.47 3.47 0 0 0 5.5 4A3.5 3.5 0 0 0 2 7.5A3.5 3.5 0 0 0 5.5 11h1.18v1h4.04v-1h2.56v1h4.04v-1h1.18A3.5 3.5 0 0 0 22 7.5A3.5 3.5 0 0 0 18.5 4c-1.03 0-1.95.44-2.59 1.15C15.5 3.35 13.92 2 12 2M7.2 14l-.8 8H11l-.8-8zm6.6 0l-.8 8h4.6l-.8-8z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c-1.92%200-3.5%201.35-3.91%203.15A3.47%203.47%200%200%200%205.5%204A3.5%203.5%200%200%200%202%207.5A3.5%203.5%200%200%200%205.5%2011h1.18v1h4.04v-1h2.56v1h4.04v-1h1.18A3.5%203.5%200%200%200%2022%207.5A3.5%203.5%200%200%200%2018.5%204c-1.03%200-1.95.44-2.59%201.15C15.5%203.35%2013.92%202%2012%202M7.2%2014l-.8%208H11l-.8-8zm6.6%200l-.8%208h4.6l-.8-8z%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%22M12%202c-1.92%200-3.5%201.35-3.91%203.15A3.47%203.47%200%200%200%205.5%204A3.5%203.5%200%200%200%202%207.5A3.5%203.5%200%200%200%205.5%2011h1.18v1h4.04v-1h2.56v1h4.04v-1h1.18A3.5%203.5%200%200%200%2022%207.5A3.5%203.5%200%200%200%2018.5%204c-1.03%200-1.95.44-2.59%201.15C15.5%203.35%2013.92%202%2012%202M7.2%2014l-.8%208H11l-.8-8zm6.6%200l-.8%208h4.6l-.8-8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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