weather moon off icon
weather-moon-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- weather-moon-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
weather-blowing-snow-20-filledweather-cloudy-20-filledweather-drizzle-20-filledweather-duststorm-20-filledweather-fog-20-filledweather-hail-day-20-filledweather-hail-night-20-filledweather-haze-20-filledweather-humidity-12-filledweather-moon-12-filledweather-partly-cloudy-day-16-filledweather-partly-cloudy-night-20-filledweather-rain-20-filledweather-rain-showers-day-20-filledweather-rain-showers-night-20-filledweather-rain-snow-20-filledweather-snow-20-filledweather-snow-shower-day-20-filledweather-snow-shower-night-20-filledweather-snowflake-20-filledweather-squalls-20-filledweather-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather moon off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l8.193 8.193c-1.177 2.197-3.192 3.741-6.919 5.075a.75.75 0 0 0-.365 1.132a10 10 0 0 0 3.235 2.982c3.917 2.262 8.728 1.572 11.859-1.378l2.496 2.497a.75.75 0 0 0 1.061-1.061zm13.881 16.002a8.505 8.505 0 0 1-12.2-.625c3.269-1.305 5.281-2.88 6.552-5.023zM15.615 4.638a8.5 8.5 0 0 1 3.359 11.154l1.11 1.11c2.681-4.77 1.032-10.82-3.719-13.563a9.96 9.96 0 0 0-4.457-1.327a.75.75 0 0 0-.769.926c.505 2.07.605 3.812.354 5.373l1.265 1.266c.455-1.76.497-3.696.065-5.955c.973.17 1.915.51 2.792 1.016"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherMoonOff24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l8.193 8.193c-1.177 2.197-3.192 3.741-6.919 5.075a.75.75 0 0 0-.365 1.132a10 10 0 0 0 3.235 2.982c3.917 2.262 8.728 1.572 11.859-1.378l2.496 2.497a.75.75 0 0 0 1.061-1.061zm13.881 16.002a8.505 8.505 0 0 1-12.2-.625c3.269-1.305 5.281-2.88 6.552-5.023zM15.615 4.638a8.5 8.5 0 0 1 3.359 11.154l1.11 1.11c2.681-4.77 1.032-10.82-3.719-13.563a9.96 9.96 0 0 0-4.457-1.327a.75.75 0 0 0-.769.926c.505 2.07.605 3.812.354 5.373l1.265 1.266c.455-1.76.497-3.696.065-5.955c.973.17 1.915.51 2.792 1.016"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l8.193 8.193c-1.177 2.197-3.192 3.741-6.919 5.075a.75.75 0 0 0-.365 1.132a10 10 0 0 0 3.235 2.982c3.917 2.262 8.728 1.572 11.859-1.378l2.496 2.497a.75.75 0 0 0 1.061-1.061zm13.881 16.002a8.505 8.505 0 0 1-12.2-.625c3.269-1.305 5.281-2.88 6.552-5.023zM15.615 4.638a8.5 8.5 0 0 1 3.359 11.154l1.11 1.11c2.681-4.77 1.032-10.82-3.719-13.563a9.96 9.96 0 0 0-4.457-1.327a.75.75 0 0 0-.769.926c.505 2.07.605 3.812.354 5.373l1.265 1.266c.455-1.76.497-3.696.065-5.955c.973.17 1.915.51 2.792 1.016"/></svg> </template>
CSS
.icon-weather-moon-off-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l8.193%208.193c-1.177%202.197-3.192%203.741-6.919%205.075a.75.75%200%200%200-.365%201.132a10%2010%200%200%200%203.235%202.982c3.917%202.262%208.728%201.572%2011.859-1.378l2.496%202.497a.75.75%200%200%200%201.061-1.061zm13.881%2016.002a8.505%208.505%200%200%201-12.2-.625c3.269-1.305%205.281-2.88%206.552-5.023zM15.615%204.638a8.5%208.5%200%200%201%203.359%2011.154l1.11%201.11c2.681-4.77%201.032-10.82-3.719-13.563a9.96%209.96%200%200%200-4.457-1.327a.75.75%200%200%200-.769.926c.505%202.07.605%203.812.354%205.373l1.265%201.266c.455-1.76.497-3.696.065-5.955c.973.17%201.915.51%202.792%201.016%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l8.193%208.193c-1.177%202.197-3.192%203.741-6.919%205.075a.75.75%200%200%200-.365%201.132a10%2010%200%200%200%203.235%202.982c3.917%202.262%208.728%201.572%2011.859-1.378l2.496%202.497a.75.75%200%200%200%201.061-1.061zm13.881%2016.002a8.505%208.505%200%200%201-12.2-.625c3.269-1.305%205.281-2.88%206.552-5.023zM15.615%204.638a8.5%208.5%200%200%201%203.359%2011.154l1.11%201.11c2.681-4.77%201.032-10.82-3.719-13.563a9.96%209.96%200%200%200-4.457-1.327a.75.75%200%200%200-.769.926c.505%202.07.605%203.812.354%205.373l1.265%201.266c.455-1.76.497-3.696.065-5.955c.973.17%201.915.51%202.792%201.016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-moon-off-24-regular.svg?color=%231a73e8&size=48