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

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

The same logo in other sets

Use the cue logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#b7bdf8" stroke-linecap="round" stroke-linejoin="round" d="M5.636 7.04s-.293-.944-1.363-.944s-1.635.943-1.635 1.673s.335 2.08 1.446 2.08c1.112 0 1.531-.858 1.531-.858M6.9 6.151v2.475s-.084 1.187 1.213 1.222c1.463.04 1.419-1.055 1.419-1.055V6.16m3.674-.01h-2.315v3.7h2.291m-2.146-2.015h1.447"/><circle cx="8" cy="8" r="7.5" fill="none" stroke="#b7bdf8" stroke-linecap="round" stroke-linejoin="round"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinCue(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="#b7bdf8" strokeLinecap="round" strokeLinejoin="round" d="M5.636 7.04s-.293-.944-1.363-.944s-1.635.943-1.635 1.673s.335 2.08 1.446 2.08c1.112 0 1.531-.858 1.531-.858M6.9 6.151v2.475s-.084 1.187 1.213 1.222c1.463.04 1.419-1.055 1.419-1.055V6.16m3.674-.01h-2.315v3.7h2.291m-2.146-2.015h1.447"/><circle cx="8" cy="8" r="7.5" fill="none" stroke="#b7bdf8" strokeLinecap="round" strokeLinejoin="round"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#b7bdf8" stroke-linecap="round" stroke-linejoin="round" d="M5.636 7.04s-.293-.944-1.363-.944s-1.635.943-1.635 1.673s.335 2.08 1.446 2.08c1.112 0 1.531-.858 1.531-.858M6.9 6.151v2.475s-.084 1.187 1.213 1.222c1.463.04 1.419-1.055 1.419-1.055V6.16m3.674-.01h-2.315v3.7h2.291m-2.146-2.015h1.447"/><circle cx="8" cy="8" r="7.5" fill="none" stroke="#b7bdf8" stroke-linecap="round" stroke-linejoin="round"/></svg>
</template>

CSS

.icon-cue {
  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%23b7bdf8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.636%207.04s-.293-.944-1.363-.944s-1.635.943-1.635%201.673s.335%202.08%201.446%202.08c1.112%200%201.531-.858%201.531-.858M6.9%206.151v2.475s-.084%201.187%201.213%201.222c1.463.04%201.419-1.055%201.419-1.055V6.16m3.674-.01h-2.315v3.7h2.291m-2.146-2.015h1.447%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22none%22%20stroke%3D%22%23b7bdf8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%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%23b7bdf8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.636%207.04s-.293-.944-1.363-.944s-1.635.943-1.635%201.673s.335%202.08%201.446%202.08c1.112%200%201.531-.858%201.531-.858M6.9%206.151v2.475s-.084%201.187%201.213%201.222c1.463.04%201.419-1.055%201.419-1.055V6.16m3.674-.01h-2.315v3.7h2.291m-2.146-2.015h1.447%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22none%22%20stroke%3D%22%23b7bdf8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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