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

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

The same logo in other sets

Use the juce logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path stroke="#c6a0f6" stroke-linecap="round" stroke-linejoin="round" d="M9 3c-.5-.5-1.5-.5-2 0s.5 1.5 1 2.5c.5-1 1.5-2 1-2.5"/><path stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" d="M9 13c-.5.5-1.5.5-2 0s.5-1.5 1-2.5c.5 1 1.5 2 1 2.5"/><path stroke="#8bd5ca" stroke-linecap="round" stroke-linejoin="round" d="M3 7c-.5.5-.5 1.5 0 2s1.5-.5 2.5-1c-1-.5-2-1.5-2.5-1"/><path stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M13 7c.5.5.5 1.5 0 2s-1.5-.5-2.5-1c1-.5 2-1.5 2.5-1"/><path stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M5.2 3.8c-.7 0-1.4.7-1.4 1.4s1.4.7 2.4 1c-.3-1-.3-2.4-1-2.4"/><path stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M12.2 10.8c0 .7-.7 1.4-1.4 1.4s-.7-1.4-1-2.4c1 .3 2.4.3 2.4 1"/><path stroke="#ed8796" stroke-linecap="round" stroke-linejoin="round" d="M12.2 5.2c0-.7-.7-1.4-1.4-1.4s-.7 1.4-1 2.4c1-.3 2.4-.3 2.4-1"/><path stroke="#a6da95" stroke-linecap="round" stroke-linejoin="round" d="M5.2 12.2c-.7 0-1.4-.7-1.4-1.4s1.4-.7 2.4-1c-.3 1-.3 2.4-1 2.4"/><circle cx="8" cy="8" r="7" stroke="#a6da95"/><path stroke="#cad3f5" stroke-linejoin="round" d="M7.9 7.9h.2v.2h-.2z"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinJuce(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"><path stroke="#c6a0f6" strokeLinecap="round" strokeLinejoin="round" d="M9 3c-.5-.5-1.5-.5-2 0s.5 1.5 1 2.5c.5-1 1.5-2 1-2.5"/><path stroke="#eed49f" strokeLinecap="round" strokeLinejoin="round" d="M9 13c-.5.5-1.5.5-2 0s.5-1.5 1-2.5c.5 1 1.5 2 1 2.5"/><path stroke="#8bd5ca" strokeLinecap="round" strokeLinejoin="round" d="M3 7c-.5.5-.5 1.5 0 2s1.5-.5 2.5-1c-1-.5-2-1.5-2.5-1"/><path stroke="#f5a97f" strokeLinecap="round" strokeLinejoin="round" d="M13 7c.5.5.5 1.5 0 2s-1.5-.5-2.5-1c1-.5 2-1.5 2.5-1"/><path stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round" d="M5.2 3.8c-.7 0-1.4.7-1.4 1.4s1.4.7 2.4 1c-.3-1-.3-2.4-1-2.4"/><path stroke="#f5a97f" strokeLinecap="round" strokeLinejoin="round" d="M12.2 10.8c0 .7-.7 1.4-1.4 1.4s-.7-1.4-1-2.4c1 .3 2.4.3 2.4 1"/><path stroke="#ed8796" strokeLinecap="round" strokeLinejoin="round" d="M12.2 5.2c0-.7-.7-1.4-1.4-1.4s-.7 1.4-1 2.4c1-.3 2.4-.3 2.4-1"/><path stroke="#a6da95" strokeLinecap="round" strokeLinejoin="round" d="M5.2 12.2c-.7 0-1.4-.7-1.4-1.4s1.4-.7 2.4-1c-.3 1-.3 2.4-1 2.4"/><circle cx="8" cy="8" r="7" stroke="#a6da95"/><path stroke="#cad3f5" strokeLinejoin="round" d="M7.9 7.9h.2v.2h-.2z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path stroke="#c6a0f6" stroke-linecap="round" stroke-linejoin="round" d="M9 3c-.5-.5-1.5-.5-2 0s.5 1.5 1 2.5c.5-1 1.5-2 1-2.5"/><path stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" d="M9 13c-.5.5-1.5.5-2 0s.5-1.5 1-2.5c.5 1 1.5 2 1 2.5"/><path stroke="#8bd5ca" stroke-linecap="round" stroke-linejoin="round" d="M3 7c-.5.5-.5 1.5 0 2s1.5-.5 2.5-1c-1-.5-2-1.5-2.5-1"/><path stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M13 7c.5.5.5 1.5 0 2s-1.5-.5-2.5-1c1-.5 2-1.5 2.5-1"/><path stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round" d="M5.2 3.8c-.7 0-1.4.7-1.4 1.4s1.4.7 2.4 1c-.3-1-.3-2.4-1-2.4"/><path stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M12.2 10.8c0 .7-.7 1.4-1.4 1.4s-.7-1.4-1-2.4c1 .3 2.4.3 2.4 1"/><path stroke="#ed8796" stroke-linecap="round" stroke-linejoin="round" d="M12.2 5.2c0-.7-.7-1.4-1.4-1.4s-.7 1.4-1 2.4c1-.3 2.4-.3 2.4-1"/><path stroke="#a6da95" stroke-linecap="round" stroke-linejoin="round" d="M5.2 12.2c-.7 0-1.4-.7-1.4-1.4s1.4-.7 2.4-1c-.3 1-.3 2.4-1 2.4"/><circle cx="8" cy="8" r="7" stroke="#a6da95"/><path stroke="#cad3f5" stroke-linejoin="round" d="M7.9 7.9h.2v.2h-.2z"/></g></svg>
</template>

