moon fog icon

moon-fog-bold-duotone from Solar by 480 Design · Bold Duotone · Weather · CC-BY-4.0 Attribution required.

Name
moon-fog-bold-duotone
Set
Solar
Style
Bold Duotone
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 moon fog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM7.25 22C7.25 21.5858 7.58579 21.25 8 21.25H16C16.4142 21.25 16.75 21.5858 16.75 22C16.75 22.4142 16.4142 22.75 16 22.75H8C7.58579 22.75 7.25 22.4142 7.25 22Z" clip-rule="evenodd"/><path d="M4.25 19C4.25 18.5858 4.58579 18.25 5 18.25H19C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75H5C4.58579 19.75 4.25 19.4142 4.25 19Z" opacity=".5"/><path d="M12 2C6.47715 2 2 6.47715 2 12C2 13.4222 2.2969 14.7751 2.83209 16H21.1679C21.7031 14.7751 22 13.4222 22 12C22 11.5373 21.3065 11.4608 21.0672 11.8568C19.9289 13.7406 17.8615 15 15.5 15C11.9101 15 9 12.0899 9 8.5C9 6.13845 10.2594 4.07105 12.1432 2.93276C12.5392 2.69347 12.4627 2 12 2Z" opacity=".5"/><path d="M19.9001 2.30719C19.7392 1.8976 19.1616 1.8976 19.0007 2.30719L18.5703 3.40247C18.5212 3.52752 18.4226 3.62651 18.298 3.67583L17.2067 4.1078C16.7986 4.26934 16.7986 4.849 17.2067 5.01054L18.298 5.44252C18.4226 5.49184 18.5212 5.59082 18.5703 5.71587L19.0007 6.81115C19.1616 7.22074 19.7392 7.22074 19.9001 6.81116L20.3305 5.71587C20.3796 5.59082 20.4782 5.49184 20.6028 5.44252L21.6941 5.01054C22.1022 4.849 22.1022 4.26934 21.6941 4.1078L20.6028 3.67583C20.4782 3.62651 20.3796 3.52752 20.3305 3.40247L19.9001 2.30719Z"/><path d="M16.0328 8.12967C15.8718 7.72009 15.2943 7.72009 15.1333 8.12967L14.9764 8.52902C14.9273 8.65407 14.8287 8.75305 14.7041 8.80237L14.3062 8.95987C13.8981 9.12141 13.8981 9.70107 14.3062 9.86261L14.7041 10.0201C14.8287 10.0694 14.9273 10.1684 14.9764 10.2935L15.1333 10.6928C15.2943 11.1024 15.8718 11.1024 16.0328 10.6928L16.1897 10.2935C16.2388 10.1684 16.3374 10.0694 16.462 10.0201L16.8599 9.86261C17.268 9.70107 17.268 9.12141 16.8599 8.95987L16.462 8.80237C16.3374 8.75305 16.2388 8.65407 16.1897 8.52902L16.0328 8.12967Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMoonFogBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM7.25 22C7.25 21.5858 7.58579 21.25 8 21.25H16C16.4142 21.25 16.75 21.5858 16.75 22C16.75 22.4142 16.4142 22.75 16 22.75H8C7.58579 22.75 7.25 22.4142 7.25 22Z" clipRule="evenodd"/><path d="M4.25 19C4.25 18.5858 4.58579 18.25 5 18.25H19C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75H5C4.58579 19.75 4.25 19.4142 4.25 19Z" opacity=".5"/><path d="M12 2C6.47715 2 2 6.47715 2 12C2 13.4222 2.2969 14.7751 2.83209 16H21.1679C21.7031 14.7751 22 13.4222 22 12C22 11.5373 21.3065 11.4608 21.0672 11.8568C19.9289 13.7406 17.8615 15 15.5 15C11.9101 15 9 12.0899 9 8.5C9 6.13845 10.2594 4.07105 12.1432 2.93276C12.5392 2.69347 12.4627 2 12 2Z" opacity=".5"/><path d="M19.9001 2.30719C19.7392 1.8976 19.1616 1.8976 19.0007 2.30719L18.5703 3.40247C18.5212 3.52752 18.4226 3.62651 18.298 3.67583L17.2067 4.1078C16.7986 4.26934 16.7986 4.849 17.2067 5.01054L18.298 5.44252C18.4226 5.49184 18.5212 5.59082 18.5703 5.71587L19.0007 6.81115C19.1616 7.22074 19.7392 7.22074 19.9001 6.81116L20.3305 5.71587C20.3796 5.59082 20.4782 5.49184 20.6028 5.44252L21.6941 5.01054C22.1022 4.849 22.1022 4.26934 21.6941 4.1078L20.6028 3.67583C20.4782 3.62651 20.3796 3.52752 20.3305 3.40247L19.9001 2.30719Z"/><path d="M16.0328 8.12967C15.8718 7.72009 15.2943 7.72009 15.1333 8.12967L14.9764 8.52902C14.9273 8.65407 14.8287 8.75305 14.7041 8.80237L14.3062 8.95987C13.8981 9.12141 13.8981 9.70107 14.3062 9.86261L14.7041 10.0201C14.8287 10.0694 14.9273 10.1684 14.9764 10.2935L15.1333 10.6928C15.2943 11.1024 15.8718 11.1024 16.0328 10.6928L16.1897 10.2935C16.2388 10.1684 16.3374 10.0694 16.462 10.0201L16.8599 9.86261C17.268 9.70107 17.268 9.12141 16.8599 8.95987L16.462 8.80237C16.3374 8.75305 16.2388 8.65407 16.1897 8.52902L16.0328 8.12967Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM7.25 22C7.25 21.5858 7.58579 21.25 8 21.25H16C16.4142 21.25 16.75 21.5858 16.75 22C16.75 22.4142 16.4142 22.75 16 22.75H8C7.58579 22.75 7.25 22.4142 7.25 22Z" clip-rule="evenodd"/><path d="M4.25 19C4.25 18.5858 4.58579 18.25 5 18.25H19C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75H5C4.58579 19.75 4.25 19.4142 4.25 19Z" opacity=".5"/><path d="M12 2C6.47715 2 2 6.47715 2 12C2 13.4222 2.2969 14.7751 2.83209 16H21.1679C21.7031 14.7751 22 13.4222 22 12C22 11.5373 21.3065 11.4608 21.0672 11.8568C19.9289 13.7406 17.8615 15 15.5 15C11.9101 15 9 12.0899 9 8.5C9 6.13845 10.2594 4.07105 12.1432 2.93276C12.5392 2.69347 12.4627 2 12 2Z" opacity=".5"/><path d="M19.9001 2.30719C19.7392 1.8976 19.1616 1.8976 19.0007 2.30719L18.5703 3.40247C18.5212 3.52752 18.4226 3.62651 18.298 3.67583L17.2067 4.1078C16.7986 4.26934 16.7986 4.849 17.2067 5.01054L18.298 5.44252C18.4226 5.49184 18.5212 5.59082 18.5703 5.71587L19.0007 6.81115C19.1616 7.22074 19.7392 7.22074 19.9001 6.81116L20.3305 5.71587C20.3796 5.59082 20.4782 5.49184 20.6028 5.44252L21.6941 5.01054C22.1022 4.849 22.1022 4.26934 21.6941 4.1078L20.6028 3.67583C20.4782 3.62651 20.3796 3.52752 20.3305 3.40247L19.9001 2.30719Z"/><path d="M16.0328 8.12967C15.8718 7.72009 15.2943 7.72009 15.1333 8.12967L14.9764 8.52902C14.9273 8.65407 14.8287 8.75305 14.7041 8.80237L14.3062 8.95987C13.8981 9.12141 13.8981 9.70107 14.3062 9.86261L14.7041 10.0201C14.8287 10.0694 14.9273 10.1684 14.9764 10.2935L15.1333 10.6928C15.2943 11.1024 15.8718 11.1024 16.0328 10.6928L16.1897 10.2935C16.2388 10.1684 16.3374 10.0694 16.462 10.0201L16.8599 9.86261C17.268 9.70107 17.268 9.12141 16.8599 8.95987L16.462 8.80237C16.3374 8.75305 16.2388 8.65407 16.1897 8.52902L16.0328 8.12967Z"/></g></svg>
</template>

