moonrise icon

moonrise from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
moonrise
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the moonrise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zm24-2h-2a8 8 0 0 0-2.037-5.333l1.49-1.335A9.98 9.98 0 0 1 26 26m-10 0h-2a9.93 9.93 0 0 1 3.754-7.804A8 8 0 0 0 16 18a8.01 8.01 0 0 0-8 8H6a10.01 10.01 0 0 1 10-10a9.9 9.9 0 0 1 4.446 1.052a1 1 0 0 1 0 1.79A7.96 7.96 0 0 0 16 26m0-24l-5 5l1.41 1.41L15 5.83V14h2V5.83l2.59 2.58L21 7z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMoonrise(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zm24-2h-2a8 8 0 0 0-2.037-5.333l1.49-1.335A9.98 9.98 0 0 1 26 26m-10 0h-2a9.93 9.93 0 0 1 3.754-7.804A8 8 0 0 0 16 18a8.01 8.01 0 0 0-8 8H6a10.01 10.01 0 0 1 10-10a9.9 9.9 0 0 1 4.446 1.052a1 1 0 0 1 0 1.79A7.96 7.96 0 0 0 16 26m0-24l-5 5l1.41 1.41L15 5.83V14h2V5.83l2.59 2.58L21 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zm24-2h-2a8 8 0 0 0-2.037-5.333l1.49-1.335A9.98 9.98 0 0 1 26 26m-10 0h-2a9.93 9.93 0 0 1 3.754-7.804A8 8 0 0 0 16 18a8.01 8.01 0 0 0-8 8H6a10.01 10.01 0 0 1 10-10a9.9 9.9 0 0 1 4.446 1.052a1 1 0 0 1 0 1.79A7.96 7.96 0 0 0 16 26m0-24l-5 5l1.41 1.41L15 5.83V14h2V5.83l2.59 2.58L21 7z"/></svg>
</template>

CSS

.icon-moonrise {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2028h28v2H2zm24-2h-2a8%208%200%200%200-2.037-5.333l1.49-1.335A9.98%209.98%200%200%201%2026%2026m-10%200h-2a9.93%209.93%200%200%201%203.754-7.804A8%208%200%200%200%2016%2018a8.01%208.01%200%200%200-8%208H6a10.01%2010.01%200%200%201%2010-10a9.9%209.9%200%200%201%204.446%201.052a1%201%200%200%201%200%201.79A7.96%207.96%200%200%200%2016%2026m0-24l-5%205l1.41%201.41L15%205.83V14h2V5.83l2.59%202.58L21%207z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2028h28v2H2zm24-2h-2a8%208%200%200%200-2.037-5.333l1.49-1.335A9.98%209.98%200%200%201%2026%2026m-10%200h-2a9.93%209.93%200%200%201%203.754-7.804A8%208%200%200%200%2016%2018a8.01%208.01%200%200%200-8%208H6a10.01%2010.01%200%200%201%2010-10a9.9%209.9%200%200%201%204.446%201.052a1%201%200%200%201%200%201.79A7.96%207.96%200%200%200%2016%2026m0-24l-5%205l1.41%201.41L15%205.83V14h2V5.83l2.59%202.58L21%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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