CSS

.icon-juce {
  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%3E%3Cpath%20stroke%3D%22%23c6a0f6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%203c-.5-.5-1.5-.5-2%200s.5%201.5%201%202.5c.5-1%201.5-2%201-2.5%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2013c-.5.5-1.5.5-2%200s.5-1.5%201-2.5c.5%201%201.5%202%201%202.5%22%2F%3E%3Cpath%20stroke%3D%22%238bd5ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%207c-.5.5-.5%201.5%200%202s1.5-.5%202.5-1c-1-.5-2-1.5-2.5-1%22%2F%3E%3Cpath%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%207c.5.5.5%201.5%200%202s-1.5-.5-2.5-1c1-.5%202-1.5%202.5-1%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.2%203.8c-.7%200-1.4.7-1.4%201.4s1.4.7%202.4%201c-.3-1-.3-2.4-1-2.4%22%2F%3E%3Cpath%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.2%2010.8c0%20.7-.7%201.4-1.4%201.4s-.7-1.4-1-2.4c1%20.3%202.4.3%202.4%201%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.2%205.2c0-.7-.7-1.4-1.4-1.4s-.7%201.4-1%202.4c1-.3%202.4-.3%202.4-1%22%2F%3E%3Cpath%20stroke%3D%22%23a6da95%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.2%2012.2c-.7%200-1.4-.7-1.4-1.4s1.4-.7%202.4-1c-.3%201-.3%202.4-1%202.4%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20stroke%3D%22%23a6da95%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.9%207.9h.2v.2h-.2z%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%3E%3Cpath%20stroke%3D%22%23c6a0f6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%203c-.5-.5-1.5-.5-2%200s.5%201.5%201%202.5c.5-1%201.5-2%201-2.5%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2013c-.5.5-1.5.5-2%200s.5-1.5%201-2.5c.5%201%201.5%202%201%202.5%22%2F%3E%3Cpath%20stroke%3D%22%238bd5ca%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%207c-.5.5-.5%201.5%200%202s1.5-.5%202.5-1c-1-.5-2-1.5-2.5-1%22%2F%3E%3Cpath%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%207c.5.5.5%201.5%200%202s-1.5-.5-2.5-1c1-.5%202-1.5%202.5-1%22%2F%3E%3Cpath%20stroke%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.2%203.8c-.7%200-1.4.7-1.4%201.4s1.4.7%202.4%201c-.3-1-.3-2.4-1-2.4%22%2F%3E%3Cpath%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.2%2010.8c0%20.7-.7%201.4-1.4%201.4s-.7-1.4-1-2.4c1%20.3%202.4.3%202.4%201%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.2%205.2c0-.7-.7-1.4-1.4-1.4s-.7%201.4-1%202.4c1-.3%202.4-.3%202.4-1%22%2F%3E%3Cpath%20stroke%3D%22%23a6da95%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.2%2012.2c-.7%200-1.4-.7-1.4-1.4s1.4-.7%202.4-1c-.3%201-.3%202.4-1%202.4%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20stroke%3D%22%23a6da95%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.9%207.9h.2v.2h-.2z%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/juce.svg?color=%231a73e8&size=48