sun fog icon

sun-fog-linear from Solar by 480 Design · Linear · Weather · CC-BY-4.0 Attribution required.

Name
sun-fog-linear
Set
Solar
Style
Linear
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 sun 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 22H16"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 19H19"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 16H22"/><path d="M12 6C15.3137 6 18 8.68629 18 12C18 13.5217 17.4335 14.911 16.5 15.9687H7.5C6.56645 14.911 6 13.5217 6 12C6 8.68629 8.68629 6 12 6Z"/><path stroke-linecap="round" d="M12 2V3"/><path stroke-linecap="round" d="M22 12L21 12"/><path stroke-linecap="round" d="M3 12L2 12"/><path stroke-linecap="round" d="M19.0708 4.92969L18.678 5.32252"/><path stroke-linecap="round" d="M5.32178 5.32227L4.92894 4.92943"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSunFogLinear(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M8 22H16"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 19H19"/><path strokeLinecap="round" strokeLinejoin="round" d="M2 16H22"/><path d="M12 6C15.3137 6 18 8.68629 18 12C18 13.5217 17.4335 14.911 16.5 15.9687H7.5C6.56645 14.911 6 13.5217 6 12C6 8.68629 8.68629 6 12 6Z"/><path strokeLinecap="round" d="M12 2V3"/><path strokeLinecap="round" d="M22 12L21 12"/><path strokeLinecap="round" d="M3 12L2 12"/><path strokeLinecap="round" d="M19.0708 4.92969L18.678 5.32252"/><path strokeLinecap="round" d="M5.32178 5.32227L4.92894 4.92943"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 22H16"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 19H19"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 16H22"/><path d="M12 6C15.3137 6 18 8.68629 18 12C18 13.5217 17.4335 14.911 16.5 15.9687H7.5C6.56645 14.911 6 13.5217 6 12C6 8.68629 8.68629 6 12 6Z"/><path stroke-linecap="round" d="M12 2V3"/><path stroke-linecap="round" d="M22 12L21 12"/><path stroke-linecap="round" d="M3 12L2 12"/><path stroke-linecap="round" d="M19.0708 4.92969L18.678 5.32252"/><path stroke-linecap="round" d="M5.32178 5.32227L4.92894 4.92943"/></g></svg>
</template>

CSS

.icon-sun-fog-linear {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2019H19%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016H22%22%2F%3E%3Cpath%20d%3D%22M12%206C15.3137%206%2018%208.68629%2018%2012C18%2013.5217%2017.4335%2014.911%2016.5%2015.9687H7.5C6.56645%2014.911%206%2013.5217%206%2012C6%208.68629%208.68629%206%2012%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012L21%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2012L2%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0708%204.92969L18.678%205.32252%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.32178%205.32227L4.92894%204.92943%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2019H19%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016H22%22%2F%3E%3Cpath%20d%3D%22M12%206C15.3137%206%2018%208.68629%2018%2012C18%2013.5217%2017.4335%2014.911%2016.5%2015.9687H7.5C6.56645%2014.911%206%2013.5217%206%2012C6%208.68629%208.68629%206%2012%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012L21%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2012L2%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0708%204.92969L18.678%205.32252%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.32178%205.32227L4.92894%204.92943%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/sun-fog-linear.svg?color=%231a73e8&size=48