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

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

The same logo in other sets

Use the groovy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#7dc4e4" stroke-linecap="round" stroke-linejoin="round"><path d="M11.68 5.38c.4.19.54.68 1.53 3.25c1 2.57-.92 4.07-.92 4.07s-6.73 2.47-6.73 1.63c-.18-.92-1.92-2.08-1.92-2.08s-.52-.63.06-.75c5.89-1.27 6.96-.61 7.3-2"/><path d="M7.38 10.63C2.62 10.88 2.48 8.08 2.5 8C3.6 4.6 9.24.91 10.8 1.58C14.07 3.04 9.2 8.96 7 8.5c-4.02-.83 1.5-4 1.5-4"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinGroovy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#7dc4e4" strokeLinecap="round" strokeLinejoin="round"><path d="M11.68 5.38c.4.19.54.68 1.53 3.25c1 2.57-.92 4.07-.92 4.07s-6.73 2.47-6.73 1.63c-.18-.92-1.92-2.08-1.92-2.08s-.52-.63.06-.75c5.89-1.27 6.96-.61 7.3-2"/><path d="M7.38 10.63C2.62 10.88 2.48 8.08 2.5 8C3.6 4.6 9.24.91 10.8 1.58C14.07 3.04 9.2 8.96 7 8.5c-4.02-.83 1.5-4 1.5-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#7dc4e4" stroke-linecap="round" stroke-linejoin="round"><path d="M11.68 5.38c.4.19.54.68 1.53 3.25c1 2.57-.92 4.07-.92 4.07s-6.73 2.47-6.73 1.63c-.18-.92-1.92-2.08-1.92-2.08s-.52-.63.06-.75c5.89-1.27 6.96-.61 7.3-2"/><path d="M7.38 10.63C2.62 10.88 2.48 8.08 2.5 8C3.6 4.6 9.24.91 10.8 1.58C14.07 3.04 9.2 8.96 7 8.5c-4.02-.83 1.5-4 1.5-4"/></g></svg>
</template>

CSS

.icon-groovy {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22%237dc4e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M11.68%205.38c.4.19.54.68%201.53%203.25c1%202.57-.92%204.07-.92%204.07s-6.73%202.47-6.73%201.63c-.18-.92-1.92-2.08-1.92-2.08s-.52-.63.06-.75c5.89-1.27%206.96-.61%207.3-2%22%2F%3E%3Cpath%20d%3D%22M7.38%2010.63C2.62%2010.88%202.48%208.08%202.5%208C3.6%204.6%209.24.91%2010.8%201.58C14.07%203.04%209.2%208.96%207%208.5c-4.02-.83%201.5-4%201.5-4%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%237dc4e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M11.68%205.38c.4.19.54.68%201.53%203.25c1%202.57-.92%204.07-.92%204.07s-6.73%202.47-6.73%201.63c-.18-.92-1.92-2.08-1.92-2.08s-.52-.63.06-.75c5.89-1.27%206.96-.61%207.3-2%22%2F%3E%3Cpath%20d%3D%22M7.38%2010.63C2.62%2010.88%202.48%208.08%202.5%208C3.6%204.6%209.24.91%2010.8%201.58C14.07%203.04%209.2%208.96%207%208.5c-4.02-.83%201.5-4%201.5-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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