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

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

The same logo in other sets

Use the adonis logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#b7bdf8" stroke-linecap="round" stroke-linejoin="round"><path d="M8 1.5c5.2 0 6.5 1.3 6.5 6.5s-1.3 6.5-6.5 6.5S1.5 13.2 1.5 8S2.8 1.5 8 1.5"/><path d="M8 10.89c1.08 0 1.44.36 2.27.66a1 1 0 0 0 1.28-.55a.87.87 0 0 0-.03-.71l-2.68-5.4a.96.96 0 0 0-1.68 0l-2.68 5.4c-.23.47-.01 1.02.5 1.24c.23.1.5.12.75.02c.83-.3 1.19-.66 2.27-.66"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinAdonis(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="#b7bdf8" strokeLinecap="round" strokeLinejoin="round"><path d="M8 1.5c5.2 0 6.5 1.3 6.5 6.5s-1.3 6.5-6.5 6.5S1.5 13.2 1.5 8S2.8 1.5 8 1.5"/><path d="M8 10.89c1.08 0 1.44.36 2.27.66a1 1 0 0 0 1.28-.55a.87.87 0 0 0-.03-.71l-2.68-5.4a.96.96 0 0 0-1.68 0l-2.68 5.4c-.23.47-.01 1.02.5 1.24c.23.1.5.12.75.02c.83-.3 1.19-.66 2.27-.66"/></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="#b7bdf8" stroke-linecap="round" stroke-linejoin="round"><path d="M8 1.5c5.2 0 6.5 1.3 6.5 6.5s-1.3 6.5-6.5 6.5S1.5 13.2 1.5 8S2.8 1.5 8 1.5"/><path d="M8 10.89c1.08 0 1.44.36 2.27.66a1 1 0 0 0 1.28-.55a.87.87 0 0 0-.03-.71l-2.68-5.4a.96.96 0 0 0-1.68 0l-2.68 5.4c-.23.47-.01 1.02.5 1.24c.23.1.5.12.75.02c.83-.3 1.19-.66 2.27-.66"/></g></svg>
</template>

CSS

.icon-adonis {
  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%23b7bdf8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8%201.5c5.2%200%206.5%201.3%206.5%206.5s-1.3%206.5-6.5%206.5S1.5%2013.2%201.5%208S2.8%201.5%208%201.5%22%2F%3E%3Cpath%20d%3D%22M8%2010.89c1.08%200%201.44.36%202.27.66a1%201%200%200%200%201.28-.55a.87.87%200%200%200-.03-.71l-2.68-5.4a.96.96%200%200%200-1.68%200l-2.68%205.4c-.23.47-.01%201.02.5%201.24c.23.1.5.12.75.02c.83-.3%201.19-.66%202.27-.66%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%23b7bdf8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8%201.5c5.2%200%206.5%201.3%206.5%206.5s-1.3%206.5-6.5%206.5S1.5%2013.2%201.5%208S2.8%201.5%208%201.5%22%2F%3E%3Cpath%20d%3D%22M8%2010.89c1.08%200%201.44.36%202.27.66a1%201%200%200%200%201.28-.55a.87.87%200%200%200-.03-.71l-2.68-5.4a.96.96%200%200%200-1.68%200l-2.68%205.4c-.23.47-.01%201.02.5%201.24c.23.1.5.12.75.02c.83-.3%201.19-.66%202.27-.66%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/adonis.svg?color=%231a73e8&size=48