sun-moon from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
sun-moon
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the sun moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 11.5A3.5 3.5 0 0 0 13 8m.5-5.5v2m6.002 0l-1.5 1.499m3.5 4.501h-2M17 16.531A6.305 6.305 0 0 1 8.469 8A7.094 7.094 0 1 0 17 16.531"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSunMoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.5 11.5A3.5 3.5 0 0 0 13 8m.5-5.5v2m6.002 0l-1.5 1.499m3.5 4.501h-2M17 16.531A6.305 6.305 0 0 1 8.469 8A7.094 7.094 0 1 0 17 16.531"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 11.5A3.5 3.5 0 0 0 13 8m.5-5.5v2m6.002 0l-1.5 1.499m3.5 4.501h-2M17 16.531A6.305 6.305 0 0 1 8.469 8A7.094 7.094 0 1 0 17 16.531"/></svg>
</template>

CSS

.icon-sun-moon {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.5%2011.5A3.5%203.5%200%200%200%2013%208m.5-5.5v2m6.002%200l-1.5%201.499m3.5%204.501h-2M17%2016.531A6.305%206.305%200%200%201%208.469%208A7.094%207.094%200%201%200%2017%2016.531%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.5%2011.5A3.5%203.5%200%200%200%2013%208m.5-5.5v2m6.002%200l-1.5%201.499m3.5%204.501h-2M17%2016.531A6.305%206.305%200%200%201%208.469%208A7.094%207.094%200%201%200%2017%2016.531%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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