moon-plus-solid from Flowbite Icons by Themesberg · Solid · Weather · MIT Free for personal and commercial use.

Name
moon-plus-solid
Set
Flowbite Icons
Style
Solid
Category
Weather
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

More weather icons from Flowbite Icons

Use the moon plus 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="M17 4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0V9h-2a1 1 0 1 1 0-2h2V5a1 1 0 0 1 1-1" clip-rule="evenodd"/><path d="M12.322 4.687a1 1 0 0 0-.877-1.676a8.96 8.96 0 0 0-4.129 1.763a8.57 8.57 0 0 0-2.694 3.527a8.3 8.3 0 0 0-.532 4.371a8.4 8.4 0 0 0 1.779 4.044A8.8 8.8 0 0 0 9.47 19.36a9.1 9.1 0 0 0 4.468.57a9 9 0 0 0 4.179-1.648a8.6 8.6 0 0 0 2.797-3.45a1 1 0 0 0-1.373-1.294a6.1 6.1 0 0 1-2.812.679h-.002a6.1 6.1 0 0 1-3.26-.931a5.77 5.77 0 0 1-2.185-2.478a5.5 5.5 0 0 1-.424-3.205a5.6 5.6 0 0 1 1.464-2.917"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteMoonPlusSolid(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="M17 4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0V9h-2a1 1 0 1 1 0-2h2V5a1 1 0 0 1 1-1" clipRule="evenodd"/><path d="M12.322 4.687a1 1 0 0 0-.877-1.676a8.96 8.96 0 0 0-4.129 1.763a8.57 8.57 0 0 0-2.694 3.527a8.3 8.3 0 0 0-.532 4.371a8.4 8.4 0 0 0 1.779 4.044A8.8 8.8 0 0 0 9.47 19.36a9.1 9.1 0 0 0 4.468.57a9 9 0 0 0 4.179-1.648a8.6 8.6 0 0 0 2.797-3.45a1 1 0 0 0-1.373-1.294a6.1 6.1 0 0 1-2.812.679h-.002a6.1 6.1 0 0 1-3.26-.931a5.77 5.77 0 0 1-2.185-2.478a5.5 5.5 0 0 1-.424-3.205a5.6 5.6 0 0 1 1.464-2.917"/></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="M17 4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0V9h-2a1 1 0 1 1 0-2h2V5a1 1 0 0 1 1-1" clip-rule="evenodd"/><path d="M12.322 4.687a1 1 0 0 0-.877-1.676a8.96 8.96 0 0 0-4.129 1.763a8.57 8.57 0 0 0-2.694 3.527a8.3 8.3 0 0 0-.532 4.371a8.4 8.4 0 0 0 1.779 4.044A8.8 8.8 0 0 0 9.47 19.36a9.1 9.1 0 0 0 4.468.57a9 9 0 0 0 4.179-1.648a8.6 8.6 0 0 0 2.797-3.45a1 1 0 0 0-1.373-1.294a6.1 6.1 0 0 1-2.812.679h-.002a6.1 6.1 0 0 1-3.26-.931a5.77 5.77 0 0 1-2.185-2.478a5.5 5.5 0 0 1-.424-3.205a5.6 5.6 0 0 1 1.464-2.917"/></g></svg>
</template>

CSS

.icon-moon-plus-solid {
  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%22M17%204a1%201%200%200%201%201%201v2h2a1%201%200%201%201%200%202h-2v2a1%201%200%201%201-2%200V9h-2a1%201%200%201%201%200-2h2V5a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.322%204.687a1%201%200%200%200-.877-1.676a8.96%208.96%200%200%200-4.129%201.763a8.57%208.57%200%200%200-2.694%203.527a8.3%208.3%200%200%200-.532%204.371a8.4%208.4%200%200%200%201.779%204.044A8.8%208.8%200%200%200%209.47%2019.36a9.1%209.1%200%200%200%204.468.57a9%209%200%200%200%204.179-1.648a8.6%208.6%200%200%200%202.797-3.45a1%201%200%200%200-1.373-1.294a6.1%206.1%200%200%201-2.812.679h-.002a6.1%206.1%200%200%201-3.26-.931a5.77%205.77%200%200%201-2.185-2.478a5.5%205.5%200%200%201-.424-3.205a5.6%205.6%200%200%201%201.464-2.917%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%22M17%204a1%201%200%200%201%201%201v2h2a1%201%200%201%201%200%202h-2v2a1%201%200%201%201-2%200V9h-2a1%201%200%201%201%200-2h2V5a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.322%204.687a1%201%200%200%200-.877-1.676a8.96%208.96%200%200%200-4.129%201.763a8.57%208.57%200%200%200-2.694%203.527a8.3%208.3%200%200%200-.532%204.371a8.4%208.4%200%200%200%201.779%204.044A8.8%208.8%200%200%200%209.47%2019.36a9.1%209.1%200%200%200%204.468.57a9%209%200%200%200%204.179-1.648a8.6%208.6%200%200%200%202.797-3.45a1%201%200%200%200-1.373-1.294a6.1%206.1%200%200%201-2.812.679h-.002a6.1%206.1%200%200%201-3.26-.931a5.77%205.77%200%200%201-2.185-2.478a5.5%205.5%200%200%201-.424-3.205a5.6%205.6%200%200%201%201.464-2.917%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/moon-plus-solid.svg?color=%231a73e8&size=48