moon fog icon

moon-fog-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.

Name
moon-fog-filled
Set
Reicon
Style
Filled
Category
Weather
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More weather icons from Reicon

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 d="M2 12C2 6.477 6.477 2 12 2c.463 0 .54.693.143.933a6.5 6.5 0 1 0 8.924 8.924c.24-.396.933-.32.933.143c0 1.138-.19 2.231-.54 3.25H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h.54A10 10 0 0 1 2 12m3 6.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5zm3 3a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zM19.9 2.307a.483.483 0 0 0-.9 0l-.43 1.095a.48.48 0 0 1-.272.274l-1.091.432a.486.486 0 0 0 0 .903l1.091.432a.48.48 0 0 1 .272.273L19 6.81c.162.41.74.41.9 0l.43-1.095a.48.48 0 0 1 .273-.273l1.091-.432a.486.486 0 0 0 0-.903l-1.091-.432a.48.48 0 0 1-.273-.274z"/><path d="M16.033 8.13a.483.483 0 0 0-.9 0l-.157.399a.48.48 0 0 1-.272.273l-.398.158a.486.486 0 0 0 0 .903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9 0l.157-.4a.48.48 0 0 1 .272-.273l.398-.157a.486.486 0 0 0 0-.903l-.398-.158a.48.48 0 0 1-.272-.273z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMoonFogFilled(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 d="M2 12C2 6.477 6.477 2 12 2c.463 0 .54.693.143.933a6.5 6.5 0 1 0 8.924 8.924c.24-.396.933-.32.933.143c0 1.138-.19 2.231-.54 3.25H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h.54A10 10 0 0 1 2 12m3 6.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5zm3 3a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zM19.9 2.307a.483.483 0 0 0-.9 0l-.43 1.095a.48.48 0 0 1-.272.274l-1.091.432a.486.486 0 0 0 0 .903l1.091.432a.48.48 0 0 1 .272.273L19 6.81c.162.41.74.41.9 0l.43-1.095a.48.48 0 0 1 .273-.273l1.091-.432a.486.486 0 0 0 0-.903l-1.091-.432a.48.48 0 0 1-.273-.274z"/><path d="M16.033 8.13a.483.483 0 0 0-.9 0l-.157.399a.48.48 0 0 1-.272.273l-.398.158a.486.486 0 0 0 0 .903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9 0l.157-.4a.48.48 0 0 1 .272-.273l.398-.157a.486.486 0 0 0 0-.903l-.398-.158a.48.48 0 0 1-.272-.273z"/></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 d="M2 12C2 6.477 6.477 2 12 2c.463 0 .54.693.143.933a6.5 6.5 0 1 0 8.924 8.924c.24-.396.933-.32.933.143c0 1.138-.19 2.231-.54 3.25H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h.54A10 10 0 0 1 2 12m3 6.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5zm3 3a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zM19.9 2.307a.483.483 0 0 0-.9 0l-.43 1.095a.48.48 0 0 1-.272.274l-1.091.432a.486.486 0 0 0 0 .903l1.091.432a.48.48 0 0 1 .272.273L19 6.81c.162.41.74.41.9 0l.43-1.095a.48.48 0 0 1 .273-.273l1.091-.432a.486.486 0 0 0 0-.903l-1.091-.432a.48.48 0 0 1-.273-.274z"/><path d="M16.033 8.13a.483.483 0 0 0-.9 0l-.157.399a.48.48 0 0 1-.272.273l-.398.158a.486.486 0 0 0 0 .903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9 0l.157-.4a.48.48 0 0 1 .272-.273l.398-.157a.486.486 0 0 0 0-.903l-.398-.158a.48.48 0 0 1-.272-.273z"/></g></svg>
</template>

CSS

.icon-moon-fog-filled {
  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%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202c.463%200%20.54.693.143.933a6.5%206.5%200%201%200%208.924%208.924c.24-.396.933-.32.933.143c0%201.138-.19%202.231-.54%203.25H22a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5h.54A10%2010%200%200%201%202%2012m3%206.25a.75.75%200%200%200%200%201.5h14a.75.75%200%200%200%200-1.5zm3%203a.75.75%200%200%200%200%201.5h8a.75.75%200%200%200%200-1.5zM19.9%202.307a.483.483%200%200%200-.9%200l-.43%201.095a.48.48%200%200%201-.272.274l-1.091.432a.486.486%200%200%200%200%20.903l1.091.432a.48.48%200%200%201%20.272.273L19%206.81c.162.41.74.41.9%200l.43-1.095a.48.48%200%200%201%20.273-.273l1.091-.432a.486.486%200%200%200%200-.903l-1.091-.432a.48.48%200%200%201-.273-.274z%22%2F%3E%3Cpath%20d%3D%22M16.033%208.13a.483.483%200%200%200-.9%200l-.157.399a.48.48%200%200%201-.272.273l-.398.158a.486.486%200%200%200%200%20.903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9%200l.157-.4a.48.48%200%200%201%20.272-.273l.398-.157a.486.486%200%200%200%200-.903l-.398-.158a.48.48%200%200%201-.272-.273z%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%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202c.463%200%20.54.693.143.933a6.5%206.5%200%201%200%208.924%208.924c.24-.396.933-.32.933.143c0%201.138-.19%202.231-.54%203.25H22a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5h.54A10%2010%200%200%201%202%2012m3%206.25a.75.75%200%200%200%200%201.5h14a.75.75%200%200%200%200-1.5zm3%203a.75.75%200%200%200%200%201.5h8a.75.75%200%200%200%200-1.5zM19.9%202.307a.483.483%200%200%200-.9%200l-.43%201.095a.48.48%200%200%201-.272.274l-1.091.432a.486.486%200%200%200%200%20.903l1.091.432a.48.48%200%200%201%20.272.273L19%206.81c.162.41.74.41.9%200l.43-1.095a.48.48%200%200%201%20.273-.273l1.091-.432a.486.486%200%200%200%200-.903l-1.091-.432a.48.48%200%200%201-.273-.274z%22%2F%3E%3Cpath%20d%3D%22M16.033%208.13a.483.483%200%200%200-.9%200l-.157.399a.48.48%200%200%201-.272.273l-.398.158a.486.486%200%200%200%200%20.903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9%200l.157-.4a.48.48%200%200%201%20.272-.273l.398-.157a.486.486%200%200%200%200-.903l-.398-.158a.48.48%200%200%201-.272-.273z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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