fog-broken from Solar by 480 Design · Broken · Weather · CC-BY-4.0 Attribution required.

Name
fog-broken
Set
Solar
Style
Broken
Category
Weather
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More weather icons from Solar

Use the fog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M22 12.3529C22 13.7432 21.4916 15.0161 20.6486 16M14.381 7.02721C14.9767 6.81911 15.6178 6.70588 16.2857 6.70588C16.9404 6.70588 17.5693 6.81468 18.1551 7.01498M8.66667 10.2426C8.20528 9.9374 7.68059 9.71839 7.11616 9.60887C6.8475 9.55673 6.56983 9.52941 6.28571 9.52941C3.91878 9.52941 2 11.4256 2 13.7647C2 14.5852 2.2361 15.3512 2.64482 16M7.11616 9.60887C6.88706 8.9978 6.7619 8.33687 6.7619 7.64706C6.7619 4.52827 9.32028 2 12.4762 2C15.4159 2 17.8371 4.19371 18.1551 7.01498M18.1551 7.01498C18.8381 7.24853 19.4623 7.60648 20 8.06141"/><path stroke-linejoin="round" d="M8 22H16"/><path stroke-linejoin="round" d="M5 19H11M19 19H15"/><path stroke-linejoin="round" d="M2 16H22"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFogBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M22 12.3529C22 13.7432 21.4916 15.0161 20.6486 16M14.381 7.02721C14.9767 6.81911 15.6178 6.70588 16.2857 6.70588C16.9404 6.70588 17.5693 6.81468 18.1551 7.01498M8.66667 10.2426C8.20528 9.9374 7.68059 9.71839 7.11616 9.60887C6.8475 9.55673 6.56983 9.52941 6.28571 9.52941C3.91878 9.52941 2 11.4256 2 13.7647C2 14.5852 2.2361 15.3512 2.64482 16M7.11616 9.60887C6.88706 8.9978 6.7619 8.33687 6.7619 7.64706C6.7619 4.52827 9.32028 2 12.4762 2C15.4159 2 17.8371 4.19371 18.1551 7.01498M18.1551 7.01498C18.8381 7.24853 19.4623 7.60648 20 8.06141"/><path strokeLinejoin="round" d="M8 22H16"/><path strokeLinejoin="round" d="M5 19H11M19 19H15"/><path strokeLinejoin="round" d="M2 16H22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M22 12.3529C22 13.7432 21.4916 15.0161 20.6486 16M14.381 7.02721C14.9767 6.81911 15.6178 6.70588 16.2857 6.70588C16.9404 6.70588 17.5693 6.81468 18.1551 7.01498M8.66667 10.2426C8.20528 9.9374 7.68059 9.71839 7.11616 9.60887C6.8475 9.55673 6.56983 9.52941 6.28571 9.52941C3.91878 9.52941 2 11.4256 2 13.7647C2 14.5852 2.2361 15.3512 2.64482 16M7.11616 9.60887C6.88706 8.9978 6.7619 8.33687 6.7619 7.64706C6.7619 4.52827 9.32028 2 12.4762 2C15.4159 2 17.8371 4.19371 18.1551 7.01498M18.1551 7.01498C18.8381 7.24853 19.4623 7.60648 20 8.06141"/><path stroke-linejoin="round" d="M8 22H16"/><path stroke-linejoin="round" d="M5 19H11M19 19H15"/><path stroke-linejoin="round" d="M2 16H22"/></g></svg>
</template>

CSS

.icon-fog-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012.3529C22%2013.7432%2021.4916%2015.0161%2020.6486%2016M14.381%207.02721C14.9767%206.81911%2015.6178%206.70588%2016.2857%206.70588C16.9404%206.70588%2017.5693%206.81468%2018.1551%207.01498M8.66667%2010.2426C8.20528%209.9374%207.68059%209.71839%207.11616%209.60887C6.8475%209.55673%206.56983%209.52941%206.28571%209.52941C3.91878%209.52941%202%2011.4256%202%2013.7647C2%2014.5852%202.2361%2015.3512%202.64482%2016M7.11616%209.60887C6.88706%208.9978%206.7619%208.33687%206.7619%207.64706C6.7619%204.52827%209.32028%202%2012.4762%202C15.4159%202%2017.8371%204.19371%2018.1551%207.01498M18.1551%207.01498C18.8381%207.24853%2019.4623%207.60648%2020%208.06141%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H16%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2019H11M19%2019H15%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016H22%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012.3529C22%2013.7432%2021.4916%2015.0161%2020.6486%2016M14.381%207.02721C14.9767%206.81911%2015.6178%206.70588%2016.2857%206.70588C16.9404%206.70588%2017.5693%206.81468%2018.1551%207.01498M8.66667%2010.2426C8.20528%209.9374%207.68059%209.71839%207.11616%209.60887C6.8475%209.55673%206.56983%209.52941%206.28571%209.52941C3.91878%209.52941%202%2011.4256%202%2013.7647C2%2014.5852%202.2361%2015.3512%202.64482%2016M7.11616%209.60887C6.88706%208.9978%206.7619%208.33687%206.7619%207.64706C6.7619%204.52827%209.32028%202%2012.4762%202C15.4159%202%2017.8371%204.19371%2018.1551%207.01498M18.1551%207.01498C18.8381%207.24853%2019.4623%207.60648%2020%208.06141%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H16%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2019H11M19%2019H15%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016H22%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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