moon cloud mid snow icon

moon-cloud-mid-snow from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
moon-cloud-mid-snow
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the moon cloud mid snow 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M12 16v6m2.5-4.5l-5 3m0-3l5 3m2.978-9.455h.022c2.485 0 4.5 2.03 4.5 4.534A4.53 4.53 0 0 1 18.5 20m-1.022-8.955a6 6 0 0 0 .022-.504c0-3.06-2.462-5.54-5.5-5.54c-2.877 0-5.238 2.224-5.48 5.06m10.958.984c-.083.924-.501 1.718-.978 2.455m-9.98-3.44C3.984 10.304 2 12.456 2 15.075a5.04 5.04 0 0 0 3.5 4.807m1.02-9.822q.237-.022.48-.022c1.126 0 2.165.374 3 1.007"/><path d="M10 5.138a4.1 4.1 0 0 0-.466-1.253A4.03 4.03 0 0 0 7.136 2a3.18 3.18 0 0 1-1.547 3.138a3.12 3.12 0 0 1-3.465-.216a4.1 4.1 0 0 0 .418 3.04a4.02 4.02 0 0 0 4.594 1.885"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMoonCloudMidSnow(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M12 16v6m2.5-4.5l-5 3m0-3l5 3m2.978-9.455h.022c2.485 0 4.5 2.03 4.5 4.534A4.53 4.53 0 0 1 18.5 20m-1.022-8.955a6 6 0 0 0 .022-.504c0-3.06-2.462-5.54-5.5-5.54c-2.877 0-5.238 2.224-5.48 5.06m10.958.984c-.083.924-.501 1.718-.978 2.455m-9.98-3.44C3.984 10.304 2 12.456 2 15.075a5.04 5.04 0 0 0 3.5 4.807m1.02-9.822q.237-.022.48-.022c1.126 0 2.165.374 3 1.007"/><path d="M10 5.138a4.1 4.1 0 0 0-.466-1.253A4.03 4.03 0 0 0 7.136 2a3.18 3.18 0 0 1-1.547 3.138a3.12 3.12 0 0 1-3.465-.216a4.1 4.1 0 0 0 .418 3.04a4.02 4.02 0 0 0 4.594 1.885"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M12 16v6m2.5-4.5l-5 3m0-3l5 3m2.978-9.455h.022c2.485 0 4.5 2.03 4.5 4.534A4.53 4.53 0 0 1 18.5 20m-1.022-8.955a6 6 0 0 0 .022-.504c0-3.06-2.462-5.54-5.5-5.54c-2.877 0-5.238 2.224-5.48 5.06m10.958.984c-.083.924-.501 1.718-.978 2.455m-9.98-3.44C3.984 10.304 2 12.456 2 15.075a5.04 5.04 0 0 0 3.5 4.807m1.02-9.822q.237-.022.48-.022c1.126 0 2.165.374 3 1.007"/><path d="M10 5.138a4.1 4.1 0 0 0-.466-1.253A4.03 4.03 0 0 0 7.136 2a3.18 3.18 0 0 1-1.547 3.138a3.12 3.12 0 0 1-3.465-.216a4.1 4.1 0 0 0 .418 3.04a4.02 4.02 0 0 0 4.594 1.885"/></g></svg>
</template>

CSS

.icon-moon-cloud-mid-snow {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2016v6m2.5-4.5l-5%203m0-3l5%203m2.978-9.455h.022c2.485%200%204.5%202.03%204.5%204.534A4.53%204.53%200%200%201%2018.5%2020m-1.022-8.955a6%206%200%200%200%20.022-.504c0-3.06-2.462-5.54-5.5-5.54c-2.877%200-5.238%202.224-5.48%205.06m10.958.984c-.083.924-.501%201.718-.978%202.455m-9.98-3.44C3.984%2010.304%202%2012.456%202%2015.075a5.04%205.04%200%200%200%203.5%204.807m1.02-9.822q.237-.022.48-.022c1.126%200%202.165.374%203%201.007%22%2F%3E%3Cpath%20d%3D%22M10%205.138a4.1%204.1%200%200%200-.466-1.253A4.03%204.03%200%200%200%207.136%202a3.18%203.18%200%200%201-1.547%203.138a3.12%203.12%200%200%201-3.465-.216a4.1%204.1%200%200%200%20.418%203.04a4.02%204.02%200%200%200%204.594%201.885%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2016v6m2.5-4.5l-5%203m0-3l5%203m2.978-9.455h.022c2.485%200%204.5%202.03%204.5%204.534A4.53%204.53%200%200%201%2018.5%2020m-1.022-8.955a6%206%200%200%200%20.022-.504c0-3.06-2.462-5.54-5.5-5.54c-2.877%200-5.238%202.224-5.48%205.06m10.958.984c-.083.924-.501%201.718-.978%202.455m-9.98-3.44C3.984%2010.304%202%2012.456%202%2015.075a5.04%205.04%200%200%200%203.5%204.807m1.02-9.822q.237-.022.48-.022c1.126%200%202.165.374%203%201.007%22%2F%3E%3Cpath%20d%3D%22M10%205.138a4.1%204.1%200%200%200-.466-1.253A4.03%204.03%200%200%200%207.136%202a3.18%203.18%200%200%201-1.547%203.138a3.12%203.12%200%200%201-3.465-.216a4.1%204.1%200%200%200%20.418%203.04a4.02%204.02%200%200%200%204.594%201.885%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/moon-cloud-mid-snow.svg?color=%231a73e8&size=48