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

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

The same logo in other sets

Related icons in Catppuccin Icons

Use the bun logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#f4dbd6" d="M.5 8.51c0 5.25 5.5 6 7.5 6s7.5-.75 7.5-6c0-4-4.5-6-7.5-7c-3 1-7.5 3-7.5 7"/><path stroke="#ee99a0" d="M6.5 10.51h3c-.33.67-.83 1-1.5 1s-1.17-.33-1.5-1"/><path stroke="#cad3f5" d="M5 8.51a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m6 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinBun(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" strokeLinecap="round" strokeLinejoin="round"><path stroke="#f4dbd6" d="M.5 8.51c0 5.25 5.5 6 7.5 6s7.5-.75 7.5-6c0-4-4.5-6-7.5-7c-3 1-7.5 3-7.5 7"/><path stroke="#ee99a0" d="M6.5 10.51h3c-.33.67-.83 1-1.5 1s-1.17-.33-1.5-1"/><path stroke="#cad3f5" d="M5 8.51a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m6 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></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-linecap="round" stroke-linejoin="round"><path stroke="#f4dbd6" d="M.5 8.51c0 5.25 5.5 6 7.5 6s7.5-.75 7.5-6c0-4-4.5-6-7.5-7c-3 1-7.5 3-7.5 7"/><path stroke="#ee99a0" d="M6.5 10.51h3c-.33.67-.83 1-1.5 1s-1.17-.33-1.5-1"/><path stroke="#cad3f5" d="M5 8.51a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m6 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></g></svg>
</template>

CSS

.icon-bun {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23f4dbd6%22%20d%3D%22M.5%208.51c0%205.25%205.5%206%207.5%206s7.5-.75%207.5-6c0-4-4.5-6-7.5-7c-3%201-7.5%203-7.5%207%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20d%3D%22M6.5%2010.51h3c-.33.67-.83%201-1.5%201s-1.17-.33-1.5-1%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M5%208.51a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m6%200a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23f4dbd6%22%20d%3D%22M.5%208.51c0%205.25%205.5%206%207.5%206s7.5-.75%207.5-6c0-4-4.5-6-7.5-7c-3%201-7.5%203-7.5%207%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20d%3D%22M6.5%2010.51h3c-.33.67-.83%201-1.5%201s-1.17-.33-1.5-1%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M5%208.51a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m6%200a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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/bun.svg?color=%231a73e8&size=48