moon cloud slow wind icon
moon-cloud-slow-wind from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- moon-cloud-slow-wind
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
moon-01moon-02moon-angled-rain-zapmoon-cloudmoon-cloud-angled-rainmoon-cloud-angled-zapmoon-cloud-big-rainmoon-cloud-fast-windmoon-cloud-hailstonemoon-cloud-little-rainmoon-cloud-little-snowmoon-cloud-mid-rainmoon-cloud-mid-snowmoon-cloud-snowmoon-eclipsemoon-fast-windmoon-landingmoon-slow-windmoon-star
Use the moon cloud slow wind 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="m8 17.658l.327-.258c.675-.533 1.47-.533 2.146 0l.254.2c.675.533 1.47.533 2.146 0l.254-.2c.675-.533 1.47-.533 2.146 0l.254.2q.228.18.473.28m-2 3.72l.27-.2c.718-.533 1.563-.533 2.28 0l.27.2c.718.533 1.564.533 2.282 0l.27-.2c.717-.533 1.563-.533 2.28 0l.348.258M10 21.6l-.27-.2c-.717-.533-1.563-.533-2.28 0l-.27.2c-.718.533-1.564.533-2.282 0l-.27-.2c-.717-.533-1.563-.533-2.28 0L2 21.658M17.478 10.9h.022c2.485 0 4.5 1.982 4.5 4.426c0 1.168-.46 2.383-1.21 3.174m-3.312-7.6q.021-.242.022-.491C17.5 7.422 15.038 5 12 5C9.123 5 6.762 7.172 6.52 9.94m10.958.96a5.34 5.34 0 0 1-1.235 2.951M6.52 9.94C3.984 10.177 2 12.278 2 14.835c0 1.375.574 2.773 1.5 3.665m3.02-8.56q.237-.023.48-.023c1.126 0 2.165.366 3 .984"/><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 HugeiconsMoonCloudSlowWind(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="m8 17.658l.327-.258c.675-.533 1.47-.533 2.146 0l.254.2c.675.533 1.47.533 2.146 0l.254-.2c.675-.533 1.47-.533 2.146 0l.254.2q.228.18.473.28m-2 3.72l.27-.2c.718-.533 1.563-.533 2.28 0l.27.2c.718.533 1.564.533 2.282 0l.27-.2c.717-.533 1.563-.533 2.28 0l.348.258M10 21.6l-.27-.2c-.717-.533-1.563-.533-2.28 0l-.27.2c-.718.533-1.564.533-2.282 0l-.27-.2c-.717-.533-1.563-.533-2.28 0L2 21.658M17.478 10.9h.022c2.485 0 4.5 1.982 4.5 4.426c0 1.168-.46 2.383-1.21 3.174m-3.312-7.6q.021-.242.022-.491C17.5 7.422 15.038 5 12 5C9.123 5 6.762 7.172 6.52 9.94m10.958.96a5.34 5.34 0 0 1-1.235 2.951M6.52 9.94C3.984 10.177 2 12.278 2 14.835c0 1.375.574 2.773 1.5 3.665m3.02-8.56q.237-.023.48-.023c1.126 0 2.165.366 3 .984"/><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="m8 17.658l.327-.258c.675-.533 1.47-.533 2.146 0l.254.2c.675.533 1.47.533 2.146 0l.254-.2c.675-.533 1.47-.533 2.146 0l.254.2q.228.18.473.28m-2 3.72l.27-.2c.718-.533 1.563-.533 2.28 0l.27.2c.718.533 1.564.533 2.282 0l.27-.2c.717-.533 1.563-.533 2.28 0l.348.258M10 21.6l-.27-.2c-.717-.533-1.563-.533-2.28 0l-.27.2c-.718.533-1.564.533-2.282 0l-.27-.2c-.717-.533-1.563-.533-2.28 0L2 21.658M17.478 10.9h.022c2.485 0 4.5 1.982 4.5 4.426c0 1.168-.46 2.383-1.21 3.174m-3.312-7.6q.021-.242.022-.491C17.5 7.422 15.038 5 12 5C9.123 5 6.762 7.172 6.52 9.94m10.958.96a5.34 5.34 0 0 1-1.235 2.951M6.52 9.94C3.984 10.177 2 12.278 2 14.835c0 1.375.574 2.773 1.5 3.665m3.02-8.56q.237-.023.48-.023c1.126 0 2.165.366 3 .984"/><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-slow-wind {
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%22m8%2017.658l.327-.258c.675-.533%201.47-.533%202.146%200l.254.2c.675.533%201.47.533%202.146%200l.254-.2c.675-.533%201.47-.533%202.146%200l.254.2q.228.18.473.28m-2%203.72l.27-.2c.718-.533%201.563-.533%202.28%200l.27.2c.718.533%201.564.533%202.282%200l.27-.2c.717-.533%201.563-.533%202.28%200l.348.258M10%2021.6l-.27-.2c-.717-.533-1.563-.533-2.28%200l-.27.2c-.718.533-1.564.533-2.282%200l-.27-.2c-.717-.533-1.563-.533-2.28%200L2%2021.658M17.478%2010.9h.022c2.485%200%204.5%201.982%204.5%204.426c0%201.168-.46%202.383-1.21%203.174m-3.312-7.6q.021-.242.022-.491C17.5%207.422%2015.038%205%2012%205C9.123%205%206.762%207.172%206.52%209.94m10.958.96a5.34%205.34%200%200%201-1.235%202.951M6.52%209.94C3.984%2010.177%202%2012.278%202%2014.835c0%201.375.574%202.773%201.5%203.665m3.02-8.56q.237-.023.48-.023c1.126%200%202.165.366%203%20.984%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%22m8%2017.658l.327-.258c.675-.533%201.47-.533%202.146%200l.254.2c.675.533%201.47.533%202.146%200l.254-.2c.675-.533%201.47-.533%202.146%200l.254.2q.228.18.473.28m-2%203.72l.27-.2c.718-.533%201.563-.533%202.28%200l.27.2c.718.533%201.564.533%202.282%200l.27-.2c.717-.533%201.563-.533%202.28%200l.348.258M10%2021.6l-.27-.2c-.717-.533-1.563-.533-2.28%200l-.27.2c-.718.533-1.564.533-2.282%200l-.27-.2c-.717-.533-1.563-.533-2.28%200L2%2021.658M17.478%2010.9h.022c2.485%200%204.5%201.982%204.5%204.426c0%201.168-.46%202.383-1.21%203.174m-3.312-7.6q.021-.242.022-.491C17.5%207.422%2015.038%205%2012%205C9.123%205%206.762%207.172%206.52%209.94m10.958.96a5.34%205.34%200%200%201-1.235%202.951M6.52%209.94C3.984%2010.177%202%2012.278%202%2014.835c0%201.375.574%202.773%201.5%203.665m3.02-8.56q.237-.023.48-.023c1.126%200%202.165.366%203%20.984%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-slow-wind.svg?color=%231a73e8&size=48