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

Name
apache
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT
Aliases
maven

The same logo in other sets

Use the apache 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="#ed8796" d="M2.5 14.5a24.3 24.3 0 0 1 1.63-4.36c.21-.42.45-.84.7-1.26c2.75-4.61 6.63-6.8 8.67-7.38c-.8 3.52-3.91 10.46-10.15 10.4"/><path stroke="#f5a97f" d="M6.14 6.96C8.7 3.64 11.76 1.99 13.5 1.5a18.5 18.5 0 0 1-2.27 5.46"/><path stroke="#ed8796" d="M6.5 9.5h-2m1.25-2h2.71"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinApache(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="#ed8796" d="M2.5 14.5a24.3 24.3 0 0 1 1.63-4.36c.21-.42.45-.84.7-1.26c2.75-4.61 6.63-6.8 8.67-7.38c-.8 3.52-3.91 10.46-10.15 10.4"/><path stroke="#f5a97f" d="M6.14 6.96C8.7 3.64 11.76 1.99 13.5 1.5a18.5 18.5 0 0 1-2.27 5.46"/><path stroke="#ed8796" d="M6.5 9.5h-2m1.25-2h2.71"/></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="#ed8796" d="M2.5 14.5a24.3 24.3 0 0 1 1.63-4.36c.21-.42.45-.84.7-1.26c2.75-4.61 6.63-6.8 8.67-7.38c-.8 3.52-3.91 10.46-10.15 10.4"/><path stroke="#f5a97f" d="M6.14 6.96C8.7 3.64 11.76 1.99 13.5 1.5a18.5 18.5 0 0 1-2.27 5.46"/><path stroke="#ed8796" d="M6.5 9.5h-2m1.25-2h2.71"/></g></svg>
</template>

CSS

.icon-apache {
  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%23ed8796%22%20d%3D%22M2.5%2014.5a24.3%2024.3%200%200%201%201.63-4.36c.21-.42.45-.84.7-1.26c2.75-4.61%206.63-6.8%208.67-7.38c-.8%203.52-3.91%2010.46-10.15%2010.4%22%2F%3E%3Cpath%20stroke%3D%22%23f5a97f%22%20d%3D%22M6.14%206.96C8.7%203.64%2011.76%201.99%2013.5%201.5a18.5%2018.5%200%200%201-2.27%205.46%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20d%3D%22M6.5%209.5h-2m1.25-2h2.71%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%23ed8796%22%20d%3D%22M2.5%2014.5a24.3%2024.3%200%200%201%201.63-4.36c.21-.42.45-.84.7-1.26c2.75-4.61%206.63-6.8%208.67-7.38c-.8%203.52-3.91%2010.46-10.15%2010.4%22%2F%3E%3Cpath%20stroke%3D%22%23f5a97f%22%20d%3D%22M6.14%206.96C8.7%203.64%2011.76%201.99%2013.5%201.5a18.5%2018.5%200%200%201-2.27%205.46%22%2F%3E%3Cpath%20stroke%3D%22%23ed8796%22%20d%3D%22M6.5%209.5h-2m1.25-2h2.71%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/apache.svg?color=%231a73e8&size=48