moon fog icon
moon-fog-duotone from Reicon by REICON · Duotone · Weather · MIT Free for personal and commercial use.
- Name
- moon-fog-duotone
- Set
- Reicon
- Style
- Duotone
- 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 fill-rule="evenodd" d="M1.25 16a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m6 6a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75M12 2C6.477 2 2 6.477 2 12a10 10 0 0 0 .832 4h18.336A10 10 0 0 0 22 12c0-.463-.694-.54-.933-.143a6.5 6.5 0 1 1-8.924-8.924C12.54 2.693 12.463 2 12 2" opacity=".5"/><path d="M19.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-.274zM16.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 ReiconMoonFogDuotone(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 16a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m6 6a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75" clipRule="evenodd"/><path d="M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75M12 2C6.477 2 2 6.477 2 12a10 10 0 0 0 .832 4h18.336A10 10 0 0 0 22 12c0-.463-.694-.54-.933-.143a6.5 6.5 0 1 1-8.924-8.924C12.54 2.693 12.463 2 12 2" opacity=".5"/><path d="M19.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-.274zM16.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 fill-rule="evenodd" d="M1.25 16a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m6 6a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M4.25 19a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75M12 2C6.477 2 2 6.477 2 12a10 10 0 0 0 .832 4h18.336A10 10 0 0 0 22 12c0-.463-.694-.54-.933-.143a6.5 6.5 0 1 1-8.924-8.924C12.54 2.693 12.463 2 12 2" opacity=".5"/><path d="M19.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-.274zM16.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-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%2016a.75.75%200%200%201%20.75-.75h20a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m6%206a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.25%2019a.75.75%200%200%201%20.75-.75h14a.75.75%200%200%201%200%201.5H5a.75.75%200%200%201-.75-.75M12%202C6.477%202%202%206.477%202%2012a10%2010%200%200%200%20.832%204h18.336A10%2010%200%200%200%2022%2012c0-.463-.694-.54-.933-.143a6.5%206.5%200%201%201-8.924-8.924C12.54%202.693%2012.463%202%2012%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.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-.274zM16.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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2016a.75.75%200%200%201%20.75-.75h20a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m6%206a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.25%2019a.75.75%200%200%201%20.75-.75h14a.75.75%200%200%201%200%201.5H5a.75.75%200%200%201-.75-.75M12%202C6.477%202%202%206.477%202%2012a10%2010%200%200%200%20.832%204h18.336A10%2010%200%200%200%2022%2012c0-.463-.694-.54-.933-.143a6.5%206.5%200%201%201-8.924-8.924C12.54%202.693%2012.463%202%2012%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.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-.274zM16.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-duotone.svg?color=%231a73e8&size=48