moon-outline from Solar by 480 Design · Outline · Weather · CC-BY-4.0 Attribution required.

Name
moon-outline
Set
Solar
Style
Outline
Category
Weather
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More weather icons from Solar

Use the moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.0174 2.80157C6.37072 3.29221 2.75 7.22328 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C16.7767 21.25 20.7078 17.6293 21.1984 12.9826C19.8717 14.6669 17.8126 15.75 15.5 15.75C11.4959 15.75 8.25 12.5041 8.25 8.5C8.25 6.18738 9.33315 4.1283 11.0174 2.80157ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.7166 1.25 13.0754 1.82126 13.1368 2.27627C13.196 2.71398 13.0342 3.27065 12.531 3.57467C10.8627 4.5828 9.75 6.41182 9.75 8.5C9.75 11.6756 12.3244 14.25 15.5 14.25C17.5882 14.25 19.4172 13.1373 20.4253 11.469C20.7293 10.9658 21.286 10.804 21.7237 10.8632C22.1787 10.9246 22.75 11.2834 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarMoonOutline(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" fillRule="evenodd" d="M11.0174 2.80157C6.37072 3.29221 2.75 7.22328 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C16.7767 21.25 20.7078 17.6293 21.1984 12.9826C19.8717 14.6669 17.8126 15.75 15.5 15.75C11.4959 15.75 8.25 12.5041 8.25 8.5C8.25 6.18738 9.33315 4.1283 11.0174 2.80157ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.7166 1.25 13.0754 1.82126 13.1368 2.27627C13.196 2.71398 13.0342 3.27065 12.531 3.57467C10.8627 4.5828 9.75 6.41182 9.75 8.5C9.75 11.6756 12.3244 14.25 15.5 14.25C17.5882 14.25 19.4172 13.1373 20.4253 11.469C20.7293 10.9658 21.286 10.804 21.7237 10.8632C22.1787 10.9246 22.75 11.2834 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.0174 2.80157C6.37072 3.29221 2.75 7.22328 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C16.7767 21.25 20.7078 17.6293 21.1984 12.9826C19.8717 14.6669 17.8126 15.75 15.5 15.75C11.4959 15.75 8.25 12.5041 8.25 8.5C8.25 6.18738 9.33315 4.1283 11.0174 2.80157ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.7166 1.25 13.0754 1.82126 13.1368 2.27627C13.196 2.71398 13.0342 3.27065 12.531 3.57467C10.8627 4.5828 9.75 6.41182 9.75 8.5C9.75 11.6756 12.3244 14.25 15.5 14.25C17.5882 14.25 19.4172 13.1373 20.4253 11.469C20.7293 10.9658 21.286 10.804 21.7237 10.8632C22.1787 10.9246 22.75 11.2834 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-moon-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.0174%202.80157C6.37072%203.29221%202.75%207.22328%202.75%2012C2.75%2017.1086%206.89137%2021.25%2012%2021.25C16.7767%2021.25%2020.7078%2017.6293%2021.1984%2012.9826C19.8717%2014.6669%2017.8126%2015.75%2015.5%2015.75C11.4959%2015.75%208.25%2012.5041%208.25%208.5C8.25%206.18738%209.33315%204.1283%2011.0174%202.80157ZM1.25%2012C1.25%206.06294%206.06294%201.25%2012%201.25C12.7166%201.25%2013.0754%201.82126%2013.1368%202.27627C13.196%202.71398%2013.0342%203.27065%2012.531%203.57467C10.8627%204.5828%209.75%206.41182%209.75%208.5C9.75%2011.6756%2012.3244%2014.25%2015.5%2014.25C17.5882%2014.25%2019.4172%2013.1373%2020.4253%2011.469C20.7293%2010.9658%2021.286%2010.804%2021.7237%2010.8632C22.1787%2010.9246%2022.75%2011.2834%2022.75%2012C22.75%2017.9371%2017.9371%2022.75%2012%2022.75C6.06294%2022.75%201.25%2017.9371%201.25%2012Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.0174%202.80157C6.37072%203.29221%202.75%207.22328%202.75%2012C2.75%2017.1086%206.89137%2021.25%2012%2021.25C16.7767%2021.25%2020.7078%2017.6293%2021.1984%2012.9826C19.8717%2014.6669%2017.8126%2015.75%2015.5%2015.75C11.4959%2015.75%208.25%2012.5041%208.25%208.5C8.25%206.18738%209.33315%204.1283%2011.0174%202.80157ZM1.25%2012C1.25%206.06294%206.06294%201.25%2012%201.25C12.7166%201.25%2013.0754%201.82126%2013.1368%202.27627C13.196%202.71398%2013.0342%203.27065%2012.531%203.57467C10.8627%204.5828%209.75%206.41182%209.75%208.5C9.75%2011.6756%2012.3244%2014.25%2015.5%2014.25C17.5882%2014.25%2019.4172%2013.1373%2020.4253%2011.469C20.7293%2010.9658%2021.286%2010.804%2021.7237%2010.8632C22.1787%2010.9246%2022.75%2011.2834%2022.75%2012C22.75%2017.9371%2017.9371%2022.75%2012%2022.75C6.06294%2022.75%201.25%2017.9371%201.25%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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