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

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

The same logo in other sets

Use the caddy 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="#a6da95" d="M7.5 11.5h3v-4h-5v2m4-2V6a1.5 1.5 0 0 0-3 0v1.5"/><path stroke="#91d7e3" d="M14.05 5.76c.9 2.5.22 5.3-1.75 7.07A6.45 6.45 0 0 1 5.5 14m-2.78-2.2A6.52 6.52 0 0 1 4 2.85a6.45 6.45 0 0 1 8.65.64M14.5 4.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1m-9 8.5A1.5 1.5 0 0 1 4 14.5A1.5 1.5 0 0 1 2.5 13A1.5 1.5 0 0 1 4 11.5A1.5 1.5 0 0 1 5.5 13m0-1.5l2-2m5-4l-1 1"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinCaddy(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="#a6da95" d="M7.5 11.5h3v-4h-5v2m4-2V6a1.5 1.5 0 0 0-3 0v1.5"/><path stroke="#91d7e3" d="M14.05 5.76c.9 2.5.22 5.3-1.75 7.07A6.45 6.45 0 0 1 5.5 14m-2.78-2.2A6.52 6.52 0 0 1 4 2.85a6.45 6.45 0 0 1 8.65.64M14.5 4.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1m-9 8.5A1.5 1.5 0 0 1 4 14.5A1.5 1.5 0 0 1 2.5 13A1.5 1.5 0 0 1 4 11.5A1.5 1.5 0 0 1 5.5 13m0-1.5l2-2m5-4l-1 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="#a6da95" d="M7.5 11.5h3v-4h-5v2m4-2V6a1.5 1.5 0 0 0-3 0v1.5"/><path stroke="#91d7e3" d="M14.05 5.76c.9 2.5.22 5.3-1.75 7.07A6.45 6.45 0 0 1 5.5 14m-2.78-2.2A6.52 6.52 0 0 1 4 2.85a6.45 6.45 0 0 1 8.65.64M14.5 4.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1m-9 8.5A1.5 1.5 0 0 1 4 14.5A1.5 1.5 0 0 1 2.5 13A1.5 1.5 0 0 1 4 11.5A1.5 1.5 0 0 1 5.5 13m0-1.5l2-2m5-4l-1 1"/></g></svg>
</template>

CSS

.icon-caddy {
  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%23a6da95%22%20d%3D%22M7.5%2011.5h3v-4h-5v2m4-2V6a1.5%201.5%200%200%200-3%200v1.5%22%2F%3E%3Cpath%20stroke%3D%22%2391d7e3%22%20d%3D%22M14.05%205.76c.9%202.5.22%205.3-1.75%207.07A6.45%206.45%200%200%201%205.5%2014m-2.78-2.2A6.52%206.52%200%200%201%204%202.85a6.45%206.45%200%200%201%208.65.64M14.5%204.5a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201m-9%208.5A1.5%201.5%200%200%201%204%2014.5A1.5%201.5%200%200%201%202.5%2013A1.5%201.5%200%200%201%204%2011.5A1.5%201.5%200%200%201%205.5%2013m0-1.5l2-2m5-4l-1%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%23a6da95%22%20d%3D%22M7.5%2011.5h3v-4h-5v2m4-2V6a1.5%201.5%200%200%200-3%200v1.5%22%2F%3E%3Cpath%20stroke%3D%22%2391d7e3%22%20d%3D%22M14.05%205.76c.9%202.5.22%205.3-1.75%207.07A6.45%206.45%200%200%201%205.5%2014m-2.78-2.2A6.52%206.52%200%200%201%204%202.85a6.45%206.45%200%200%201%208.65.64M14.5%204.5a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201m-9%208.5A1.5%201.5%200%200%201%204%2014.5A1.5%201.5%200%200%201%202.5%2013A1.5%201.5%200%200%201%204%2011.5A1.5%201.5%200%200%201%205.5%2013m0-1.5l2-2m5-4l-1%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/caddy.svg?color=%231a73e8&size=48