moonset icon
moonset from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- moonset
- Set
- Unicons
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More weather icons from Unicons
celsiuscloudcloud-drizzlecloud-hailcloud-meatballcloud-mooncloud-moon-hailcloud-moon-meatballcloud-moon-raincloud-moon-showerscloud-moon-tearcloud-raincloud-rain-suncloud-showerscloud-showers-altcloud-showers-heavycloud-suncloud-sun-hailcloud-sun-meatballcloud-sun-raincloud-sun-rain-altcloud-sun-tearcloud-windclouds
Use the moonset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 19H8a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m9-4h-1.16A8.2 8.2 0 0 0 20 12.05a1 1 0 0 0-.34-.93a1 1 0 0 0-1-.19a6 6 0 0 1-1.92.32a6.06 6.06 0 0 1-6.06-6a7 7 0 0 1 .1-1a1 1 0 0 0-.35-.92a1 1 0 0 0-1-.18A8.06 8.06 0 0 0 4 10.68A8 8 0 0 0 5.27 15H4a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2m-3.72 0H7.83a6 6 0 0 1 .88-9.36a8.06 8.06 0 0 0 8.05 7.61a7 7 0 0 0 .79 0A6.1 6.1 0 0 1 16.28 15M16 19h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function UilMoonset(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="M11 19H8a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m9-4h-1.16A8.2 8.2 0 0 0 20 12.05a1 1 0 0 0-.34-.93a1 1 0 0 0-1-.19a6 6 0 0 1-1.92.32a6.06 6.06 0 0 1-6.06-6a7 7 0 0 1 .1-1a1 1 0 0 0-.35-.92a1 1 0 0 0-1-.18A8.06 8.06 0 0 0 4 10.68A8 8 0 0 0 5.27 15H4a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2m-3.72 0H7.83a6 6 0 0 1 .88-9.36a8.06 8.06 0 0 0 8.05 7.61a7 7 0 0 0 .79 0A6.1 6.1 0 0 1 16.28 15M16 19h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 19H8a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m9-4h-1.16A8.2 8.2 0 0 0 20 12.05a1 1 0 0 0-.34-.93a1 1 0 0 0-1-.19a6 6 0 0 1-1.92.32a6.06 6.06 0 0 1-6.06-6a7 7 0 0 1 .1-1a1 1 0 0 0-.35-.92a1 1 0 0 0-1-.18A8.06 8.06 0 0 0 4 10.68A8 8 0 0 0 5.27 15H4a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2m-3.72 0H7.83a6 6 0 0 1 .88-9.36a8.06 8.06 0 0 0 8.05 7.61a7 7 0 0 0 .79 0A6.1 6.1 0 0 1 16.28 15M16 19h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-moonset {
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%22M11%2019H8a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2m9-4h-1.16A8.2%208.2%200%200%200%2020%2012.05a1%201%200%200%200-.34-.93a1%201%200%200%200-1-.19a6%206%200%200%201-1.92.32a6.06%206.06%200%200%201-6.06-6a7%207%200%200%201%20.1-1a1%201%200%200%200-.35-.92a1%201%200%200%200-1-.18A8.06%208.06%200%200%200%204%2010.68A8%208%200%200%200%205.27%2015H4a1%201%200%200%200%200%202h16a1%201%200%200%200%200-2m-3.72%200H7.83a6%206%200%200%201%20.88-9.36a8.06%208.06%200%200%200%208.05%207.61a7%207%200%200%200%20.79%200A6.1%206.1%200%200%201%2016.28%2015M16%2019h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2%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%22M11%2019H8a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2m9-4h-1.16A8.2%208.2%200%200%200%2020%2012.05a1%201%200%200%200-.34-.93a1%201%200%200%200-1-.19a6%206%200%200%201-1.92.32a6.06%206.06%200%200%201-6.06-6a7%207%200%200%201%20.1-1a1%201%200%200%200-.35-.92a1%201%200%200%200-1-.18A8.06%208.06%200%200%200%204%2010.68A8%208%200%200%200%205.27%2015H4a1%201%200%200%200%200%202h16a1%201%200%200%200%200-2m-3.72%200H7.83a6%206%200%200%201%20.88-9.36a8.06%208.06%200%200%200%208.05%207.61a7%207%200%200%200%20.79%200A6.1%206.1%200%200%201%2016.28%2015M16%2019h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/moonset.svg?color=%231a73e8&size=48