CSS

.icon-moon-fog-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2016C1.25%2015.5858%201.58579%2015.25%202%2015.25H22C22.4142%2015.25%2022.75%2015.5858%2022.75%2016C22.75%2016.4142%2022.4142%2016.75%2022%2016.75H2C1.58579%2016.75%201.25%2016.4142%201.25%2016ZM7.25%2022C7.25%2021.5858%207.58579%2021.25%208%2021.25H16C16.4142%2021.25%2016.75%2021.5858%2016.75%2022C16.75%2022.4142%2016.4142%2022.75%2016%2022.75H8C7.58579%2022.75%207.25%2022.4142%207.25%2022Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.25%2019C4.25%2018.5858%204.58579%2018.25%205%2018.25H19C19.4142%2018.25%2019.75%2018.5858%2019.75%2019C19.75%2019.4142%2019.4142%2019.75%2019%2019.75H5C4.58579%2019.75%204.25%2019.4142%204.25%2019Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%202C6.47715%202%202%206.47715%202%2012C2%2013.4222%202.2969%2014.7751%202.83209%2016H21.1679C21.7031%2014.7751%2022%2013.4222%2022%2012C22%2011.5373%2021.3065%2011.4608%2021.0672%2011.8568C19.9289%2013.7406%2017.8615%2015%2015.5%2015C11.9101%2015%209%2012.0899%209%208.5C9%206.13845%2010.2594%204.07105%2012.1432%202.93276C12.5392%202.69347%2012.4627%202%2012%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.9001%202.30719C19.7392%201.8976%2019.1616%201.8976%2019.0007%202.30719L18.5703%203.40247C18.5212%203.52752%2018.4226%203.62651%2018.298%203.67583L17.2067%204.1078C16.7986%204.26934%2016.7986%204.849%2017.2067%205.01054L18.298%205.44252C18.4226%205.49184%2018.5212%205.59082%2018.5703%205.71587L19.0007%206.81115C19.1616%207.22074%2019.7392%207.22074%2019.9001%206.81116L20.3305%205.71587C20.3796%205.59082%2020.4782%205.49184%2020.6028%205.44252L21.6941%205.01054C22.1022%204.849%2022.1022%204.26934%2021.6941%204.1078L20.6028%203.67583C20.4782%203.62651%2020.3796%203.52752%2020.3305%203.40247L19.9001%202.30719Z%22%2F%3E%3Cpath%20d%3D%22M16.0328%208.12967C15.8718%207.72009%2015.2943%207.72009%2015.1333%208.12967L14.9764%208.52902C14.9273%208.65407%2014.8287%208.75305%2014.7041%208.80237L14.3062%208.95987C13.8981%209.12141%2013.8981%209.70107%2014.3062%209.86261L14.7041%2010.0201C14.8287%2010.0694%2014.9273%2010.1684%2014.9764%2010.2935L15.1333%2010.6928C15.2943%2011.1024%2015.8718%2011.1024%2016.0328%2010.6928L16.1897%2010.2935C16.2388%2010.1684%2016.3374%2010.0694%2016.462%2010.0201L16.8599%209.86261C17.268%209.70107%2017.268%209.12141%2016.8599%208.95987L16.462%208.80237C16.3374%208.75305%2016.2388%208.65407%2016.1897%208.52902L16.0328%208.12967Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2016C1.25%2015.5858%201.58579%2015.25%202%2015.25H22C22.4142%2015.25%2022.75%2015.5858%2022.75%2016C22.75%2016.4142%2022.4142%2016.75%2022%2016.75H2C1.58579%2016.75%201.25%2016.4142%201.25%2016ZM7.25%2022C7.25%2021.5858%207.58579%2021.25%208%2021.25H16C16.4142%2021.25%2016.75%2021.5858%2016.75%2022C16.75%2022.4142%2016.4142%2022.75%2016%2022.75H8C7.58579%2022.75%207.25%2022.4142%207.25%2022Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.25%2019C4.25%2018.5858%204.58579%2018.25%205%2018.25H19C19.4142%2018.25%2019.75%2018.5858%2019.75%2019C19.75%2019.4142%2019.4142%2019.75%2019%2019.75H5C4.58579%2019.75%204.25%2019.4142%204.25%2019Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%202C6.47715%202%202%206.47715%202%2012C2%2013.4222%202.2969%2014.7751%202.83209%2016H21.1679C21.7031%2014.7751%2022%2013.4222%2022%2012C22%2011.5373%2021.3065%2011.4608%2021.0672%2011.8568C19.9289%2013.7406%2017.8615%2015%2015.5%2015C11.9101%2015%209%2012.0899%209%208.5C9%206.13845%2010.2594%204.07105%2012.1432%202.93276C12.5392%202.69347%2012.4627%202%2012%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.9001%202.30719C19.7392%201.8976%2019.1616%201.8976%2019.0007%202.30719L18.5703%203.40247C18.5212%203.52752%2018.4226%203.62651%2018.298%203.67583L17.2067%204.1078C16.7986%204.26934%2016.7986%204.849%2017.2067%205.01054L18.298%205.44252C18.4226%205.49184%2018.5212%205.59082%2018.5703%205.71587L19.0007%206.81115C19.1616%207.22074%2019.7392%207.22074%2019.9001%206.81116L20.3305%205.71587C20.3796%205.59082%2020.4782%205.49184%2020.6028%205.44252L21.6941%205.01054C22.1022%204.849%2022.1022%204.26934%2021.6941%204.1078L20.6028%203.67583C20.4782%203.62651%2020.3796%203.52752%2020.3305%203.40247L19.9001%202.30719Z%22%2F%3E%3Cpath%20d%3D%22M16.0328%208.12967C15.8718%207.72009%2015.2943%207.72009%2015.1333%208.12967L14.9764%208.52902C14.9273%208.65407%2014.8287%208.75305%2014.7041%208.80237L14.3062%208.95987C13.8981%209.12141%2013.8981%209.70107%2014.3062%209.86261L14.7041%2010.0201C14.8287%2010.0694%2014.9273%2010.1684%2014.9764%2010.2935L15.1333%2010.6928C15.2943%2011.1024%2015.8718%2011.1024%2016.0328%2010.6928L16.1897%2010.2935C16.2388%2010.1684%2016.3374%2010.0694%2016.462%2010.0201L16.8599%209.86261C17.268%209.70107%2017.268%209.12141%2016.8599%208.95987L16.462%208.80237C16.3374%208.75305%2016.2388%208.65407%2016.1897%208.52902L16.0328%208.12967Z%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/moon-fog-bold-duotone.svg?color=%231a73e8&size=48