moonwave from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
moonwave
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Use the moonwave logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#91d7e3" stroke-linejoin="round" d="M6 7.2c-.9 1.6-1.4 3.5-5.3 3.2c4 2 6.2-.4 7.3-1.7c.6 1.5 2 1 2.6.9c1 1.7 2.4 1.5 4.7.9c-1.8.2-3.1-.6-3.2-1.4c-.2-.7.2-1.5 1.3-2.2c-1.3-.3-2 .2-3 1.2c-.9-1.2.5-2.5 1.7-3c-2-.4-4.5-.8-6.1 2.1Z"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinMoonwave(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#91d7e3" strokeLinejoin="round" d="M6 7.2c-.9 1.6-1.4 3.5-5.3 3.2c4 2 6.2-.4 7.3-1.7c.6 1.5 2 1 2.6.9c1 1.7 2.4 1.5 4.7.9c-1.8.2-3.1-.6-3.2-1.4c-.2-.7.2-1.5 1.3-2.2c-1.3-.3-2 .2-3 1.2c-.9-1.2.5-2.5 1.7-3c-2-.4-4.5-.8-6.1 2.1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#91d7e3" stroke-linejoin="round" d="M6 7.2c-.9 1.6-1.4 3.5-5.3 3.2c4 2 6.2-.4 7.3-1.7c.6 1.5 2 1 2.6.9c1 1.7 2.4 1.5 4.7.9c-1.8.2-3.1-.6-3.2-1.4c-.2-.7.2-1.5 1.3-2.2c-1.3-.3-2 .2-3 1.2c-.9-1.2.5-2.5 1.7-3c-2-.4-4.5-.8-6.1 2.1Z"/></svg>
</template>

CSS

.icon-moonwave {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2391d7e3%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%207.2c-.9%201.6-1.4%203.5-5.3%203.2c4%202%206.2-.4%207.3-1.7c.6%201.5%202%201%202.6.9c1%201.7%202.4%201.5%204.7.9c-1.8.2-3.1-.6-3.2-1.4c-.2-.7.2-1.5%201.3-2.2c-1.3-.3-2%20.2-3%201.2c-.9-1.2.5-2.5%201.7-3c-2-.4-4.5-.8-6.1%202.1Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2391d7e3%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%207.2c-.9%201.6-1.4%203.5-5.3%203.2c4%202%206.2-.4%207.3-1.7c.6%201.5%202%201%202.6.9c1%201.7%202.4%201.5%204.7.9c-1.8.2-3.1-.6-3.2-1.4c-.2-.7.2-1.5%201.3-2.2c-1.3-.3-2%20.2-3%201.2c-.9-1.2.5-2.5%201.7-3c-2-.4-4.5-.8-6.1%202.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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